mirror of
https://github.com/lubosz/overte.git
synced 2025-04-07 04:42:49 +02:00
unsourced additions from Howard
This commit is contained in:
parent
ecbce8201b
commit
a5c2ce472e
1 changed files with 7 additions and 1 deletions
|
@ -158,7 +158,13 @@ local packet_types = {
|
|||
}
|
||||
|
||||
local unsourced_packet_types = {
|
||||
["DomainList"] = true
|
||||
["DomainList"] = true,
|
||||
["DomainConnectRequest"] = true,
|
||||
["ICEPing"] = true,
|
||||
["ICEPingReply"] = true,
|
||||
["DomainServerConnectionToken"] = true,
|
||||
["DomainSettingsRequest"] = true,
|
||||
["ICEServerHeartbeatACK"] = true
|
||||
}
|
||||
|
||||
local fragments = {}
|
||||
|
|
Loading…
Reference in a new issue