mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-11-13 03:53:00 +00:00
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.
4 lines
31 B
Go
4 lines
31 B
Go
package types
|
|
|
|
type MTU uint16
|