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

#include <packets_gen.h>

Data Fields

bool you_can_join
 
char message [1536]
 
char capability [512]
 
char challenge_file [4095]
 
int conn_id
 

Detailed Description

Definition at line 53 of file packets_gen.h.

Field Documentation

◆ capability

char packet_server_join_reply::capability[512]

Definition at line 56 of file packets_gen.h.

Referenced by establish_new_connection(), and reject_new_connection().

◆ challenge_file

char packet_server_join_reply::challenge_file[4095]

Definition at line 57 of file packets_gen.h.

Referenced by establish_new_connection(), and reject_new_connection().

◆ conn_id

int packet_server_join_reply::conn_id

Definition at line 58 of file packets_gen.h.

Referenced by establish_new_connection(), and reject_new_connection().

◆ message

char packet_server_join_reply::message[1536]

Definition at line 55 of file packets_gen.h.

Referenced by establish_new_connection(), and reject_new_connection().

◆ you_can_join

bool packet_server_join_reply::you_can_join