ELinks 0.18.0
connection.h File Reference
Include dependency graph for connection.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ bittorrent_peer_protocol_handler

#define bittorrent_peer_protocol_handler   NULL

◆ bittorrent_protocol_handler

#define bittorrent_protocol_handler   NULL

Function Documentation

◆ bittorrent_resume_callback()

void bittorrent_resume_callback ( struct bittorrent_connection * bittorrent)

◆ update_bittorrent_connection_state()

void update_bittorrent_connection_state ( struct connection * conn)

◆ update_bittorrent_connection_stats()

void update_bittorrent_connection_stats ( struct bittorrent_connection * bittorrent,
off_t downloaded,
off_t uploaded,
off_t received )