summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_timewait.c
Commit message (Expand)AuthorAgeFilesLines
* Improved connection establishment performance by doing local port lookups viadg1998-01-271-5/+5
* Make TCP_COMPAT_42 a new style option.eivind1998-01-251-1/+2
* Fix an incredibly horrible bug in the ipfw codejulian1997-12-191-1/+3
* Removed unused #includes.bde1997-10-281-5/+1
* Make TCPDEBUG a new-style option.joerg1997-09-161-1/+3
* Fixed gratuitous ANSIisms.bde1997-09-161-4/+5
* Reorganize elements of the inpcb struct to take better advantage ofdg1997-04-031-2/+2
* Improved performance of hash algorithm while (hopefully) not reducingdg1997-03-031-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Fix the mechanism for choosing wehether to save the slow-start thresholdwollman1997-02-141-2/+19
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Eliminate some more references to separate ip_v and ip_hl fields.wollman1996-07-241-2/+4
* Better selection of initial retransmit timeout when no cachedwollman1996-06-141-6/+4
* Correct formula for TCP RTO calculation. Also try to do a better job inwollman1996-06-051-4/+2
* In tcp_respond(), check that ro->ro_rt is non-null before RTFREEingwollman1996-03-271-2/+2
* Make sure tcp_respond() always calls ip_output() with a validwollman1996-03-221-1/+8
* Move or add #include <queue.h> in preparation for upcoming struct socketdg1996-03-111-2/+2
* Fix a nagging divide-by-zero error resulting from the MTU discovery codewollman1995-12-201-2/+20
* Uniformized pr_ctlinput protosw functions. The third arg is now `voidbde1995-12-161-3/+4
* Path MTU Discovery is now standard.wollman1995-12-051-5/+5
* New style sysctl & staticize alot of stuff.phk1995-11-141-7/+11
* Start adding new style sysctl here too.phk1995-11-091-1/+11
* The ability to administratively change the MTU of an interface presentswollman1995-10-161-6/+2
* The additional checks involving sequence numbers in MTU discovery resendswollman1995-10-121-7/+5
* More MTU discovery: avoid over-retransmission if route changes in thewollman1995-10-101-10/+9
* Finish 4.4-Lite-2 merge: randomize TCP initial sequence numberswollman1995-10-031-4/+4
* Correct spelling error in MTUDISC code.wollman1995-09-221-2/+2
* Add support in TCP for Path MTU discovery. This is highly experimentalwollman1995-09-201-3/+45
* Initial back-end support for IP MTU discovery, gated on MTUDISC. The supportwollman1995-09-181-1/+29
* Keep track of the number of samples through the srtt filter so that wewollman1995-06-291-9/+8
* Now that we've gone to all sorts of effort to allow TCP to cache some ofwollman1995-06-191-1/+4
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
* Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash,dg1995-04-091-6/+12
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-3/+2
* Removed unnecessary define for TCPOUTFLAGS since they are not used.nate1995-03-061-2/+1
* Transaction TCP support now standard. Hack away!wollman1995-02-161-9/+1
* Merge Transaction TCP, courtesy of Andras Olah <olah@cs.utwente.nl> andwollman1995-02-091-3/+86
* Cosmetics: silences gcc -Wall.phk1994-10-081-3/+3
* GCC cleanup.phk1994-10-021-2/+2
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-1/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+445
OpenPOWER on IntegriCloud