#include <downloads.h>
Each buffer in this pool is of SOCK_BUFSZ bytes, and the first buffer is always the buffer from the socket structure.
Data Fields | |
| slist_t * | list |
| List of pmsg_t items. | |
| size_t | amount |
| Amount to buffer (extra is read-ahead). | |
| size_t | held |
| Amount of data held in read buffers. | |
|
|
Amount to buffer (extra is read-ahead).
|
|
|
Amount of data held in read buffers.
|
|
|
List of pmsg_t items.
|
1.3.9.1