tech:reseau_linux_pile_tcp_ip_-_tcp_retransmission_timeout_rto

Réseau Linux pile TCP/IP - TCP retransmission timeout RTO

Params :

Voir :

Round-Trip Time (RTT) also called round-trip delay. RTT is the time required for a signal pulse to travel from a specific source to a specific destination and back again. In this context it is the time it takes for an outgoing TCP client packet to be acknowledged by the server.

Le temps d'aller-retour (RTT) est le temps qu'il faut aux données pour aller et revenir d'un certain point sur un réseau.

RTO pour les connexions sur le port 8080 Client

# Sur le client
ss -i -n  | egrep -A1 '[0-9]:8080\s+$' |egrep -o 'rto:\w+'
 
# Sur le serveur
ss -i -n  | egrep -A1 '[0-9]:8080\s+[^$]' |egrep -o 'rto:\w+'

FIXME

tech/reseau_linux_pile_tcp_ip_-_tcp_retransmission_timeout_rto.txt · Dernière modification : de 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki