2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-06-27 13:33:13 +00:00
This commit is contained in:
2024-06-09 20:42:25 +03:00
parent 62617f2c30
commit 08410de9c3
10 changed files with 811 additions and 7 deletions

View File

@ -48,10 +48,10 @@ class IIPAuthPacket : Packet
{
AuthenticateHash = 0x0,
AuthenticatePublicHash = 0x1,
AuthenticatePrivateHash
AuthenticatePrivateHash,
EstablishRequest,
EstablishReply,
TwoFactorAuthtenticate
TwoFactorAuthtenticate,
NewConnection = 0x20,
ResumeConnection,