mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 06:02:29 -06:00
FEATURE: qBittorrent can now act as a tracker
This commit is contained in:
15
src/tracker/trackerannouncerequest.h
Normal file
15
src/tracker/trackerannouncerequest.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef TRACKERANNOUNCEREQUEST_H
|
||||
#define TRACKERANNOUNCEREQUEST_H
|
||||
|
||||
#include <qpeer.h>
|
||||
|
||||
struct TrackerAnnounceRequest {
|
||||
QString info_hash;
|
||||
QString event;
|
||||
int numwant;
|
||||
QPeer peer;
|
||||
// Extensions
|
||||
bool no_peer_id;
|
||||
};
|
||||
|
||||
#endif // TRACKERANNOUNCEREQUEST_H
|
||||
Reference in New Issue
Block a user