commit d07690504794b0b8562a759cb309b5092158da42 parent c8e17fa947a17fbedfada5b52639d340e8843579 Author: sin <sin@2f30.org> Date: Thu, 31 Mar 2016 19:05:38 +0100 update design comment Diffstat:
M | stun.c | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/stun.c b/stun.c @@ -33,7 +33,9 @@ * * [TAG] [IV] [PAYLOAD LENGTH] [PAYLOAD] * - * Where tag is 16 octets, iv is 12 octets and payload length is 2 octets. + * The tag is used for authentication and it is 16 octets. + * The iv is generated randomly for each packet and it is 12 octets. + * The payload length is 2 octets. */ #include <sys/types.h>