ports/net/mlvpn/files/patch-src_tuntap__bsd.c
Olivier Cochard 3c978d9c6d New port: net/mlvpn
MLVPN allow to bond your internet links to increase bandwidth, secure your
internet connection by actively monitoring your links and removing the faulty
ones, without loosing your TCP connections and secure your internet connection
to the aggregation server using cryptography.

WWW: https://zehome.github.io/MLVPN/

Approved by:	mat
Differential Revision:	https://reviews.freebsd.org/D6034
2016-05-09 10:57:52 +00:00

11 lines
314 B
C

--- src/tuntap_bsd.c.orig 2015-12-28 11:20:16 UTC
+++ src/tuntap_bsd.c
@@ -21,7 +21,7 @@ mlvpn_tuntap_read(struct tuntap_s *tunta
mlvpn_tunnel_t *rtun = NULL;
mlvpn_pkt_t *pkt;
ssize_t ret;
- u_char data[DEFAULT_MTU]
+ u_char data[DEFAULT_MTU];
struct iovec iov[2];
uint32_t type;