yggdrasil-go/src
Adam Ruzicka 8358fe5c5c Unify MTU datatypes across the codebase
The codebase uses int and unit16 to represent MTU randomly. This change
unifies it to a MTU type from types package, which is currently uint16.
2020-01-05 18:01:22 +00:00
..
address Fix typos 2019-11-29 11:45:02 +02:00
admin Act multicast updates for safety 2019-10-23 11:12:51 +01:00
config Unify MTU datatypes across the codebase 2020-01-05 18:01:22 +00:00
crypto Update crypto.go 2019-11-29 17:14:27 -06:00
defaults Unify MTU datatypes across the codebase 2020-01-05 18:01:22 +00:00
module Define module.Module interface, update admin/tuntap/multicast modules to comply with it, fix #581 2019-10-23 10:44:58 +01:00
multicast Fix return value in Multicast.Stop() 2019-11-30 16:05:44 +02:00
tuntap Unify MTU datatypes across the codebase 2020-01-05 18:01:22 +00:00
types Unify MTU datatypes across the codebase 2020-01-05 18:01:22 +00:00
util check packet length before checking if it's an ipv6 packet, and add some trace level logging whenever a packet is rejected for being too short to parse 2019-09-26 18:11:58 -05:00
version yggdrasil: buildName should report unknown 2019-11-11 00:24:50 -05:00
yggdrasil Unify MTU datatypes across the codebase 2020-01-05 18:01:22 +00:00