Content deleted Content added
fix |
No edit summary |
||
Line 1:
A '''half-open connection''' refers to a [[Transmission Control Protocol|TCP]] connection that is partially open, which is in the process of being established.
The TCP protocol has a three state system for opening a connection. First, the originating site (A) sends a [[SYN (TCP)|SYN packet]] to the destination (B). A is now half-open, and awaiting a response. B now updates its kernel information to indicate the incoming connection from A, and sends out a request to open a channel back (the SYN/ACK packet).
Line 19:
Windows Xp Service Pack 2 Limits the number of half open connections you can have at one time to 10
|