add test-socket-signal folder
authorRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Fri, 15 Oct 2010 15:40:40 +0000 (18:40 +0300)
committerRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Fri, 15 Oct 2010 15:40:40 +0000 (18:40 +0300)
commit295b3a8d8118a8a91fe8d7dfff7a0fa4ef4af7c6
tree6716625c4b1b7e2d5bfa0803db9a4f474952d001
parent43ad5d3a0128fd5844bec4587468f616a86fcb2e
add test-socket-signal folder

Test impact of using SIGSTOP/SIGCONT on TCP network connections.
Utils/test-socket-signal/.gitignore [new file with mode: 0644]
Utils/test-socket-signal/Makefile [new file with mode: 0644]
Utils/test-socket-signal/client.c [new file with mode: 0644]
Utils/test-socket-signal/server.c [new file with mode: 0644]
Utils/test-socket-signal/sock_util/sock_util.c [new file with mode: 0644]
Utils/test-socket-signal/sock_util/sock_util.h [new file with mode: 0644]