index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
tcp_timer.h
Age
Commit message (
Expand
)
Author
2016-10-04
Convert timeouts that need a process context to timeout_set_proc(9).
Martin Pieuchot
2011-07-06
Add sysctl net.inet.tcp.always_keepalive, when this is set the system
Stuart Henderson
2008-11-08
fix macros up so they use the do { } while (/* CONSTCOND */ 0) idiom
David Gwynne
2007-11-24
some spelling fixes from Martynas Venckus
Jason McIntyre
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-03-28
another const char * from David Hill
Henning Brauer
2002-03-08
use timeout(9) to schedule TCP timers. this avoid traversing all
Niels Provos
2002-03-01
remove tcp_fasttimo and convert delayed acks to the timeout(9) API instead.
Niels Provos
2002-01-14
typo
Niels Provos
2002-01-14
use macros to manage tcp timers; based on netbsd
Niels Provos
2001-06-09
Inclusion protection.
Angelos D. Keromytis
1997-02-24
OpenBSD tags + some prototyping police
Niklas Hallqvist
1996-09-23
fix tuba after synbomb fixes
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt