Penguin
Note: You are viewing an old revision of this page. View the current version.

Foo(u)Bar - F'd Up Beyond All Recognition

FIN - a flag set in a TCP packet indicating that one conversant in an current communication has finished sending data. An ACK flag will (almost) always be piggybacked onto a TCP packet with a FIN set. A recipient of a FIN packet MUST acknowledge the receipt of the FIN by ACKing the received packet and incrementing the sequence number by one (SeqNum?+1). Either side of the communicating pair can terminate their end of the communication first. The TCP State of the machine SENDING the FIN will change to Fin_wait1 once the FIN has been sent. Upon receipt of an ACK, the TCP State of the sending machine will change to Fin_wait2 (indicating that the communication is HALF-closed.) Upon receipt of a final FIN from the other conversant, the state will change to Closing. Finally, once the final FIN has been ACK'd, the state will change to Closed. (See RFC0793 - Transmission Control Protocol - for more information).

lib/main.php:944: Notice: PageInfo: Cannot find action page

lib/main.php:839: Notice: PageInfo: Unknown action