aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_var.h
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* * Change sysctl from using linker_set to construct its tree using SLISTs.Doug Rabson1999-02-161-1/+6
* Add a flag, passed to pru_send routines, PRUS_MORETOCOME. ThisBill Fenner1999-01-201-17/+18
* Re-implement tcp and ip fragment reassembly to not store pointers in theDoug Rabson1998-08-241-13/+2
* Yow! Completely change the way socket options are handled, eliminatingGarrett Wollman1998-08-231-3/+2
* Declare tcp_seq and tcp_cc as fixed-size types. Half fixed typeBruce Evans1998-07-131-2/+2
* Only make struct xtcpcb visable if _NETINET_IN_PCB_H_ and _SYS_SOCKETVAR_H_John Hay1998-06-271-4/+4
* Convert socket structures to be type-stable and add a version number.Garrett Wollman1998-05-151-2/+19
* Ensure that TCP_REXMTVAL doesn't return a value less than t_rttmin. ThisDavid Greenman1998-04-241-2/+2
* Remove the last traces of TUBA.Poul-Henning Kamp1998-04-061-4/+1
* Changes to support the addition of a new sysctl variable:David Greenman1998-02-261-1/+2
* Improved connection establishment performance by doing local port lookups viaDavid Greenman1998-01-271-38/+30
* The long-awaited mega-massive-network-code- cleanup. Part I.Garrett Wollman1997-04-271-2/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Move TCPCTL_KEEPINIT to end of MIB list (sigh)Paul Traina1996-09-131-4/+4
* Make the misnamed tcp initial keepalive timer value (which is really thePaul Traina1996-09-131-4/+6
* Modify the kernel to use the new pr_usrreqs interface rather than the oldGarrett Wollman1996-07-111-3/+2
* 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