Inheritance diagram for Protocols::BitTorrent::Trackers::TrackerRequest::PrivateData:
Definition at line 106 of file TrackerRequest.h.
Public Attributes | |
| Uri | announceUrl |
| Announce URL of the tracker. | |
| PeerInfo | peerInfo |
| Peer ID, IP address and port. | |
| Torrent::InfoHash | infoHash |
| Hash of the value of the info key. | |
| quint64 | uploaded |
| Total amount of uploaded bytes. | |
| quint64 | downloaded |
| Total amount of downloaded bytes. | |
| quint64 | left |
| Number of bytes to download. | |
| bool | compact |
| Accepting "compact" response. | |
| Event | event |
| Announcement event (reason). | |
| uint | numWant |
| Number of peers to receive. | |
| QByteArray | key |
| Additional identification. | |
| QByteArray | trackerId |
| Tracker ID. | |
|
|
Announce URL of the tracker.
Definition at line 108 of file TrackerRequest.h. |
|
|
Accepting "compact" response.
Definition at line 114 of file TrackerRequest.h. |
|
|
Total amount of downloaded bytes.
Definition at line 112 of file TrackerRequest.h. |
|
|
Announcement event (reason).
Definition at line 115 of file TrackerRequest.h. |
|
|
Hash of the value of the info key.
Definition at line 110 of file TrackerRequest.h. |
|
|
Additional identification.
Definition at line 117 of file TrackerRequest.h. |
|
|
Number of bytes to download.
Definition at line 113 of file TrackerRequest.h. |
|
|
Number of peers to receive.
Definition at line 116 of file TrackerRequest.h. |
|
|
Peer ID, IP address and port.
Definition at line 109 of file TrackerRequest.h. |
|
|
Tracker ID.
Definition at line 118 of file TrackerRequest.h. |
|
|
Total amount of uploaded bytes.
Definition at line 111 of file TrackerRequest.h. |