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:
Markus Mäkelä
2019-01-10 23:51:13 +02:00
parent 8ac786110e
commit 6eeb02d55d

View File

@ -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`.