Crossfire Server, Branch 1.12  R12190
Data Fields
buffer_struct Struct Reference

The following is the setup for a ring buffer for storing outbut data that the OS can't handle right away. More...

#include <newserver.h>

Data Fields

char data [SOCKETBUFSIZE]
int len
int start

Detailed Description

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.


Field Documentation

Definition at line 104 of file newserver.h.

Referenced by add_to_buffer(), and write_socket_buffer().

Definition at line 106 of file newserver.h.

Referenced by add_to_buffer(), init_connection(), and write_socket_buffer().

Definition at line 105 of file newserver.h.

Referenced by add_to_buffer(), init_connection(), and write_socket_buffer().


The documentation for this struct was generated from the following file: