ELinks 0.18.0
bittorrent_peer_status Struct Reference

#include <common.h>

Collaboration diagram for bittorrent_peer_status:

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.
 

Field Documentation

◆ bitfield

unsigned int bittorrent_peer_status::bitfield

The bitfield was sent.

◆ choked

unsigned int bittorrent_peer_status::choked

The peer was choked.

◆ handshake

unsigned int bittorrent_peer_status::handshake

The handshake was sent.

◆ initiater

unsigned int bittorrent_peer_status::initiater

Initiater of the connection.

◆ interested

unsigned int bittorrent_peer_status::interested

The peer is interested.

◆ requests

struct bittorrent_peer_request list bittorrent_peer_status::requests

FIFO-like recording of requests.

◆ seeder

unsigned int bittorrent_peer_status::seeder

The peer has the complete torrent.

◆ snubbed

unsigned int bittorrent_peer_status::snubbed

The peer was snubbed.


The documentation for this struct was generated from the following file: