mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 03:53:09 +00:00
fix comment
This commit is contained in:
@@ -50,7 +50,7 @@ _socket(void *p) {
|
||||
break;
|
||||
if (r<0)
|
||||
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);
|
||||
}
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user