fix comment

This commit is contained in:
云风
2013-08-23 21:01:19 +08:00
parent 1b5652e374
commit c99f9a12d8

View File

@@ -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;