sendfile: added server implementation
authorRăzvan Crainea <razvan.crainea@gmail.com>
Sat, 2 Jun 2012 11:43:12 +0000 (14:43 +0300)
committerRăzvan Crainea <razvan.crainea@gmail.com>
Sat, 2 Jun 2012 11:43:12 +0000 (14:43 +0300)
commitffc95a7b6a0262d74247e8fac336896c7529fd63
treecffa3f81ada8bc31c7e2c220c8f24a4f9e4753f9
parent03eb49a78a2b1edcea84fe7f3f21ceab50ee8b37
sendfile: added server implementation
module/p2pkp_sock.h
sendfile/Makefile [new file with mode: 0644]
sendfile/client/.gitignore [new file with mode: 0644]
sendfile/client/Makefile
sendfile/client/client.c
sendfile/server/.gitignore [new file with mode: 0644]
sendfile/server/Makefile
sendfile/server/server.c
sendfile/test.sh [new file with mode: 0755]
sendfile/utils/utils.h [new file with mode: 0644]