cvs commit: src/sys/netinet tcp_input.c tcp_subr.c

Andre Oppermann andre at FreeBSD.org
Tue Jan 6 15:29:52 PST 2004


andre       2004/01/06 15:29:46 PST

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_input.c tcp_subr.c 
  Log:
  Enable the following TCP options by default to give it more exposure:
  
   rfc3042  Limited retransmit
   rfc3390  Increasing TCP's initial congestion Window
   inflight TCP inflight bandwidth limiting
  
  All my production server have it enabled and there have been no
  issues.  I am confident about having them on by default and it gives
  us better overall TCP performance.
  
  Reviewed by:    sam (mentor)
  
  Revision  Changes    Path
  1.218     +2 -2      src/sys/netinet/tcp_input.c
  1.172     +1 -1      src/sys/netinet/tcp_subr.c


More information about the cvs-src mailing list