Kernel: Notify epoll on new TCP connections

This commit is contained in:
Bananymous 2025-05-27 07:02:03 +03:00
parent f778bca3f2
commit 2f37776614
1 changed files with 2 additions and 0 deletions

View File

@ -492,6 +492,8 @@ namespace Kernel
connection_info,
header.seq_number + 1
));
epoll_notify(EPOLLIN);
}
}
else