Veröffentlicht 4. Februar 200520 j Huhu ihrs google und boardsuche brachten leider nix brauchbares, daher mal ne frage an euch: Der AUfruf von Netstat bringt Statusmeldungen über die einzelnen Verbindungen. Soweit klar. ABer was bedeuten ZULETZT_ACK FIN_WARTEN_1 SYN_EMPFANGEN FIN_WARTEN_2 SCHLIESSEN_WARTEN AM liebsten wäre mir ne Doku, aber wenn ihr die ANtwort kennt wäre ich euch sehr verbunden. :nett:
4. Februar 200520 j Guckst Du hier. Zeigt wie dort gezeigt den Status der Verbindung an. Die Begriffe sind denk ich selbsterklärend. Ansonsten hier noch ne schöne Darstellung.
4. Februar 200520 j RFC 793 bringt dich wohl weiter. Zitat: LISTEN - represents waiting for a connection request from any remote TCP and port. SYN-SENT - represents waiting for a matching connection request after having sent a connection request. SYN-RECEIVED - represents waiting for a confirming connection request acknowledgment after having both received and sent a connection request. ESTABLISHED - represents an open connection, data received can be delivered to the user. The normal state for the data transfer phase of the connection. FIN-WAIT-1 - represents waiting for a connection termination request from the remote TCP, or an acknowledgment of the connection termination request previously sent. FIN-WAIT-2 - represents waiting for a connection termination request from the remote TCP. CLOSE-WAIT - represents waiting for a connection termination request from the local user. CLOSING - represents waiting for a connection termination request acknowledgment from the remote TCP. LAST-ACK - represents waiting for an acknowledgment of the connection termination request previously sent to the remote TCP (which includes an acknowledgment of its connection termination request). TIME-WAIT - represents waiting for enough time to pass to be sure the remote TCP received the acknowledgment of its connection termination request. CLOSED - represents no connection state at all. Zitat Ende taschentoast
Archiv
Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.