Готовая реализация handshake

This commit is contained in:
set
2026-03-10 15:49:29 +02:00
parent 1f706385f8
commit c9aade2be3
4 changed files with 65 additions and 4 deletions

1
go.mod
View File

@@ -5,6 +5,7 @@ go 1.24.0
require (
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/pion/datachannel v1.6.0 // indirect
github.com/pion/dtls/v2 v2.2.7 // indirect
github.com/pion/dtls/v3 v3.1.2 // indirect