net.stun: Name some more attributes from TURN

This commit is contained in:
Matthew Wild 2022-03-05 11:00:08 +00:00
parent ab77f7fcdb
commit 6e9d71259c

View file

@ -86,6 +86,9 @@ local attributes = {
-- TURN
["requested-transport"] = 0x0019;
["xor-peer-address"] = 0x0012;
["data"] = 0x0013;
["xor-relayed-address"] = 0x0016;
};
local attribute_lookup = lookup_table(attributes);