cvs commit: src/sys/netinet tcp_input.c tcp_var.h

Andre Oppermann andre at FreeBSD.org
Mon Jun 26 15:35:36 UTC 2006


andre       2006-06-26 15:35:25 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_input.c tcp_var.h 
  Log:
  Some cleanups and janitorial work to tcp_dooptions():
  
   o redefine the parameter 'is_syn' to 'flags', add TO_SYN flag and adjust its
     usage accordingly
   o update the comments to the tcp_dooptions() invocation in
     tcp_input():after_listen to reflect reality
   o move the logic checking the echoed timestamp out of tcp_dooptions() to the
     only place that uses it next to the invocation described in the previous
     item
   o adjust parsing of TCPOPT_SACK_PERMITTED to use the same style as the others
   o add comments in to struct tcpopt.to_flags #defines
  
  No functional changes.
  
  Sponsored by:   TCP/IP Optimization Fundraise 2005
  
  Revision  Changes    Path
  1.301     +25 -19    src/sys/netinet/tcp_input.c
  1.133     +8 -3      src/sys/netinet/tcp_var.h


More information about the cvs-src mailing list