I'm maintaining some code which use Windows socket to send data to TCP client.
I saw WSASend is only called once. But the wireshark captured data shows 2 duplicate tries was made when time out.
I wonder, does WSASend implement a retry in itself?
I'm maintaining some code which use Windows socket to send data to TCP client.
I saw WSASend is only called once. But the wireshark captured data shows 2 duplicate tries was made when time out.
I wonder, does WSASend implement a retry in itself?