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-15 14:29:58 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
6318052d9e
opnsense-src
/
tools
/
regression
/
sockets
/
sendfile
/
Makefile
10 lines
74 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add a basic regression test for sendfile() over TCP, which sends varying lengths of headers and data and makes sure it receives about the right number of bytes.
2006-05-25 05:50:14 -04:00
#
# $FreeBSD$
#
PROG
=
sendfile
NO_MAN
=
Valid error codes for err() and errx() are 1..255. The correct format specifier for ssize_t is %zd.
2007-04-19 03:59:30 -04:00
WARNS
?=
6
Add a basic regression test for sendfile() over TCP, which sends varying lengths of headers and data and makes sure it receives about the right number of bytes.
2006-05-25 05:50:14 -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