标签: c network-programming winsock2 icmp
我创建了ICMP客户端/服务器应用程序。客户端首先通过ICMP回复发送ICMP请求包(我创建了ipHeader和icmpHeader)和服务器应答。每件事都很好。 所以我的问题是:服务器如何拒绝ICMP请求。
ipHeader
icmpHeader
我尝试从ICMP服务器发送“目的地无法访问的程序包”答案但是当我检查客户端时,我发现他收到了“echo reply package”(code = 0 , type= 0 and data = empty)。
code = 0 , type= 0 and data = empty