warp-vpn

point to point VPN implementation
git clone git://git.2f30.org/warp-vpn
Log | Files | Refs | README

commit 3a4abce01b6b65c517445f8d1baa5a2e5e19bf66
parent 185f90011505fff24ce719f7cfe9950a3eaa6b40
Author: sin <sin@2f30.org>
Date:   Wed, 13 Apr 2016 23:32:24 +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 at once */ +/* create a packet and write it out to the network */ int netwrite(int fd, unsigned char *pt, size_t ptlen, size_t *outlen) {