warp-vpn

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

commit d39ed61754e1ef2a5c62bd8cf8c65b205a83f42e
parent 90fc341c2bb7ae5bacbc51986deae17fe6b383c3
Author: sin <sin@2f30.org>
Date:   Tue, 22 Mar 2016 10:43:13 +0000

add comment to clarify that it is openbsd specific

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

diff --git a/stun.c b/stun.c @@ -164,7 +164,7 @@ readtun(int fd, unsigned char *buf, int len) { return read(fd, buf, len); } -#else +#else /* OpenBSD */ int opentun(char *tundev) {