Recently I'm looking into the RFC 793 to understand the TCP and the socket behaviour.
One question I have is:
When an SYN
received, should the listen socket immediately send the ACK
or wait for APP layer call accept
function.
Seams those behaviour is not explained in RFC 793, so does there any RFC explain the backlog/accept behaviour of an listening socket.