libktorrent
2.2.0
|
#include <badpeerslist.h>
Public Member Functions | |
void | addBadPeer (const QString &ip) |
Add a bad peer to the list. | |
bool | blocked (const net::Address &addr) const override |
Blocklist to keep track of bad peers.
Definition at line 33 of file badpeerslist.h.
|
overridevirtual |
This function checks if IP is blocked
Implements bt::BlockListInterface.