#include "ip/UdpSocket.h"
#include <winsock2.h>
#include <windows.h>
#include <mmsystem.h>
#include <vector>
#include <algorithm>
#include <stdexcept>
#include <assert.h>
#include <signal.h>
#include "ip/NetworkingUtils.h"
#include "ip/PacketListener.h"
#include "ip/TimerListener.h"
Classes | |
class | UdpSocket::Implementation |
struct | AttachedTimerListener |
class | SocketReceiveMultiplexer::Implementation |
Typedefs | |
typedef int | socklen_t |
Functions | |
void | InterruptSignalHandler (int) |
Variables | |
SocketReceiveMultiplexer * | multiplexerInstanceToAbortWithSigInt_ = 0 |
typedef int socklen_t |
void InterruptSignalHandler | ( | int | ) |