limit MTU to no more than what the packetconn claims to support

This commit is contained in:
Arceliar 2021-05-09 11:27:37 -05:00
parent 3bfd891fd4
commit b48962a69a
3 changed files with 11 additions and 3 deletions

2
go.mod
View file

@ -3,7 +3,7 @@ module github.com/yggdrasil-network/yggdrasil-go
go 1.16
require (
github.com/Arceliar/ironwood v0.0.0-20210508165109-414e0b35fc84
github.com/Arceliar/ironwood v0.0.0-20210509162436-68a5d50e0d8f
github.com/Arceliar/phony v0.0.0-20210209235338-dde1a8dca979
github.com/cheggaaa/pb/v3 v3.0.6
github.com/fatih/color v1.10.0 // indirect