From db72092352e97fc2911d47b1d7547586aa6c0dee Mon Sep 17 00:00:00 2001 From: esrrhs Date: Tue, 18 Dec 2018 17:57:59 +0800 Subject: [PATCH] fix --- pingtunnel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pingtunnel.go b/pingtunnel.go index 8f54e79..090f6a0 100644 --- a/pingtunnel.go +++ b/pingtunnel.go @@ -16,7 +16,7 @@ import ( ) const ( - DATA uint32 = 0xDEADBEEF + DATA uint32 = 0x01010101 ) // An Echo represents an ICMP echo request or reply message body.