ELinks 0.18.0
|
#include "protocol/protocol.h"
Macros | |
#define | bittorrent_protocol_handler NULL |
#define | bittorrent_peer_protocol_handler NULL |
Functions | |
void | update_bittorrent_connection_state (struct connection *conn) |
void | update_bittorrent_connection_stats (struct bittorrent_connection *bittorrent, off_t downloaded, off_t uploaded, off_t received) |
void | bittorrent_resume_callback (struct bittorrent_connection *bittorrent) |
#define bittorrent_peer_protocol_handler NULL |
#define bittorrent_protocol_handler NULL |
void bittorrent_resume_callback | ( | struct bittorrent_connection * | bittorrent | ) |
void update_bittorrent_connection_state | ( | struct connection * | conn | ) |
void update_bittorrent_connection_stats | ( | struct bittorrent_connection * | bittorrent, |
off_t | downloaded, | ||
off_t | uploaded, | ||
off_t | received ) |