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.
我必须以 TCP 纯数据包的格式发送一些数据。我已阅读并理解如何使用套接字发送数据,但我找不到任何有关如何以特定格式创建数据包的帮助。我会很感激一些帮助。
谢谢
您需要查找pack以创建特定格式的二进制数据包。