|
ELinks 0.19.1
|
#include <common.h>

Data Fields | |
| struct bittorrent_peer_request list | requests |
| FIFO-like recording of requests. | |
| unsigned int | choked:1 |
| The peer was choked. | |
| unsigned int | interested:1 |
| The peer is interested. | |
| unsigned int | snubbed:1 |
| The peer was snubbed. | |
| unsigned int | handshake:1 |
| The handshake was sent. | |
| unsigned int | bitfield:1 |
| The bitfield was sent. | |
| unsigned int | initiater:1 |
| Initiater of the connection. | |
| unsigned int | seeder:1 |
| The peer has the complete torrent. | |
| unsigned int bittorrent_peer_status::bitfield |
The bitfield was sent.
| unsigned int bittorrent_peer_status::choked |
The peer was choked.
| unsigned int bittorrent_peer_status::handshake |
The handshake was sent.
| unsigned int bittorrent_peer_status::initiater |
Initiater of the connection.
| unsigned int bittorrent_peer_status::interested |
The peer is interested.
| struct bittorrent_peer_request list bittorrent_peer_status::requests |
FIFO-like recording of requests.
| unsigned int bittorrent_peer_status::seeder |
The peer has the complete torrent.
| unsigned int bittorrent_peer_status::snubbed |
The peer was snubbed.