zehome / MLVPN

Multi-link VPN (ADSL/SDSL/xDSL/Network aggregation / bonding)
http://www.mlvpn.fr/
BSD 2-Clause "Simplified" License
521 stars 129 forks source link

Fix endianness issues in len field of mlvpn_pktdata #23

Closed philpep closed 11 years ago

philpep commented 11 years ago

Transform mlvpn_pktdata len field in network byte order before sending on the TCP/UDP tunnel and transform to host byte order when reading.