Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Nov 1995 14:08:15 -0800
From:      Andras Olah <olah>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/netinet tcp_output.c tcp_usrreq.c tcp_var.h
Message-ID:  <199511032208.OAA07588@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
olah        95/11/03 14:08:14

  Modified:    sys/netinet  tcp_output.c tcp_usrreq.c tcp_var.h
  Log:
  Fix a logical error in T/TCP: when we actively open a connection, we
  have to decide whether to send a CC or CCnew option in our SYN segment
  depending on the contents of our TAO cache.  This decision has to be
  made once when the connection starts.  The earlier code delayed this
  decision until the segment was assembled in tcp_output() and
  retransmitted SYN segments could have different CC options.
  
  Reviewed by:	Richard Stevens, davidg, wollman



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511032208.OAA07588>