aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_subr.c
Commit message (Expand)AuthorAgeFilesLines
* New style sysctl & staticize alot of stuff.Poul-Henning Kamp1995-11-141-7/+11
* Start adding new style sysctl here too.Poul-Henning Kamp1995-11-091-1/+11
* The ability to administratively change the MTU of an interface presentsGarrett Wollman1995-10-161-6/+2
* The additional checks involving sequence numbers in MTU discovery resendsGarrett Wollman1995-10-121-7/+5
* More MTU discovery: avoid over-retransmission if route changes in theGarrett Wollman1995-10-101-10/+9
* Finish 4.4-Lite-2 merge: randomize TCP initial sequence numbersGarrett Wollman1995-10-031-4/+4
* Correct spelling error in MTUDISC code.Garrett Wollman1995-09-221-2/+2
* Add support in TCP for Path MTU discovery. This is highly experimentalGarrett Wollman1995-09-201-3/+45
* Initial back-end support for IP MTU discovery, gated on MTUDISC. The supportGarrett Wollman1995-09-181-1/+29
* Keep track of the number of samples through the srtt filter so that weGarrett Wollman1995-06-291-9/+8
* Now that we've gone to all sorts of effort to allow TCP to cache some ofGarrett Wollman1995-06-191-1/+4
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
* Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash,David Greenman1995-04-091-6/+12
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-3/+2
* Removed unnecessary define for TCPOUTFLAGS since they are not used.Nate Williams1995-03-061-2/+1
* Transaction TCP support now standard. Hack away!Garrett Wollman1995-02-161-9/+1
* Merge Transaction TCP, courtesy of Andras Olah <olah@cs.utwente.nl> andGarrett Wollman1995-02-091-3/+86
* Cosmetics: silences gcc -Wall.Poul-Henning Kamp1994-10-081-3/+3
* GCC cleanup.Poul-Henning Kamp1994-10-021-2/+2
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-1/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+445