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