Threaded before spinlocks on parser
This commit is contained in:
parent
8a1e77eae1
commit
4bc53f296b
@ -111,7 +111,7 @@ void network(void) /* name is misleading because we also do modem IO here */
|
|||||||
exit(-3);
|
exit(-3);
|
||||||
}
|
}
|
||||||
pthread_create(&thr, NULL, handclient, (void*)sn);
|
pthread_create(&thr, NULL, handclient, (void*)sn);
|
||||||
lprintf(info, "Incoming connection; child pid %d\n"
|
lprintf(info, "Incoming connection\n"
|
||||||
,ilen);
|
,ilen);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user