Connection response does go from server to client

This commit is contained in:
Grishka
2023-04-14 01:20:27 +03:00
parent 1d15f90c9e
commit e50cf8e97c

View File

@@ -58,7 +58,7 @@ sequenceDiagram
Client->>Server: UKEY2 ClientInit Client->>Server: UKEY2 ClientInit
Server->>Client: UKEY2 ServerInit Server->>Client: UKEY2 ServerInit
Client->>Server: UKEY2 ClientFinish Client->>Server: UKEY2 ClientFinish
Client->>Server: Connection response Server->>Client: Connection response
Note over Server, Client: All following packets are encrypted Note over Server, Client: All following packets are encrypted
Server->>Client: Paired key encryption Server->>Client: Paired key encryption
Client->>Server: Paired key encryption Client->>Server: Paired key encryption