|
ELinks 0.19.1
|
This stores info about tracker requests. More...
#include <common.h>
Data Fields | |
| enum bittorrent_tracker_event | event |
| Used for keeping track of when to send event info to the tracker. | |
| timer_id_T | timer |
| Time in seconds between contacting the tracker and a timer handle. | |
| int | interval |
| unsigned int | failed:1 |
| Requesting the tracker failed or was never started so no event=stopped should be sent. | |
| unsigned int | started:1 |
This stores info about tracker requests.
It is not a real connection because it consists of a series of HTTP requests but both the tracker and client is supposed to keep state information across all requests.
| enum bittorrent_tracker_event bittorrent_tracker_connection::event |
Used for keeping track of when to send event info to the tracker.
| unsigned int bittorrent_tracker_connection::failed |
Requesting the tracker failed or was never started so no event=stopped should be sent.
| int bittorrent_tracker_connection::interval |
| unsigned int bittorrent_tracker_connection::started |
| timer_id_T bittorrent_tracker_connection::timer |
Time in seconds between contacting the tracker and a timer handle.