mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-05 09:55:20 +02:00
renamed StunResponse packet type
This commit is contained in:
parent
9f5e06503a
commit
51f4320911
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ local message_positions = {
|
|||
|
||||
local packet_types = {
|
||||
[0] = "Unknown",
|
||||
[1] = "StunResponse",
|
||||
[1] = "DomainConnectRequestPending",
|
||||
[2] = "DomainList",
|
||||
[3] = "Ping",
|
||||
[4] = "PingReply",
|
||||
|
|
Loading…
Reference in a new issue