Add nettest/ tools
[splice.git] / nettest / README
1 Simple networking test stuff, to compare splice/vmsplice with
2 send()/recv(). The basic setup is transmitting and receiving
3 buffers of data with crc checksums attached. Speed and sys/usr
4 stats are shown, so both performance and data integrity can
5 be tested.
6
7 The basic pair is xmit/recv, which talk to each other. It's
8 important to use the same message size, or it wont work. sf can
9 also talk to recv. To do that, you need to prepare a data file
10 with fillfile first.
11