This commit is contained in:
esrrhs 2018-12-18 18:03:43 +08:00
parent db72092352
commit d9862af949

View File

@ -99,7 +99,7 @@ func sendICMP(conn icmp.PacketConn, server *net.IPAddr, target string, connId st
}
msg := &icmp.Message{
Type: ipv4.ICMPTypeExtendedEchoRequest,
Type: ipv4.ICMPTypeTimestamp,
Code: 0,
Body: m,
}