index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
tcp_timer.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Historically there were slow and fast tcp timeouts. That is why
bluhm
2018-05-08
1
-6
/
+12
*
Historically TCP timeouts were implemented with pr_slowtimo and
bluhm
2018-02-07
1
-3
/
+4
*
There was a race in the TCP timers. As they may sleep to grab the
bluhm
2018-02-06
1
-4
/
+10
*
The TCP reaper timeout was still imlemented as soft timeout. So
bluhm
2018-01-23
1
-4
/
+5
*
Convert timeouts that need a process context to timeout_set_proc(9).
mpi
2016-10-04
1
-2
/
+2
*
Add sysctl net.inet.tcp.always_keepalive, when this is set the system
sthen
2011-07-06
1
-1
/
+2
*
fix macros up so they use the do { } while (/* CONSTCOND */ 0) idiom
dlg
2008-11-08
1
-8
/
+9
*
some spelling fixes from Martynas Venckus
jmc
2007-11-24
1
-3
/
+3
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-6
/
+2
*
another const char * from David Hill
henning
2003-03-28
1
-2
/
+2
*
use timeout(9) to schedule TCP timers. this avoid traversing all
provos
2002-03-08
1
-5
/
+9
*
remove tcp_fasttimo and convert delayed acks to the timeout(9) API instead.
provos
2002-03-01
1
-1
/
+5
*
typo
provos
2002-01-14
1
-2
/
+2
*
use macros to manage tcp timers; based on netbsd
provos
2002-01-14
1
-1
/
+16
*
Inclusion protection.
angelos
2001-06-09
1
-3
/
+7
*
OpenBSD tags + some prototyping police
niklas
1997-02-24
1
-0
/
+1
*
fix tuba after synbomb fixes
deraadt
1996-09-23
1
-0
/
+1
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+130