stun

simple point to point tunnel
git clone git://git.2f30.org/stun
Log | Files | Refs | README

commit 604d33ff173fe729f54c9f9fa4a84b17616eae14
parent 2c55a3862c901fda0dd5497ff8aa0e37951cdd60
Author: sin <sin@2f30.org>
Date:   Tue, 12 Apr 2016 15:20:32 +0100

fix comments

Diffstat:
Mnetpkt.c | 7++-----
1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/netpkt.c b/netpkt.c @@ -9,7 +9,7 @@ #include "stun.h" -/* the various state the input handler can be in */ +/* the various states the input handler can be in */ enum { STATEINITIAL, STATENONCE, @@ -170,10 +170,7 @@ out: return PKTFAILED; } -/* - * reset state machine, required when a fatal error occurs or when - * a client disconnects - */ +/* Reset state machine. This is required when a fatal error occurs. */ void netreset(void) {