demikernel
demikernel copied to clipboard
[tcp] Refuse Connections When Passive Open is Too Busy
Description
In protocols::tcp::passive_open::PassiveSocket::receive()
, we should properly refuse incoming connections if we reached the maximum backlog length of a passive socket.