Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in iocp

IO Completion ports: How does WSARecv() work?

c++ winsock iocp

Resources To learn IOCP On Windows

"Un-associate" socket from completion port

c++ sockets winapi winsock iocp

How can I wait on an I/O completion port and an event at the same time?

c++ c multithreading winapi iocp

Is it possible to know how many unprocessed completed operations are queued on an IOCP through an API call?

c# .net sockets iocp

Timer that supports overlapped I/O (for IOCP)?

WSAConnect() vs ConnectEx()

c++ sockets winapi winsock iocp

Does an IO completetion port spawn a new thread before or after the completion port has something to report?

windows winapi iocp

When using IOCP, should I set WSAOVERLAPPED's hEvent to NULL or to a valid handle to a WSAEVENT object?

c++ sockets winsock2 iocp

SSL_read fails with SSL_ERROR_SSL

c++ openssl iocp

can the infamous `ERROR_NETNAME_DELETED' error be considered an error at all? [duplicate]

IOCP C++ TCP client

c++ windows tcp iocp

CloseHandle() returns before the serial port is actually closed

Windows limitation on number of simultaneously opened sockets/connections per machine

How do Completion Port Threads of the Thread Pool behave during async I/O in .NET / .NET Core?

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

c++ sockets tcp corrupt iocp

What's the best way to ping many network devices in parallel?

Windows 2012 R2 closesocket() hangs on listening socket

CreateFile() returns INVALID_HANDLE_VALUE but GetLastError() is ERROR_SUCCESS

Calling WSAGetLastError() from an IOCP thread return incorrect result

c++ sockets iocp