From 5725e1ff82c516d82cef8b974168c6d4f620360c Mon Sep 17 00:00:00 2001 From: Christian Ulrich Date: Sun, 25 Oct 2020 23:07:07 +0100 Subject: [PATCH] forgot to add udp technique here --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 101a771..bf6c091 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ respond|ID|TECHNIQUE|IP_FROM|PORTS_FROM|IP_TO|PORTS_TO|EXTRA_ARGS The fields have the following semantics: - ``ID``: the message ID (random string) -- ``TECHNIQUE``: the hole punching technique, one out of "tcp-syni" and "tcp-nutss" +- ``TECHNIQUE``: the hole punching technique, one out of "tcp-syni", "tcp-nutss" and "udp" - ``IP_FROM``: the public IP address of the initiating peer - ``PORTS_FROM``: a list of previously used source ports of the initiating peer - ``IP_TO``: the public IP address of the responding peer