summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_timer.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add sysctl net.inet.tcp.always_keepalive, when this is set the systemsthen2011-07-061-1/+2
| | | | | | | | | | | behaves as if SO_KEEPALIVE was set on all TCP sockets, forcing keepalives to be sent every net.inet.tcp.keepidle half-seconds. In conjunction with a keepidle value greatly reduced from the default, this can be useful for keeping sessions open if you are stuck on a network with short NAT or firewall timeouts. Feedback from various people, ok henning@ claudio@
* fix macros up so they use the do { } while (/* CONSTCOND */ 0) idiomdlg2008-11-081-8/+9
| | | | ok deraadt@ otto@
* some spelling fixes from Martynas Venckusjmc2007-11-241-3/+3
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* another const char * from David Hillhenning2003-03-281-2/+2
|
* use timeout(9) to schedule TCP timers. this avoid traversing allprovos2002-03-081-5/+9
| | | | tcp connections during tcp_slowtimo. apdapted from thorpej@netbsd.org
* remove tcp_fasttimo and convert delayed acks to the timeout(9) API instead.provos2002-03-011-1/+5
| | | | adapated from netbsd. okay angelos@
* typoprovos2002-01-141-2/+2
|
* use macros to manage tcp timers; based on netbsdprovos2002-01-141-1/+16
|
* Inclusion protection.angelos2001-06-091-3/+7
|
* OpenBSD tags + some prototyping policeniklas1997-02-241-0/+1
|
* fix tuba after synbomb fixesderaadt1996-09-231-0/+1
|
* initial import of NetBSD treederaadt1995-10-181-0/+130