mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 10:13:15 +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 = {
|
local packet_types = {
|
||||||
[0] = "Unknown",
|
[0] = "Unknown",
|
||||||
[1] = "StunResponse",
|
[1] = "DomainConnectRequestPending",
|
||||||
[2] = "DomainList",
|
[2] = "DomainList",
|
||||||
[3] = "Ping",
|
[3] = "Ping",
|
||||||
[4] = "PingReply",
|
[4] = "PingReply",
|
||||||
|
|
Loading…
Reference in a new issue