blob: b3b58c366d8ca9f53d3d8999171933126575de60 (
plain)
1
2
3
4
5
6
7
|
// Basic sanity test. One system call.
//
// All of the plumbing has to be working however, and the packetdrill wire
// client needs to be able to connect to the wire server and send the script,
// probe local interfaces, run through the test w/ timings, etc.
0.000 socket(..., SOCK_STREAM, IPPROTO_TCP) = 3
|