icculus quake2 doxygen  1.0 dev
netchan_t Struct Reference

#include <qcommon.h>

Public Attributes

qboolean fatal_error
 
netsrc_t sock
 
int dropped
 
int last_received
 
int last_sent
 
netadr_t remote_address
 
int qport
 
int incoming_sequence
 
int incoming_acknowledged
 
int incoming_reliable_acknowledged
 
int incoming_reliable_sequence
 
int outgoing_sequence
 
int reliable_sequence
 
int last_reliable_sequence
 
sizebuf_t message
 
byte message_buf [MAX_MSGLEN-16]
 
int reliable_length
 
byte reliable_buf [MAX_MSGLEN-16]
 

Detailed Description

Definition at line 574 of file qcommon.h.

Member Data Documentation

◆ dropped

int netchan_t::dropped

Definition at line 580 of file qcommon.h.

Referenced by CL_AddNetgraph(), and Netchan_Process().

◆ fatal_error

qboolean netchan_t::fatal_error

Definition at line 576 of file qcommon.h.

Referenced by Netchan_Transmit().

◆ incoming_acknowledged

int netchan_t::incoming_acknowledged

◆ incoming_reliable_acknowledged

int netchan_t::incoming_reliable_acknowledged

Definition at line 591 of file qcommon.h.

Referenced by Netchan_NeedReliable(), and Netchan_Process().

◆ incoming_reliable_sequence

int netchan_t::incoming_reliable_sequence

Definition at line 593 of file qcommon.h.

Referenced by Netchan_Process(), and Netchan_Transmit().

◆ incoming_sequence

int netchan_t::incoming_sequence

Definition at line 589 of file qcommon.h.

Referenced by Netchan_Process(), Netchan_Setup(), and Netchan_Transmit().

◆ last_received

int netchan_t::last_received

Definition at line 582 of file qcommon.h.

Referenced by CL_Frame(), CL_ReadPackets(), Netchan_Process(), and Netchan_Setup().

◆ last_reliable_sequence

int netchan_t::last_reliable_sequence

Definition at line 597 of file qcommon.h.

Referenced by Netchan_NeedReliable(), and Netchan_Transmit().

◆ last_sent

int netchan_t::last_sent

Definition at line 583 of file qcommon.h.

Referenced by CL_SendCmd(), Netchan_Transmit(), and SV_SendClientMessages().

◆ message

◆ message_buf

byte netchan_t::message_buf[MAX_MSGLEN-16]

Definition at line 601 of file qcommon.h.

Referenced by Netchan_Setup(), and Netchan_Transmit().

◆ outgoing_sequence

int netchan_t::outgoing_sequence

◆ qport

int netchan_t::qport

Definition at line 586 of file qcommon.h.

Referenced by Netchan_Setup().

◆ reliable_buf

byte netchan_t::reliable_buf[MAX_MSGLEN-16]

Definition at line 605 of file qcommon.h.

Referenced by Netchan_Transmit().

◆ reliable_length

int netchan_t::reliable_length

◆ reliable_sequence

int netchan_t::reliable_sequence

Definition at line 596 of file qcommon.h.

Referenced by Netchan_NeedReliable(), Netchan_Process(), and Netchan_Transmit().

◆ remote_address

netadr_t netchan_t::remote_address

◆ sock

netsrc_t netchan_t::sock

Definition at line 578 of file qcommon.h.

Referenced by Netchan_Process(), Netchan_Setup(), and Netchan_Transmit().