QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
connection_s Struct Reference
Collaboration diagram for connection_s:
[legend]

Data Fields

netadr_t address
 Address of the remote end. More...
 
void(* handler )(struct connection_s *con, void *obj)
 Handler for incoming packets. More...
 
void * object
 Connection specific data. More...
 

Field Documentation

netadr_t address

Address of the remote end.

void(* handler)(struct connection_s *con, void *obj)

Handler for incoming packets.

Parameters
conThis connection. ("this", "self"...)
objThe connection specific data (object)
void* object

Connection specific data.


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