summaryrefslogtreecommitdiff
path: root/modules/natbd
diff options
context:
space:
mode:
authorAlfred E. Heggestad <alfred.heggestad@gmail.com>2017-09-09 12:09:56 +0200
committerAlfred E. Heggestad <alfred.heggestad@gmail.com>2017-09-09 12:09:56 +0200
commitddbe90d5686a2501f62767e79cde5440604b4685 (patch)
tree088d2699fdbab1a2159e2a880ce71196197fccf4 /modules/natbd
parent876d7b7f6379e1b8f7937e7882badbbc71dbf0b1 (diff)
natbd: clarify RFC 5780 STUN Server (#291)
Diffstat (limited to 'modules/natbd')
-rw-r--r--modules/natbd/natbd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/natbd/natbd.c b/modules/natbd/natbd.c
index a90e264..2b2efff 100644
--- a/modules/natbd/natbd.c
+++ b/modules/natbd/natbd.c
@@ -16,6 +16,8 @@
* the main SIP client. It uses the NATBD api in libre to detect the
* NAT Behaviour, by sending STUN packets to a STUN server. Both
* protocols UDP and TCP are supported.
+ *
+ * The STUN server used must be compliant with RFC 5780
*/