Search code examples
Should I handle the error of WSARecv() in two places?...


c++socketsiocp

Read More
WSARecv() and the lpNumberOfBytesRecvd parameter...


c++socketsiocp

Read More
How to make sure that WSASend() will send the data?...


c++socketsiocp

Read More
Can WSARecv() return data immediately?...


c++socketswinapinetwork-programmingiocp

Read More
How to simulate a blocking send() using WSASend() and IOCP?...


c++socketswinapinetwork-programmingiocp

Read More
How to know if a completion packet is for WSASend() or WSARecv() or AcceptEx()?...


c++socketswinapinetwork-programmingiocp

Read More
Can I use accept() with IOCP?...


c++socketswinapinetwork-programmingiocp

Read More
Can I call WSASend() repeatedly?...


c++socketswinapinetwork-programmingiocp

Read More
Can anyone explain to me this IOCP diagram?...


c++windowssocketsnetwork-programmingiocp

Read More
Does IOCP creates its own threads?...


c++windowssocketswinapiiocp

Read More
IO Completion Ports and socket send()...


c++windowssocketswinapiiocp

Read More
Unordered socket read & close notification using IOCP...


iocp

Read More
TCP/IP IOCP received data sometimes corrupt - Visual C++ on Windows...


c++socketstcpcorruptiocp

Read More
post many wsasend on the same socket from multiple threads...


c++multithreadingsocketssendiocp

Read More
TCP/IP server using IOCP. Occasional data corruption in receive buffers...


c++socketstcpcorruptiocp

Read More
Is it necessary to clean up the SocketAsyncEventArgs.Completed?...


c#eventsiocp

Read More
How to identify pushback under Win IOCP?...


tcpiocp

Read More
What is the best way to implement an echo server with async i/o and IOCP?...


c++windowssocketsioiocp

Read More
How to find out when CancelIo() is done?...


windowsiocpcancelio

Read More
Sending list of connected users to newly connected user in multithreaded iocp server...


c++cmultithreadingcritical-sectioniocp

Read More
C# SocketAsyncEventArgs and network glitches...


c#socketstcpasyncsocketiocp

Read More
Detecting if CancelIoEx canceled synchronously...


c++winapinetwork-programmingasynchronousiocp

Read More
Performance benefit of multiple pending reads or multiple pending writes per individual TCP socket?...


winapinetwork-programmingasynchronousiocp

Read More
IOCP: If operation returns immediately with error, can I still receive completion notification?...


c++winapiiocpio-completion-ports

Read More
io completion ports issue with calling multiple wsarecv or wsasend per GetQueuedCompletionStatus...


csocketsiocp

Read More
GetQueuedCompletionStatus delayed...


c++socketsiocp

Read More
What is the relation between number of thread and number of processor cores?...


windowsmultithreadingthreadpooliocp

Read More
Pool of extended OVERLAPPED objects in a multithreaded environment: where and how to use locking eff...


c++multithreadingwinapiatomiciocp

Read More
SSL_read fails with SSL_ERROR_SSL...


c++openssliocp

Read More
Could ConnectEx with SetFileCompletionNotificationModes return synchronously?...


socketswinapitcpioiocp

Read More
BackNext