Changeset

12369:f2ae9c6d1d9f

net.stun: Name some more attributes from TURN
author Matthew Wild <mwild1@gmail.com>
date Sat, 05 Mar 2022 11:00:08 +0000
parents 12368:d82c8efc6dd5
children 12370:9889b1815d31
files net/stun.lua
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/net/stun.lua	Sat Mar 05 10:59:19 2022 +0000
+++ b/net/stun.lua	Sat Mar 05 11:00:08 2022 +0000
@@ -86,6 +86,9 @@
 
 	-- TURN
 	["requested-transport"] = 0x0019;
+	["xor-peer-address"] = 0x0012;
+	["data"] = 0x0013;
+	["xor-relayed-address"] = 0x0016;
 };
 local attribute_lookup = lookup_table(attributes);