Change TCP_MIN_WINSHIFT from 6 to 5 to accomodate broken firewalls.
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 22 Aug 2009 21:07:29 +0000 (14:07 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 22 Aug 2009 21:07:29 +0000 (14:07 -0700)
commitce8b100cc7fd64259e49c06cddb978156aaaeda3
tree94855a17ad8b335307220ad1e8e4d355f9a6bb1e
parentc242c959fba0a818900643de7f7b19e463ed8e12
Change TCP_MIN_WINSHIFT from 6 to 5 to accomodate broken firewalls.

* The warning was documented in the FreeBSD syncache code.  Larger window
  scalings will be negotiated if the receive buffer is larger then 2MB.
sys/netinet/tcp.h