debuging tcp/ip applications with netstat
When using the netstat command to debug tcp/ip applications is very useful to understand the behaviour of a TCP connection using the state diagram that displays the possible states and the transitions that happen between states since netstat displays current tcp/ip network connections and its states.
A reference to that diagram on line can be find following the link about Transmission Control Protocol
or rfc793.
Labels: tcp
0 Comments:
Post a Comment
<< Home