Crossfire Server, Branches 1.12
R18729
|
#include <newserver.h>
Data Fields | |
char | data [SOCKETBUFSIZE] |
int | len |
int | start |
The following is the setup for a ring buffer for storing outbut data that the OS can't handle right away.
Definition at line 103 of file newserver.h.
char buffer_struct::data[SOCKETBUFSIZE] |
Definition at line 104 of file newserver.h.
Referenced by add_to_buffer(), and write_socket_buffer().
int buffer_struct::len |
Definition at line 106 of file newserver.h.
Referenced by add_to_buffer(), init_connection(), and write_socket_buffer().
int buffer_struct::start |
Definition at line 105 of file newserver.h.
Referenced by add_to_buffer(), init_connection(), and write_socket_buffer().