CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2012/03/10 05:03:29
Modified files: sys/netinet : tcp_input.c tcp_subr.c Log message: Increase TCP's initial window to 10 * MSS or 14600 bytes as proposed in draft-ietf-tcpm-initcwnd. net.inet.tcp.rfc3390 defaults to 2 now which uses the 10*MSS, setting it back to 1 brings back the old default of 4*MSS. OK sperreault@, henning@, sthen@, markus@