TCP Modification

TCP Solution
server client
-----------------------------------------------------------
ESTABLISHED ESTABLISHED
(get application close)
goto FIN_WAIT_1
send FIN ---FIN--->
goto CLOSE_WAIT
<---ACK--- send ACK
goto FIN_WAIT_2
(get application close_swap)
goto LAST_ACK_SWAP
<---FIN--- send FIN
goto TIME_WAIT
send ACK ---ACK--->
goto TIME_WAIT
<---RST--- send RST
goto CLOSED
Experiments show that this solution have great performance enhancement at a busy server.
Measurement

Go back to the ATOMIC-2 home page. / Go back to the ISI home page.
This page is written and maintained by the
ATOMIC-2 group.
Please mail us any problems with or
comments about this page.
Last modified July 11, 1997.