TCP 4 way handshake closure
by RohitB from LinuxQuestions.org on (#5PMTK)
Hi,
As we know TCP should do 4 way handshake closure to close connection gracefully.
What will be the if different packet are send in different order.Since TCP packet will be encapsulated in IP and packet may go out of order.So if data packet reached late after FIN so what will happen?whether connection will be close abruptly?Is anything mention in RFC?
As we know TCP should do 4 way handshake closure to close connection gracefully.
What will be the if different packet are send in different order.Since TCP packet will be encapsulated in IP and packet may go out of order.So if data packet reached late after FIN so what will happen?whether connection will be close abruptly?Is anything mention in RFC?