R.Wieser
2021-05-03 18:33:57 UTC
Hello all,
I'm currently trying to figure out how, at the level of ethernet packets,
the TCP Connect works. I can find quite a number of webpages what the the
initial three handshake packets look like, but no more.
More specific : how an Accept call on the listening socket tells the other
side that the target port has changed (to a newly created socket, so the
listening socket is free to accept another connection).
If someone knows where I can find that specific info (including SYN, ACK,
RST, ETC - preferrably with some schematic / pictures) I would be obliged.
Regards,
Rudy Wieser
I'm currently trying to figure out how, at the level of ethernet packets,
the TCP Connect works. I can find quite a number of webpages what the the
initial three handshake packets look like, but no more.
More specific : how an Accept call on the listening socket tells the other
side that the target port has changed (to a newly created socket, so the
listening socket is free to accept another connection).
If someone knows where I can find that specific info (including SYN, ACK,
RST, ETC - preferrably with some schematic / pictures) I would be obliged.
Regards,
Rudy Wieser