Atrinik Server 2.5
Data Fields
socket_buffer Struct Reference

#include <newserver.h>

Data Fields

struct socket_buffernext
struct socket_bufferlast
char * buf
size_t len
size_t pos
uint8 ndelay

Detailed Description

Structure that holds one or more socket buffers that are to be sent to the client.

Definition at line 167 of file newserver.h.


Field Documentation

The data.

Definition at line 176 of file newserver.h.

Last socket buffer.

Definition at line 173 of file newserver.h.

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.

Next socket buffer.

Definition at line 170 of file newserver.h.

Position in ::buf.

Definition at line 182 of file newserver.h.


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