Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

dl_buffers Struct Reference

#include <downloads.h>


Detailed Description

Structure used to control read buffering for active downloads.

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_tlist
 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.


Field Documentation

size_t dl_buffers::amount
 

Amount to buffer (extra is read-ahead).

size_t dl_buffers::held
 

Amount of data held in read buffers.

slist_t* dl_buffers::list
 

List of pmsg_t items.


The documentation for this struct was generated from the following file:
Generated on Sat Jun 30 17:53:32 2007 for gtk-gnutella by  doxygen 1.3.9.1