summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_output.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.1_cvscvs2svn1997-03-271-1/+1
* Changed some memcpy()'s back to bcopy()'s.Bruce Evans1996-06-081-2/+2
* Two fixes from Rich Stevens:David Greenman1996-04-151-5/+8
* Move or add #include <queue.h> in preparation for upcoming struct socketDavid Greenman1996-03-111-2/+2
* Be more conservative when T/TCP extensions are disabled. In particular,Andras Olah1996-01-171-1/+14
* Path MTU Discovery is now standard.Garrett Wollman1995-12-051-6/+6
* Fix a logical error in T/TCP: when we actively open a connection, weAndras Olah1995-11-031-10/+3
* The ability to administratively change the MTU of an interface presentsGarrett Wollman1995-10-161-1/+13
* Merge 4.4-Lite-2: update version number (we already have the same fixes).Garrett Wollman1995-09-221-5/+4
* Add support in TCP for Path MTU discovery. This is highly experimentalGarrett Wollman1995-09-201-6/+18
* If tcp_output() is unable to allocate space for a copy of the data waitingGarrett Wollman1995-09-131-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