]> git.tuebingen.mpg.de Git - paraslash.git/commit
08_refactor-makesock.diff
authorGerrit Renker <grenker@cscs.ch>
Thu, 25 Feb 2010 16:05:45 +0000 (17:05 +0100)
committerAndre Noll <maan@systemlinux.org>
Thu, 25 Feb 2010 16:05:45 +0000 (17:05 +0100)
commita5927501e41fa3fca2975452617474e78ffecc48
tree87df039a5fd3381f9153fcf7a4b94ffcbc25aea5
parented0c68b07ddbc130e033035baa1cc0862e511b46
08_refactor-makesock.diff

This is a refactoring of makesock():
 * the ubiquitous AF_UNSPEC is promoted as the default;
 * a wrapper for active sockets, para_connect_simple();
 * para_listen() now supports flowopts;
 * a wrapper for passive sockets, para_listen_simple();
 * for consistency, port numbers (which are 2 byte in
   UDP, TCP, and DCCP) have all been set to 'uint16_t'.
client_common.c
dccp_recv.c
http_recv.c
net.c
net.h
send_common.c
server.c
udp_recv.c
udp_send.c