aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_timer.c
Commit message (Expand)AuthorAgeFilesLines
* tcp updates to support IPv6.Yoshinobu Inoue2000-01-091-7/+18
* Simplify, and return an error if the user attempts to set a TCPJonathan Lemon1999-08-311-7/+3
* Add a SYSCTL_PROC so that TCP timer values are now expressed toJonathan Lemon1999-08-311-10/+35
* Restructure TCP timeout handling:Jonathan Lemon1999-08-301-223/+287
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add sysctl descriptions to many SYSCTL_XXXsBill Fumerola1999-05-031-3/+3
* Ensure that TCP_REXMTVAL doesn't return a value less than t_rttmin. ThisDavid Greenman1998-04-241-12/+7
* Remove the last traces of TUBA.Poul-Henning Kamp1998-04-061-8/+1
* Changes to support the addition of a new sysctl variable:David Greenman1998-02-261-11/+12
* Make TCP_COMPAT_42 a new style option.Eivind Eklund1998-01-251-1/+2
* Make TCPDEBUG a new-style option.Joerg Wunsch1997-09-161-1/+3
* Removed unused #includes.Bruce Evans1997-08-021-7/+1
* 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
* Make the misnamed tcp initial keepalive timer value (which is really thePaul Traina1996-09-131-1/+5
* Fixed two bugs in previous commit: be sure to include tcp_debug.h whenDavid Greenman1996-07-121-1/+4
* Modify the kernel to use the new pr_usrreqs interface rather than the oldGarrett Wollman1996-07-111-4/+16
* Fix a bug in the handling of the "persist" state which, under certainJohn Polstra1996-06-031-7/+12
* Two fixes from Rich Stevens:David Greenman1996-04-151-2/+2
* Add a sysctl (net.inet.tcp.always_keepalive: 0) that when set will forcePoul-Henning Kamp1996-04-041-2/+7
* Move or add #include <queue.h> in preparation for upcoming struct socketDavid Greenman1996-03-111-2/+2
* Reverse the modification which caused the annoying m_copydata crash: setAndras Olah1996-01-041-1/+5
* New style sysctl & staticize alot of stuff.Poul-Henning Kamp1995-11-141-6/+8
* Start adding new style sysctl here too.Poul-Henning Kamp1995-11-091-1/+9
* Setting the TF_ACKNOW flag was redundant in the REXMT timeout becauseAndras Olah1995-11-031-5/+1
* Finish 4.4-Lite-2 merge: randomize TCP initial sequence numbersGarrett Wollman1995-10-031-8/+16
* Add connection drop capability for persist timeouts.David Greenman1995-07-291-1/+17
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Fixed bug I introduced when changing PCB list to use 4.4BSD style queueDavid Greenman1995-04-121-4/+3
* Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash,David Greenman1995-04-091-14/+19
* Transaction TCP support now standard. Hack away!Garrett Wollman1995-02-161-5/+1
* Merge Transaction TCP, courtesy of Andras Olah <olah@cs.utwente.nl> andGarrett Wollman1995-02-091-1/+10
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+312