This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-04-22 14:49:36 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
c66ca7723b
opnsense-src
/
tools
/
regression
/
netinet
/
tcpsockclosebeforeaccept
/
Makefile
10 lines
90 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add a regression test to exercise the case where accept() is called and the next waiting socket has had a close on the remote endpoint already.
2006-04-03 06:08:35 -04:00
#
# $FreeBSD$
#
PROG
=
tcpsockclosebeforeaccept
NO_MAN
=
o style.Makefile(5): WARNS= -> WARNS?=.
2006-07-09 07:51:14 -04:00
WARNS
?=
3
Add a regression test to exercise the case where accept() is called and the next waiting socket has had a close on the remote endpoint already.
2006-04-03 06:08:35 -04:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in a new issue
Copy permalink