stun

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

commit 4f4bd4e789eb5d045a45c8e1b79a886f4e949acb
parent 0b6bf453be93ceb9d5b741772813d86fcebdaa48
Author: sin <sin@2f30.org>
Date:   Tue, 12 Apr 2016 19:32:33 +0100

fix comment

Diffstat:
Mnetpkt.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netpkt.c b/netpkt.c @@ -41,7 +41,7 @@ static size_t taglen; /* state tracking for input handling */ static int state; -/* create a packet and write it out to the network in one go */ +/* create a packet and write it out to the network at once */ int netwrite(int fd, unsigned char *pt, size_t ptlen, size_t *outlen) {