Quake II RTX doxygen  1.0 dev
gtv_client_t Struct Reference

Public Attributes

list_t entry
 
list_t active
 
clstate_t state
 
netstream_t stream
 
unsigned msglen
 
unsigned lastmessage
 
unsigned flags
 
unsigned maxbuf
 
unsigned bufcount
 
byte buffer [MAX_GTC_MSGLEN+4]
 
byte * data
 
char name [MAX_CLIENT_NAME]
 
char version [MAX_QPATH]
 

Detailed Description

Definition at line 32 of file mvd.c.

Member Data Documentation

◆ active

list_t gtv_client_t::active

Definition at line 34 of file mvd.c.

Referenced by accept_client(), drop_client(), parse_stream_start(), and parse_stream_stop().

◆ bufcount

unsigned gtv_client_t::bufcount

Definition at line 45 of file mvd.c.

Referenced by SV_MvdEndFrame(), and write_stream().

◆ buffer

byte gtv_client_t::buffer[MAX_GTC_MSGLEN+4]

Definition at line 47 of file mvd.c.

Referenced by accept_client().

◆ data

byte* gtv_client_t::data

Definition at line 48 of file mvd.c.

Referenced by parse_hello(), and remove_client().

◆ entry

list_t gtv_client_t::entry

Definition at line 33 of file mvd.c.

Referenced by accept_client(), and remove_client().

◆ flags

unsigned gtv_client_t::flags

Definition at line 43 of file mvd.c.

Referenced by parse_hello(), and parse_stringcmd().

◆ lastmessage

unsigned gtv_client_t::lastmessage

Definition at line 41 of file mvd.c.

Referenced by accept_client(), drop_client(), dump_clients(), parse_message(), and SV_MvdRunClients().

◆ maxbuf

unsigned gtv_client_t::maxbuf

Definition at line 44 of file mvd.c.

Referenced by parse_stream_start(), and SV_MvdEndFrame().

◆ msglen

unsigned gtv_client_t::msglen

Definition at line 40 of file mvd.c.

Referenced by parse_message().

◆ name

char gtv_client_t::name[MAX_CLIENT_NAME]

Definition at line 50 of file mvd.c.

Referenced by drop_client(), dump_clients(), dump_versions(), parse_hello(), and parse_stringcmd().

◆ state

◆ stream

◆ version

char gtv_client_t::version[MAX_QPATH]

Definition at line 51 of file mvd.c.

Referenced by dump_versions(), and parse_hello().