pmtud package
This commit is contained in:
10
internal/pmtud/errors.go
Normal file
10
internal/pmtud/errors.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package pmtud
|
||||
|
||||
import (
|
||||
"errors"
|
||||
)
|
||||
|
||||
var (
|
||||
ErrICMPDestinationUnreachable = errors.New("ICMP destination unreachable")
|
||||
ErrICMPBodyUnsupported = errors.New("ICMP body type is not supported")
|
||||
)
|
||||
Reference in New Issue
Block a user