forked from Bananymous/banan-os
Kernel: Notify epoll on new TCP connections
This commit is contained in:
parent
f778bca3f2
commit
2f37776614
|
@ -492,6 +492,8 @@ namespace Kernel
|
||||||
connection_info,
|
connection_info,
|
||||||
header.seq_number + 1
|
header.seq_number + 1
|
||||||
));
|
));
|
||||||
|
|
||||||
|
epoll_notify(EPOLLIN);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue