LocalAddress
|
The field displays the local IP address for this TCP connection. In the case of a connection in the listen state which is willing to accept connections for any IP interface associated with the node, the value 0.0.0.0 is used.
|
LocalPort
|
The local port number for this TCP connection.
|
RemAddress
|
The remote IP address for this TCP connection.
|
RemPort
|
The remote port number for this TCP connection.
|
State
|
The state of this TCP connection. This field will display one of the following values:
closed
listen
synSent
synReceived
established
finWait1
finWait2
closeWait
lastAck
closing
timeWait
deleteTCB
|