This commit is contained in:
esrrhs 2018-12-18 15:51:04 +08:00
parent 9fe15e22b9
commit aaa0d3668c

View File

@ -15,10 +15,8 @@ import (
"time" "time"
) )
type MSGID int
const ( const (
DATA MSGID = 0xDEADBEEF DATA uint32 = 0xDEADBEEF
) )
// An Echo represents an ICMP echo request or reply message body. // An Echo represents an ICMP echo request or reply message body.