diff options
author | Olivier Cochard <olivier@FreeBSD.org> | 2016-05-09 10:57:52 +0000 |
---|---|---|
committer | Olivier Cochard <olivier@FreeBSD.org> | 2016-05-09 10:57:52 +0000 |
commit | 3c978d9c6d98ca237f49d580529c9886a565c643 (patch) | |
tree | f51bf7a4ddba9baa859c38a417ce9e7c590378f7 /net/mlvpn/files/patch-src_tuntap__bsd.c | |
parent | - Update to 5.0.0 (diff) |
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
Notes
Notes:
svn path=/head/; revision=414837
Diffstat (limited to 'net/mlvpn/files/patch-src_tuntap__bsd.c')
-rw-r--r-- | net/mlvpn/files/patch-src_tuntap__bsd.c | 11 |
1 files changed, 11 insertions, 0 deletions
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; + |