From 7f07206e5b940a30775dc8da0ba589fcd35ca904 Mon Sep 17 00:00:00 2001 From: Alexey Michurin Date: Sat, 8 Mar 2025 08:41:41 +0300 Subject: [PATCH] Readme: updating text according diagram --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd22fd3..8c981a1 100644 --- a/README.md +++ b/README.md @@ -267,8 +267,8 @@ sequenceDiagram There are two phases: -- IP discover, using server with public IP (200.2.2.2 on diagram) and -- drilling, using PING-PONG-CLOSE communication +- IP discover, using server with public IP (`4.4.4.4` on diagram) and +- drilling, using `PING`-`PONG`-`CLOSE` communication The PING-PONG-CLOSE approach is very similar to SYN-SYNACK-ACK. The final phase, when we send all CLOSE packets, is similar to TIME-WAIT.