socket_t implementation withouth raw sockets

--disable-raw-socket configure option
  prevents charon/pluto to run in parallel
This commit is contained in:
Martin Willi
2007-11-26 11:20:00 +00:00
parent 5af3a03396
commit 733f336ad3
6 changed files with 929 additions and 323 deletions
+1 -3
View File
@@ -100,13 +100,11 @@ struct socket_t {
/**
* @brief Create a socket_t, wich binds multiple sockets.
*
* @param port port to bind socket to
* @param natt_port port to float to in NAT-T
* @return socket_t object
*
* @ingroup network
*/
socket_t *socket_create(u_int16_t port, u_int16_t natt_port);
socket_t *socket_create();
#endif /*SOCKET_H_*/