- processing of incoming message in worker thread programmed

This commit is contained in:
Jan Hutter
2005-11-16 17:20:03 +00:00
parent c923dc6126
commit 28c734d72e
5 changed files with 78 additions and 9 deletions
+1 -1
View File
@@ -217,7 +217,7 @@ static void register_signals()
static status_t initialize_globals()
{
/* initialize global object */
global_socket = socket_create(4600);
global_socket = socket_create(4500);
global_ike_sa_manager = ike_sa_manager_create();
global_job_queue = job_queue_create();
global_event_queue = event_queue_create();