This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
tools
/
regression
/
sockets
/
sendfile
/
Makefile
12 lines
102 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 09:50:14 +00: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 07:59:30 +00:00
WARNS
?=
6
Fixed missing or broken library dependencies.
2010-02-25 14:42:26 +00:00
DPADD
=
${
LIBMD
}
LDADD
=
-lmd
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 09:50:14 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink