FTEQW
Documentation of the FTE engine source tree.
ftenet_connections_s Struct Reference

#include <netinc.h>

Classes

struct  ftenet_delayed_packet_s
 

Public Attributes

qboolean islisten
 
unsigned int packetsin
 
unsigned int packetsout
 
unsigned int bytesin
 
unsigned int bytesout
 
unsigned int timemark
 
float packetsinrate
 
float packetsoutrate
 
float bytesinrate
 
float bytesoutrate
 
ftenet_generic_connection_tconn [MAX_CONNECTIONS]
 
void(* ReadGamePacket )(void)
 
struct dtlspeer_s * dtls
 
const dtlsfuncs_tdtlsfuncs
 
struct ftenet_connections_s::ftenet_delayed_packet_sdelayed_packets
 
netadr_t srflx [2]
 
unsigned int srflx_tid [3]
 

Member Data Documentation

◆ bytesin

unsigned int ftenet_connections_s::bytesin

◆ bytesinrate

float ftenet_connections_s::bytesinrate

◆ bytesout

unsigned int ftenet_connections_s::bytesout

◆ bytesoutrate

float ftenet_connections_s::bytesoutrate

◆ conn

ftenet_generic_connection_t* ftenet_connections_s::conn[MAX_CONNECTIONS]

◆ delayed_packets

struct ftenet_connections_s::ftenet_delayed_packet_s * ftenet_connections_s::delayed_packets

◆ dtls

struct dtlspeer_s* ftenet_connections_s::dtls

◆ dtlsfuncs

const dtlsfuncs_t* ftenet_connections_s::dtlsfuncs

◆ islisten

qboolean ftenet_connections_s::islisten

◆ packetsin

unsigned int ftenet_connections_s::packetsin

◆ packetsinrate

float ftenet_connections_s::packetsinrate

◆ packetsout

unsigned int ftenet_connections_s::packetsout

◆ packetsoutrate

float ftenet_connections_s::packetsoutrate

◆ ReadGamePacket

void(* ftenet_connections_s::ReadGamePacket) (void)

◆ srflx

netadr_t ftenet_connections_s::srflx[2]

◆ srflx_tid

unsigned int ftenet_connections_s::srflx_tid[3]

◆ timemark

unsigned int ftenet_connections_s::timemark

The documentation for this struct was generated from the following file: