|
ELinks 0.19.1
|
Information about peers returned by the tracker. More...
#include <common.h>
Public Member Functions | |
| LIST_HEAD_EL (struct bittorrent_peer) | |
Data Fields | |
| 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_peer::LIST_HEAD_EL | ( | struct bittorrent_peer | ) |
| bittorrent_id_T bittorrent_peer::id |
Unique peer ID string.
| char bittorrent_peer::ip[1] |
String with a IPv4 or IPv6 address.
| uint16_t bittorrent_peer::port |
The port number to connect to.