ELinks 0.16.1.1
|
Information about peers returned by the tracker. More...
#include <common.h>
Data Fields | |
void * | magic1 |
struct bittorrent_peer * | next |
struct bittorrent_peer * | prev |
void * | magic2 |
bittorrent_id_T | id |
Unique peer ID string. | |
uint16_t | port |
The port number to connect to. | |
char | ip [1] |
String with a IPv4 or IPv6 address. |
Information about peers returned by the tracker.
bittorrent_id_T bittorrent_peer::id |
Unique peer ID string.
char bittorrent_peer::ip[1] |
String with a IPv4 or IPv6 address.
void* bittorrent_peer::magic1 |
void* bittorrent_peer::magic2 |
struct bittorrent_peer* bittorrent_peer::next |
uint16_t bittorrent_peer::port |
The port number to connect to.
struct bittorrent_peer* bittorrent_peer::prev |