How can I flush the Winsock SendData function -
I want data sent to take place when the SendData function is called,
not only after returning from the function in which SendData was called.
e.g.
Function A has a SendData call in it.
I don’t want to wait with the SendData until function A finishes its execution, that way I will be able to send data more than once during A’s execution.
10x,
Ran
ran@swapstation.com
I want data sent to take place when the SendData function is called,
not only after returning from the function in which SendData was called.
e.g.
Function A has a SendData call in it.
I don’t want to wait with the SendData until function A finishes its execution, that way I will be able to send data more than once during A’s execution.
10x,
Ran
ran@swapstation.com