aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_output.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagupstream/2.1.6_cvsrelease/2.1.6_cvscvs2svn1997-02-051-1/+1
* Brought in fixes from -current: rev 1.20 of tcp_output.c, and 1.16 ofDavid Greenman1996-04-151-5/+8
* Brought in Path MTU Discovery implementation from main branch. This hasDavid Greenman1996-03-041-8/+31
* Brought in 'fix' from rev 1.18: be sure not to send data and/or FIN in SYNDavid Greenman1996-01-311-1/+14
* Brought in T/TCP fixes from main branch: retransmitted SYN segments couldDavid Greenman1996-01-311-10/+3
* Brought in changes from rev 1.12: deal properly with mbuf allocationDavid Greenman1995-09-151-3/+6
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-11/+11
* Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize.David Greenman1995-05-091-4/+4
* Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash,David Greenman1995-04-091-1/+2
* Transaction TCP support now standard. Hack away!Garrett Wollman1995-02-161-23/+1
* Merge Transaction TCP, courtesy of Andras Olah <olah@cs.utwente.nl> andGarrett Wollman1995-02-091-15/+145
* Kill previous commit as it isn't necessary.David Greenman1995-01-261-6/+1
* Extended the previous change to cover the non-options case, too.David Greenman1995-01-241-1/+6
* Applied fix from Andreas Schulz with a different comment by me. Fixes aDavid Greenman1995-01-231-1/+6
* Made TCPDEBUG truely optional. Based on changes I made in FreeBSD 1.1.5.David Greenman1994-09-151-1/+5
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+599