fix
This commit is contained in:
parent
9fe15e22b9
commit
aaa0d3668c
1 changed files with 1 additions and 3 deletions
|
@ -15,10 +15,8 @@ import (
|
|||
"time"
|
||||
)
|
||||
|
||||
type MSGID int
|
||||
|
||||
const (
|
||||
DATA MSGID = 0xDEADBEEF
|
||||
DATA uint32 = 0xDEADBEEF
|
||||
)
|
||||
|
||||
// An Echo represents an ICMP echo request or reply message body.
|
||||
|
|
Loading…
Add table
Reference in a new issue