]> git.tuebingen.mpg.de Git - paraslash.git/commit
Rename init_tcp_socket() to tcp_listen() and further net.c cleanups.
authorAndre Noll <maan@systemlinux.org>
Sun, 25 Nov 2007 13:48:40 +0000 (14:48 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 25 Nov 2007 13:48:40 +0000 (14:48 +0100)
commit49c5a95ab4ca28d13c6faff59110447aeb0099a5
treea84ecfa443d315135ba98a037d56839e485e1ae1
parente1890028c21d233087266fd7997d68a88cb9afce
Rename init_tcp_socket() to tcp_listen() and further net.c cleanups.

Cleanups consist in the following:

- get rid of setserversockopts(). It had only one caller
  within net.c, so incorporate it into tcp_listen().

- Kill E_BIND, E_LISTEN, E_SETSOCKOPT and E_SOCKET. Return
  converted errno instead.
error.h
http_send.c
net.c
net.h
server.c