#include <OW32/windows.h>
#include <OW32/auto_array_ptr.h>
#include <OW32/SyncObjects.h>
#include <OW32/auto_buf.h>
#include <OW32/XSOCKET.h>
#include <list>
Go to the source code of this file.
Namespaces | |
namespace | OW32 |
Classes | |
class | OW32::CAsyncResolverServer |
Represents the state of a single DNS server. More... | |
class | OW32::CAsyncResolverServer::CUDPConnection |
A UDP connection. | |
struct | OW32::CAsyncResolverServer::CUDPConnection::OVERLAPPEDPLUS |
Overlapped IO with completion function pointer. More... | |
struct | OW32::CAsyncResolverServer::CUDPConnection::SENDOVERLAPPED |
Overlapped IO specific to send, also stores the query that we were attempting to transmit for error reporting. More... | |
class | OW32::CAsyncResolverServer::CTCPConnection |