ELinks 0.16.1.1
bittorrent_peer Struct Reference

Information about peers returned by the tracker. More...

#include <common.h>

Collaboration diagram for bittorrent_peer:

Data Fields

void * magic1
struct bittorrent_peernext
struct bittorrent_peerprev
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.

Detailed Description

Information about peers returned by the tracker.

Field Documentation

◆ id

bittorrent_id_T bittorrent_peer::id

Unique peer ID string.

◆ ip

char bittorrent_peer::ip[1]

String with a IPv4 or IPv6 address.

◆ magic1

void* bittorrent_peer::magic1

◆ magic2

void* bittorrent_peer::magic2

◆ next

struct bittorrent_peer* bittorrent_peer::next

◆ port

uint16_t bittorrent_peer::port

The port number to connect to.

◆ prev

struct bittorrent_peer* bittorrent_peer::prev

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