How long are fragmented TCP fragments kept in the TCP server

Posted by Justin on Server Fault See other posts from Server Fault or by Justin
Published on 2012-10-29T09:44:17Z Indexed on 2012/10/29 11:04 UTC
Read the original article Hit count: 294

Filed under:
|

Suppose that a given TCP fragment is fragmented into two IP datagrams, and that the first datagram arrives to the TCP server, but the second datagram never arrives.

After a certain amount of time the TCP server sends a keepalive, and determines that the client is alive. What does the TCP server then do with this first datagram? Does is wait for the second datagram to arrive, or does it discard the first datagram?

© Server Fault or respective owner

Related posts about ip

Related posts about tcp