Mostly working PMTU discovery when going over UDP links

This commit is contained in:
Arceliar 2018-02-25 20:24:36 -06:00
parent 0fae932512
commit 63b55cda62
3 changed files with 40 additions and 10 deletions

View file

@ -91,6 +91,7 @@ const boxPubKeyLen = 32
const boxPrivKeyLen = 32
const boxSharedKeyLen = 32
const boxNonceLen = 24
const boxOverhead = box.Overhead
type boxPubKey [boxPubKeyLen]byte
type boxPrivKey [boxPrivKeyLen]byte