From 3c978d9c6d98ca237f49d580529c9886a565c643 Mon Sep 17 00:00:00 2001 From: Olivier Cochard Date: Mon, 9 May 2016 10:57:52 +0000 Subject: 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 --- net/mlvpn/files/patch-src_tuntap__bsd.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/mlvpn/files/patch-src_tuntap__bsd.c (limited to 'net/mlvpn/files/patch-src_tuntap__bsd.c') diff --git a/net/mlvpn/files/patch-src_tuntap__bsd.c b/net/mlvpn/files/patch-src_tuntap__bsd.c new file mode 100644 index 000000000000..4d2fc1235258 --- /dev/null +++ b/net/mlvpn/files/patch-src_tuntap__bsd.c @@ -0,0 +1,11 @@ +--- 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; + -- cgit v1.2.3