Kernel: Notify epoll on new TCP connections
This commit is contained in:
@@ -492,6 +492,8 @@ namespace Kernel
|
|||||||
connection_info,
|
connection_info,
|
||||||
header.seq_number + 1
|
header.seq_number + 1
|
||||||
));
|
));
|
||||||
|
|
||||||
|
epoll_notify(EPOLLIN);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user