mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
syndrome avoidance. The combination of SWS avoidance and ack-every-other causes low throughput if the block size divided by the MSS is odd (which is true with the default block size and MSS). Turning on TCP_NODELAY disables the Nagle algorithm and sender SWS avoidance. The rdump request/response protocol can not invoke Nagle and cannot cause SWS, so this has no negative effects. |
||
|---|---|---|
| .. | ||
| dump.8 | ||
| dump.h | ||
| dumprmt.c | ||
| itime.c | ||
| main.c | ||
| Makefile | ||
| optr.c | ||
| pathnames.h | ||
| tape.c | ||
| traverse.c | ||
| unctime.c | ||