Freeciv-3.3
Loading...
Searching...
No Matches
Data Fields
packet_header Struct Reference

#include <connection.h>

Data Fields

unsigned int length: 4
 
unsigned int type: 4
 

Detailed Description

Definition at line 123 of file connection.h.

Field Documentation

◆ length

unsigned int packet_header::length

Definition at line 124 of file connection.h.

Referenced by packet_header_init(), and packet_header_set().

◆ type

unsigned int packet_header::type

Definition at line 125 of file connection.h.

Referenced by packet_header_init(), and packet_header_set().