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 -1
View File
@@ -338,7 +338,7 @@ static bool initialize(private_daemon_t *this, bool syslog, level_t levels[])
this->public.interfaces = interface_manager_create();
this->public.backends = backend_manager_create();
this->public.kernel_interface = kernel_interface_create();
this->public.socket = socket_create(IKEV2_UDP_PORT, IKEV2_NATT_PORT);
this->public.socket = socket_create();
this->public.sender = sender_create();
this->public.receiver = receiver_create();