Tagged Questions
2
votes
4answers
1k views
Delphi TClientSocket replacement using winsock2 and IOCP?
Is there such a thing? It needs to be asynchronous (no Indy).
0
votes
2answers
161 views
Is it possible to not receive a completion for a WSASend call?
Like the title says, is it possible for a successful WSASend call on a socket associated with an I/O completion port to not post a completion for any reason other than the thread ending?
I have a ...