|
Atrinik Server 2.5
|
#include <newserver.h>
Data Fields | |
| struct socket_buffer * | next |
| struct socket_buffer * | last |
| char * | buf |
| size_t | len |
| size_t | pos |
| uint8 | ndelay |
Structure that holds one or more socket buffers that are to be sent to the client.
Definition at line 167 of file newserver.h.
| char* socket_buffer::buf |
The data.
Definition at line 176 of file newserver.h.
| struct socket_buffer* socket_buffer::last |
Last socket buffer.
Definition at line 173 of file newserver.h.
| size_t socket_buffer::len |
Length of ::buf.
Definition at line 179 of file newserver.h.
If 1, will send this packet without delay.
Definition at line 185 of file newserver.h.
| struct socket_buffer* socket_buffer::next |
Next socket buffer.
Definition at line 170 of file newserver.h.
| size_t socket_buffer::pos |
Position in ::buf.
Definition at line 182 of file newserver.h.
1.7.4