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

#include <net.h>

Public Attributes

qboolean fatal_error
 
int isnqprotocol
 
qboolean nqreliable_allowed
 
float nqreliable_resendtime
 
qbyte nqunreliableonly
 
qboolean pext_fragmentation
 
qboolean pext_stunaware
 
struct netprim_s netprim
 
int mtu
 
int dupe
 
float last_received
 
float frame_latency
 
float frame_rate
 
int drop_count
 
int good_count
 
int bytesin
 
int bytesout
 
netadr_t remote_address
 
netsrc_t sock
 
int qport
 
int qportsize
 
double cleartime
 
int incoming_unreliable
 
int incoming_sequence
 
int incoming_acknowledged
 
int incoming_reliable_acknowledged
 
int incoming_reliable_sequence
 
int outgoing_unreliable
 
int outgoing_sequence
 
int reliable_sequence
 
int last_reliable_sequence
 
sizebuf_t message
 
qbyte message_buf [MAX_OVERALLMSGLEN]
 
int reliable_length
 
int reliable_start
 
qbyte reliable_buf [MAX_OVERALLMSGLEN]
 
int outgoing_size [MAX_LATENT]
 
double outgoing_time [MAX_LATENT]
 
struct huffman_s * compresstable
 
int in_fragment_length
 
char in_fragment_buf [MAX_OVERALLMSGLEN]
 
int in_fragment_start
 

Member Data Documentation

◆ bytesin

int netchan_t::bytesin

◆ bytesout

int netchan_t::bytesout

◆ cleartime

double netchan_t::cleartime

◆ compresstable

struct huffman_s* netchan_t::compresstable

◆ drop_count

int netchan_t::drop_count

◆ dupe

int netchan_t::dupe

◆ fatal_error

qboolean netchan_t::fatal_error

◆ frame_latency

float netchan_t::frame_latency

◆ frame_rate

float netchan_t::frame_rate

◆ good_count

int netchan_t::good_count

◆ in_fragment_buf

char netchan_t::in_fragment_buf[MAX_OVERALLMSGLEN]

◆ in_fragment_length

int netchan_t::in_fragment_length

◆ in_fragment_start

int netchan_t::in_fragment_start

◆ incoming_acknowledged

int netchan_t::incoming_acknowledged

◆ incoming_reliable_acknowledged

int netchan_t::incoming_reliable_acknowledged

◆ incoming_reliable_sequence

int netchan_t::incoming_reliable_sequence

◆ incoming_sequence

int netchan_t::incoming_sequence

◆ incoming_unreliable

int netchan_t::incoming_unreliable

◆ isnqprotocol

int netchan_t::isnqprotocol

◆ last_received

float netchan_t::last_received

◆ last_reliable_sequence

int netchan_t::last_reliable_sequence

◆ message

sizebuf_t netchan_t::message

◆ message_buf

qbyte netchan_t::message_buf[MAX_OVERALLMSGLEN]

◆ mtu

int netchan_t::mtu

◆ netprim

struct netprim_s netchan_t::netprim

◆ nqreliable_allowed

qboolean netchan_t::nqreliable_allowed

◆ nqreliable_resendtime

float netchan_t::nqreliable_resendtime

◆ nqunreliableonly

qbyte netchan_t::nqunreliableonly

◆ outgoing_sequence

int netchan_t::outgoing_sequence

◆ outgoing_size

int netchan_t::outgoing_size[MAX_LATENT]

◆ outgoing_time

double netchan_t::outgoing_time[MAX_LATENT]

◆ outgoing_unreliable

int netchan_t::outgoing_unreliable

◆ pext_fragmentation

qboolean netchan_t::pext_fragmentation

◆ pext_stunaware

qboolean netchan_t::pext_stunaware

◆ qport

int netchan_t::qport

◆ qportsize

int netchan_t::qportsize

◆ reliable_buf

qbyte netchan_t::reliable_buf[MAX_OVERALLMSGLEN]

◆ reliable_length

int netchan_t::reliable_length

◆ reliable_sequence

int netchan_t::reliable_sequence

◆ reliable_start

int netchan_t::reliable_start

◆ remote_address

netadr_t netchan_t::remote_address

◆ sock

netsrc_t netchan_t::sock

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