![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include <connection.h>
Public Attributes | |
| unsigned long | ndata |
| int | do_buffer_sends |
| unsigned long | nsize |
| unsigned char * | data |
Definition at line 107 of file connection.h.
| unsigned char* socket_packet_buffer::data |
Definition at line 111 of file connection.h.
Referenced by add_connection_data(), buffer_ensure_free_extra_space(), connection_send_data(), free_socket_packet_buffer(), get_packet_from_connection_raw(), read_socket_data(), remove_packet_from_buffer(), and write_socket_data().
| int socket_packet_buffer::do_buffer_sends |
Definition at line 109 of file connection.h.
Referenced by connection_do_buffer(), connection_do_unbuffer(), and connection_send_data().
| unsigned long socket_packet_buffer::ndata |
Definition at line 108 of file connection.h.
Referenced by add_connection_data(), buffer_ensure_free_extra_space(), flush_connection_send_buffer_all(), flush_connection_send_buffer_packets(), flush_packets(), get_packet_from_connection_raw(), new_socket_packet_buffer(), read_from_connection(), read_socket_data(), remove_packet_from_buffer(), and write_socket_data().
| unsigned long socket_packet_buffer::nsize |
Definition at line 110 of file connection.h.
Referenced by add_connection_data(), buffer_ensure_free_extra_space(), get_packet_from_connection_raw(), and read_socket_data().