Will WSASend re-send data?

38 Views Asked by At

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?

0

There are 0 best solutions below