summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_var.h
Commit message (Expand)AuthorAgeFilesLines
* The long-awaited mega-massive-network-code- cleanup. Part I.wollman1997-04-271-2/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Move TCPCTL_KEEPINIT to end of MIB list (sigh)pst1996-09-131-4/+4
* Make the misnamed tcp initial keepalive timer value (which is really thepst1996-09-131-4/+6
* Modify the kernel to use the new pr_usrreqs interface rather than the oldwollman1996-07-111-3/+2
* Correct formula for TCP RTO calculation. Also try to do a better job inwollman1996-06-051-3/+3
* Delete #ifdef notdef blocks containing old method of srtt calculation.wollman1996-04-261-18/+1
* A number of performance-reducing flaws fixed based on commentswollman1996-03-221-1/+23
* Spell tcp_listendrop consistently so that tcp_input.c and netstat compile.bde1996-02-271-2/+2
* Add a counter for the number of times the listen queue was overflowed toguido1996-02-261-1/+2
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-2/+2
* remove tcp_lastport - it has not been used for quite a while (at leastpeter1996-01-191-2/+1
* Remove some bogus externs.dg1995-12-291-4/+1
* Uniformized pr_ctlinput protosw functions. The third arg is now `voidbde1995-12-161-2/+2
* Path MTU Discovery is now standard.wollman1995-12-051-4/+2
* New style sysctl & staticize alot of stuff.phk1995-11-141-15/+1
* Fix a logical error in T/TCP: when we actively open a connection, weolah1995-11-031-1/+2
* The ability to administratively change the MTU of an interface presentswollman1995-10-161-1/+4
* The additional checks involving sequence numbers in MTU discovery resendswollman1995-10-121-3/+1
* More MTU discovery: avoid over-retransmission if route changes in thewollman1995-10-101-1/+4
* Make a whole bunch of PCB variables ints rather than shorts. There appearwollman1995-10-041-16/+16
* Remove duplicate definition for tcps_persistdrop, as added by davidg somepeter1995-09-221-2/+1
* Merge with 4.4-Lite-2. This just adds a couple of tcpstat entries whichwollman1995-09-211-4/+6
* Add connection drop capability for persist timeouts.dg1995-07-291-1/+2
* tcp_input.c - keep track of how many times a route contained a cached rttwollman1995-07-101-1/+8
* Keep track of the number of samples through the srtt filter so that wewollman1995-06-291-1/+3
* Now that we've gone to all sorts of effort to allow TCP to cache some ofwollman1995-06-191-1/+4
* Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash,dg1995-04-091-2/+4
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-1/+5
* Transaction TCP support now standard. Hack away!wollman1995-02-161-5/+0
* Add lots of useful MIB variables and a few not-so-useful ones forwollman1995-02-161-2/+14
* Get rid of some unneeded #ifdef TTCP lines. Also, get rid of somewollman1995-02-141-18/+8
* Merge Transaction TCP, courtesy of Andras Olah <olah@cs.utwente.nl> andwollman1995-02-091-5/+1
* Fix/#ifdef prototype for tcp_mss...apparantly overlooked by Garrett.dg1995-02-091-1/+5
* Merge in T/TCP TCP header file changes.wollman1995-02-081-3/+85
* Made idempotent.paul1994-08-211-1/+5
* Added $Id$dg1994-08-021-0/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+278
OpenPOWER on IntegriCloud