1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-02 04:49:02 +00:00

Add a bit more information about what the STUN protocol is

This commit is contained in:
fyodor
2012-07-01 23:25:26 +00:00
parent 6f910154b5
commit ff73f20356

View File

@@ -1,6 +1,7 @@
---
-- A library that implements the basics of the STUN protocol per RFC3489
-- and RFC5389.
-- A library that implements the basics of the STUN protocol (Session
-- Traversal Utilities for NAT) per RFC3489 and RFC5389. A protocol
-- overview is available at http://en.wikipedia.org/wiki/STUN.
--
-- @author "Patrik Karlsson <patrik@cqure.net>"
--