#include <Win32-Extensions.h>
Public Attributes | |
u_int | maxlen |
Maximum size of the the queue, in bytes. This variable contains the size of the buffer field. | |
u_int | len |
Current size of the queue, in bytes. | |
char * | buffer |
Buffer containing the packets to be sent. |
Definition at line 38 of file Win32-Extensions.h.
|
Buffer containing the packets to be sent.
Definition at line 41 of file Win32-Extensions.h. |
|
Current size of the queue, in bytes.
Definition at line 40 of file Win32-Extensions.h. |
|
Maximum size of the the queue, in bytes. This variable contains the size of the buffer field.
Definition at line 39 of file Win32-Extensions.h. |