package
2.1.3+incompatible
Repository: https://github.com/timunas/toxiproxy.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

The BandwidthToxic passes data through at a limited rate.
The LatencyToxic passes data through with the a delay of latency +/- jitter added.
LimitDataToxic has limit in bytes.
No description provided by the author
The NoopToxic passes all data through without any toxic effects.
The SlicerToxic slices data into multiple smaller packets to simulate real-world TCP behaviour.
The SlowCloseToxic stops the TCP connection from closing until after a delay.
The TimeoutToxic stops any data from flowing through, and will close the connection after a timeout.
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
Stateful toxics store a per-connection state object on the ToxicStub.
No description provided by the author