socket_buffer Struct Reference

#include <newserver.h>

Data Fields

struct socket_buffernext
struct socket_bufferlast
char * buf
size_t len
size_t pos

Detailed Description

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

Definition at line 142 of file newserver.h.


Field Documentation

The data.

Definition at line 151 of file newserver.h.

Last socket buffer.

Definition at line 148 of file newserver.h.

Length of buf.

Definition at line 154 of file newserver.h.

Next socket buffer.

Definition at line 145 of file newserver.h.

Position in buf.

Definition at line 157 of file newserver.h.


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

Generated by  doxygen 1.6.2