ENet protocol functions. More...
#include <stdio.h>
#include <string.h>
#include "enet/utility.h"
#include "enet/time.h"
#include "enet/enet.h"
Macros | |
#define | ENET_BUILDING_LIB 1 |
Functions | |
int | enet_host_check_events (ENetHost *host, ENetEvent *event) |
Checks for any queued events on the host and dispatches one if available. More... | |
void | enet_host_flush (ENetHost *host) |
Sends any queued packets on the host specified to its designated peers. More... | |
int | enet_host_service (ENetHost *host, ENetEvent *event, enet_uint32 timeout) |
Waits for events on the host specified and shuttles packets between the host and its peers. More... | |
size_t | enet_protocol_command_size (enet_uint8 commandNumber) |
ENet protocol functions.
#define ENET_BUILDING_LIB 1 |
size_t enet_protocol_command_size | ( | enet_uint8 | commandNumber | ) |
References ENET_PROTOCOL_COMMAND_MASK.
Referenced by enet_peer_setup_outgoing_command().