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