mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
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
11 lines
314 B
C
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;
|
|
|