Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 ping 程序将数据发送到环回 IP 地址 127.0.0.1。$ping 127.0.0.1 "my data" 并希望在内核空间中看到它。如果有人有什么想法请回复我
使用 ping 的-p选项:
-p
-p 模式 您可以指定最多 16 个“填充”字节来填写您发送的数据包。 这对于诊断网络中的数据相关问题很有用。 例如,-p ff将导致发送的数据包被全部填充。