|
Freeciv-3.3
|
#include <connection.h>
Data Fields | |
| int | ndata |
| int | do_buffer_sends |
| int | nsize |
| unsigned char * | data |
Definition at line 116 of file connection.h.
Definition at line 120 of file connection.h.
Referenced by add_connection_data(), connection_send_data(), get_packet_from_connection_raw(), read_socket_data(), and remove_packet_from_buffer().
| int socket_packet_buffer::do_buffer_sends |
Definition at line 118 of file connection.h.
| int socket_packet_buffer::ndata |
Definition at line 117 of file connection.h.
Referenced by get_packet_from_connection_raw(), read_socket_data(), and remove_packet_from_buffer().
| int socket_packet_buffer::nsize |
Definition at line 119 of file connection.h.
Referenced by get_packet_from_connection_raw(), and read_socket_data().