summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_var.h
Commit message (Expand)AuthorAgeFilesLines
* Correct formula for TCP RTO calculation. Also try to do a better job inGarrett Wollman1996-06-051-3/+3
* Delete #ifdef notdef blocks containing old method of srtt calculation.Garrett Wollman1996-04-261-18/+1
* A number of performance-reducing flaws fixed based on commentsGarrett Wollman1996-03-221-1/+23
* Spell tcp_listendrop consistently so that tcp_input.c and netstat compile.Bruce Evans1996-02-271-2/+2
* Add a counter for the number of times the listen queue was overflowed toGuido van Rooij1996-02-261-1/+2
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-2/+2
* remove tcp_lastport - it has not been used for quite a while (at leastPeter Wemm1996-01-191-2/+1
* Remove some bogus externs.David Greenman1995-12-291-4/+1
* Uniformized pr_ctlinput protosw functions. The third arg is now `voidBruce Evans1995-12-161-2/+2
* Path MTU Discovery is now standard.Garrett Wollman1995-12-051-4/+2
* New style sysctl & staticize alot of stuff.Poul-Henning Kamp1995-11-141-15/+1
* Fix a logical error in T/TCP: when we actively open a connection, weAndras Olah1995-11-031-1/+2
* The ability to administratively change the MTU of an interface presentsGarrett Wollman1995-10-161-1/+4
* The additional checks involving sequence numbers in MTU discovery resendsGarrett Wollman1995-10-121-3/+1
* More MTU discovery: avoid over-retransmission if route changes in theGarrett Wollman1995-10-101-1/+4
* Make a whole bunch of PCB variables ints rather than shorts. There appearGarrett Wollman1995-10-041-16/+16
* Remove duplicate definition for tcps_persistdrop, as added by davidg somePeter Wemm1995-09-221-2/+1
* Merge with 4.4-Lite-2. This just adds a couple of tcpstat entries whichGarrett Wollman1995-09-211-4/+6
* Add connection drop capability for persist timeouts.David Greenman1995-07-291-1/+2
* tcp_input.c - keep track of how many times a route contained a cached rttGarrett Wollman1995-07-101-1/+8
* Keep track of the number of samples through the srtt filter so that weGarrett Wollman1995-06-291-1/+3
* Now that we've gone to all sorts of effort to allow TCP to cache some ofGarrett Wollman1995-06-191-1/+4
* Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash,David Greenman1995-04-091-2/+4
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-1/+5
* Transaction TCP support now standard. Hack away!Garrett Wollman1995-02-161-5/+0
* Add lots of useful MIB variables and a few not-so-useful ones forGarrett Wollman1995-02-161-2/+14
* Get rid of some unneeded #ifdef TTCP lines. Also, get rid of someGarrett Wollman1995-02-141-18/+8
* Merge Transaction TCP, courtesy of Andras Olah <olah@cs.utwente.nl> andGarrett Wollman1995-02-091-5/+1
* Fix/#ifdef prototype for tcp_mss...apparantly overlooked by Garrett.David Greenman1995-02-091-1/+5
* Merge in T/TCP TCP header file changes.Garrett Wollman1995-02-081-3/+85
* Made idempotent.Paul Richards1994-08-211-1/+5
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+278