We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e2c7a commit 3135fbfCopy full SHA for 3135fbf
docs/notes/Socket.md
@@ -273,7 +273,7 @@ else if ( ret == 0 )
273
else
274
{
275
// Check if any events detected
276
- for ( int i = 0; i < ret; i++ )
+ for ( int i = 0; i < ready; i++ )
277
278
if ( pevents[i].events & EPOLLIN )
279
notes/Socket.md
0 commit comments