Protocols::BitTorrent::Trackers::TrackerResponse::PrivateData Struct Reference

Inherits QSharedData.

Inheritance diagram for Protocols::BitTorrent::Trackers::TrackerResponse::PrivateData:

Inheritance graph
[legend]
Collaboration diagram for Protocols::BitTorrent::Trackers::TrackerResponse::PrivateData:

Collaboration graph
[legend]
List of all members.

Detailed Description

Stores the private members of TrackerResponse using implicit sharing.

Definition at line 89 of file TrackerResponse.h.

Public Attributes

QString failureReason
QString warningMessage
 Human-readable error message.
uint interval
 Human-readable warning message.
uint minInterval
 Pause between requests sendings.
QByteArray trackerId
 Minimum announce interval.
uint complete
 Tracker ID.
uint incomplete
 Number of seeders.
PeerInfoList peers
 Number of leechers.


Member Data Documentation

uint Protocols::BitTorrent::Trackers::TrackerResponse::PrivateData::complete
 

Tracker ID.

Definition at line 96 of file TrackerResponse.h.

QString Protocols::BitTorrent::Trackers::TrackerResponse::PrivateData::failureReason
 

Definition at line 91 of file TrackerResponse.h.

uint Protocols::BitTorrent::Trackers::TrackerResponse::PrivateData::incomplete
 

Number of seeders.

Definition at line 97 of file TrackerResponse.h.

uint Protocols::BitTorrent::Trackers::TrackerResponse::PrivateData::interval
 

Human-readable warning message.

Definition at line 93 of file TrackerResponse.h.

uint Protocols::BitTorrent::Trackers::TrackerResponse::PrivateData::minInterval
 

Pause between requests sendings.

Definition at line 94 of file TrackerResponse.h.

PeerInfoList Protocols::BitTorrent::Trackers::TrackerResponse::PrivateData::peers
 

Number of leechers.

Definition at line 98 of file TrackerResponse.h.

QByteArray Protocols::BitTorrent::Trackers::TrackerResponse::PrivateData::trackerId
 

Minimum announce interval.

Definition at line 95 of file TrackerResponse.h.

QString Protocols::BitTorrent::Trackers::TrackerResponse::PrivateData::warningMessage
 

Human-readable error message.

Definition at line 92 of file TrackerResponse.h.


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