summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_timer.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Historically there were slow and fast tcp timeouts. That is whybluhm2018-05-081-6/+12
* Historically TCP timeouts were implemented with pr_slowtimo andbluhm2018-02-071-3/+4
* There was a race in the TCP timers. As they may sleep to grab thebluhm2018-02-061-4/+10
* The TCP reaper timeout was still imlemented as soft timeout. Sobluhm2018-01-231-4/+5
* Convert timeouts that need a process context to timeout_set_proc(9).mpi2016-10-041-2/+2
* Add sysctl net.inet.tcp.always_keepalive, when this is set the systemsthen2011-07-061-1/+2
* fix macros up so they use the do { } while (/* CONSTCOND */ 0) idiomdlg2008-11-081-8/+9
* some spelling fixes from Martynas Venckusjmc2007-11-241-3/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* 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
* remove tcp_fasttimo and convert delayed acks to the timeout(9) API instead.provos2002-03-011-1/+5
* 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