route/vendor/github.com/bifurcation/mint/dtls.go

8 lines
165 B
Go
Raw Normal View History

2018-01-03 19:19:49 +00:00
package mint
// This file is a placeholder. DTLS-specific stuff (timer management,
// ACKs, retransmits, etc. will eventually go here.
const (
initialMtu = 1200
)