From ff73f203569bfc85a70727f981852d5fa4839be6 Mon Sep 17 00:00:00 2001 From: fyodor Date: Sun, 1 Jul 2012 23:25:26 +0000 Subject: [PATCH] Add a bit more information about what the STUN protocol is --- nselib/stun.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nselib/stun.lua b/nselib/stun.lua index 16033de8f..00084f642 100644 --- a/nselib/stun.lua +++ b/nselib/stun.lua @@ -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 " --