README.md aktualisiert
This commit is contained in:
@@ -33,6 +33,7 @@ sequenceDiagram
|
|||||||
Note left of Client: Client receives SYN-ACK
|
Note left of Client: Client receives SYN-ACK
|
||||||
Client->>Server: ACK
|
Client->>Server: ACK
|
||||||
Note right of Server: Connection established
|
Note right of Server: Connection established
|
||||||
|
```
|
||||||
|
|
||||||
# TCP 3-Way Handshake with Mitigation
|
# TCP 3-Way Handshake with Mitigation
|
||||||
|
|
||||||
@@ -48,3 +49,4 @@ sequenceDiagram
|
|||||||
Client->>Server: ACK (seq = x+1, ack = y+1)
|
Client->>Server: ACK (seq = x+1, ack = y+1)
|
||||||
Note right of Server: Server validates cookie<br>If valid, reconstructs state and establishes connection
|
Note right of Server: Server validates cookie<br>If valid, reconstructs state and establishes connection
|
||||||
Note right of Server: Connection established
|
Note right of Server: Connection established
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user