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
2024-01-29
Run TCP timer without kernel lock.
Alexander Bluhm
2023-03-14
To avoid misunderstanding, keep variables for tcp keepalive in
YASUOKA Masahiko
2022-11-07
Modify TCP receive buffer size auto scaling to use the smoothed RTT
YASUOKA Masahiko
2018-05-08
Historically there were slow and fast tcp timeouts. That is why
Alexander Bluhm
2018-02-07
Historically TCP timeouts were implemented with pr_slowtimo and
Alexander Bluhm
2018-02-06
There was a race in the TCP timers. As they may sleep to grab the
Alexander Bluhm
2018-01-23
The TCP reaper timeout was still imlemented as soft timeout. So
Alexander Bluhm
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