Fix writeq_low_water documentation
The throttling is removed once the buffer size falls under writeq_low_water, not writeq_high_water.
This commit is contained in:
@ -854,7 +854,7 @@ throtting is enabled. By default, traffic throttling is disabled.
|
|||||||
#### `writeq_low_water`
|
#### `writeq_low_water`
|
||||||
|
|
||||||
Low water mark for network write buffer. Once the traffic throttling is enabled,
|
Low water mark for network write buffer. Once the traffic throttling is enabled,
|
||||||
it will only be disabled when the write queue is below `writeq_high_water`. The
|
it will only be disabled when the write queue is below `writeq_low_water`. The
|
||||||
parameter accepts size type values. The minimum allowed size is 512
|
parameter accepts size type values. The minimum allowed size is 512
|
||||||
bytes. `writeq_high_water` must always be greater than `writeq_low_water`.
|
bytes. `writeq_high_water` must always be greater than `writeq_low_water`.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user