link to RFC3489 RFC5389 RFC5780 for STUN

This commit is contained in:
Thomas Bernard
2025-05-26 01:16:04 +02:00
parent 1a1c07fdd4
commit c4484df84d
+4
View File
@@ -9,6 +9,10 @@
/*! \file upnpstun.c
* \brief STUN client implementation
*
* - https://datatracker.ietf.org/doc/html/rfc3489 (obsolete)
* - https://datatracker.ietf.org/doc/html/rfc5389
* - https://datatracker.ietf.org/doc/html/rfc5780 (experimental)
*/
#include <sys/select.h>
#include <sys/time.h>