mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-25 12:43:09 +00:00
fix comment
This commit is contained in:
@@ -50,7 +50,7 @@ _socket(void *p) {
|
|||||||
break;
|
break;
|
||||||
if (r<0)
|
if (r<0)
|
||||||
continue;
|
continue;
|
||||||
// todo: wakeup will kill some performance when system with a lot of high connections
|
// FIXME: wakeup will kill some performance when lots of connections
|
||||||
wakeup(m,0);
|
wakeup(m,0);
|
||||||
}
|
}
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user