2024-07-22 16:22:45 +08:00

7 lines
340 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# test-lo
lo网卡功能测试程序
## 测试过程:
通过创建一个UDP套接字然后发送一条消息到本地回环地址127.0.0.1lo网卡再接收并验证这条消息以此来测试lo网卡的功能。期望发送的消息和接收到的消息是完全一样的。通过日志输出查看测试是否成功。