unsourced additions from Howard

This commit is contained in:
Simon Walton 2019-06-06 11:08:16 -07:00
parent ecbce8201b
commit a5c2ce472e

View file

@ -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 = {}