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.
我正在维护一些使用 Windows 套接字将数据发送到 TCP 客户端的代码。
我看到 WSASend 只被调用一次。但是,wireshark 捕获的数据显示超时时进行了 2 次重复尝试。
我想知道,WSASend 本身是否实现了重试?