1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
Commit Graph

56 Commits

Author SHA1 Message Date
deraadt
0ab1fc182b add net.inet.tcp.{keepidle,keepintvl,slowhz}; mouse@Rodents.Montreal.QC.CA 1997-06-06 11:22:18 +00:00
deraadt
56955e71a8 `solve' the syn bomb problem as well as currently known; add sysctl's for
SOMAXCONN (kern.somaxconn), SOMINCONN (kern.sominconn), and TCPTV_KEEP_INIT
(net.inet.tcp.keepinittime). when this is not enough (ie. overfull), start
doing tail drop, but slightly prefer the same port.
1996-09-20 22:53:05 +00:00
tholo
db011c5bc0 TCP Persist handling; from 4.4BSD Lite2 (via NetBSD PR 2335) 1996-09-12 06:19:56 +00:00
niklas
b400e1581c From NetBSD: 960217 merge 1996-03-03 22:30:24 +00:00
deraadt
f3eb6470a8 from netbsd:
make netinet work on systems where pointers and longs are 64 bits
(like the alpha).  Biggest problem: IP headers were overlayed with
structure which included pointers, and which therefore didn't overlay
properly on 64-bit machines.  Solution: instead of threading pointers
through IP header overlays, add a "queue element" structure to do
the threading, and point it at the ip headers.
1995-12-14 06:50:40 +00:00
deraadt
df930be708 initial import of NetBSD tree 1995-10-18 08:37:01 +00:00