cvs commit: src/sys/netinet ip_fw2.c tcp.h tcp_hostcache.c tcp_input.c tcp_output.c tcp_seq.h tcp_subr.c tcp_syncache.c tcp_timer.c tcp_usrreq.c tcp_var.h src/share/man/man4 tcp.4 src UPDATING

Andre Oppermann andre at FreeBSD.org
Tue Nov 2 14:22:23 PST 2004


andre       2004-11-02 22:22:22 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          ip_fw2.c tcp.h tcp_hostcache.c 
                         tcp_input.c tcp_output.c tcp_seq.h 
                         tcp_subr.c tcp_syncache.c tcp_timer.c 
                         tcp_usrreq.c tcp_var.h 
    share/man/man4       tcp.4 
    .                    UPDATING 
  Log:
  Remove RFC1644 T/TCP support from the TCP side of the network stack.
  
  A complete rationale and discussion is given in this message
  and the resulting discussion:
  
   http://docs.freebsd.org/cgi/mid.cgi?4177C8AD.6060706
  
  Note that this commit removes only the functional part of T/TCP
  from the tcp_* related functions in the kernel.  Other features
  introduced with RFC1644 are left intact (socket layer changes,
  sendmsg(2) on connection oriented protocols)  and are meant to
  be reused by a simpler and less intrusive reimplemention of the
  previous T/TCP functionality.
  
  Discussed on:   -arch
  
  Revision  Changes    Path
  1.377     +5 -0      src/UPDATING
  1.51      +2 -13     src/share/man/man4/tcp.4
  1.84      +0 -5      src/sys/netinet/ip_fw2.c
  1.27      +0 -8      src/sys/netinet/tcp.h
  1.8       +0 -60     src/sys/netinet/tcp_hostcache.c
  1.254     +10 -202   src/sys/netinet/tcp_input.c
  1.105     +2 -82     src/sys/netinet/tcp_output.c
  1.23      +0 -3      src/sys/netinet/tcp_seq.h
  1.206     +2 -39     src/sys/netinet/tcp_subr.c
  1.68      +2 -90     src/sys/netinet/tcp_syncache.c
  1.67      +2 -2      src/sys/netinet/tcp_timer.c
  1.108     +4 -69     src/sys/netinet/tcp_usrreq.c
  1.112     +0 -40     src/sys/netinet/tcp_var.h


More information about the cvs-src mailing list