libktorrent
2.2.0
|
#include <encryptedserverauthenticate.h>
Public Member Functions | |
EncryptedServerAuthenticate (mse::EncryptedPacketSocket::Ptr sock) | |
![]() | |
ServerAuthenticate (mse::EncryptedPacketSocket::Ptr sock) | |
![]() | |
AuthenticateBase (mse::EncryptedPacketSocket::Ptr s) | |
mse::EncryptedPacketSocket::Ptr | getSocket () const |
get the socket | |
bool | isFinished () const |
See if the authentication is finished. | |
bool | isLocal () const |
Is this a local peer. | |
virtual void | onReadyRead () |
We can read from the socket. | |
virtual void | onReadyWrite () |
We can write to the socket (used to detect a succesfull connection) | |
void | setLocal (bool loc) |
Set whether this is a local peer. | |
Uint32 | supportedExtensions () const |
Flags indicating which extensions are supported. | |
Additional Inherited Members | |
![]() | |
static bool | isFirewalled () |
static void | setFirewalled (bool Firewalled) |
![]() | |
void | onError (int err) |
void | onTimeout () |
![]() | |
void | handshakeReceived (bool full) override |
void | onFinish (bool succes) override |
![]() | |
void | makeHandshake (bt::Uint8 *buf, const SHA1Hash &info_hash, const PeerID &our_peer_id) |
void | sendHandshake (const SHA1Hash &info_hash, const PeerID &our_peer_id) |
![]() | |
Uint32 | bytes_of_handshake_received |
Uint32 | ext_support |
bool | finished |
Uint8 | handshake [68] |
bool | local |
mse::EncryptedPacketSocket::Ptr | sock |
QTimer | timer |
Definition at line 36 of file encryptedserverauthenticate.h.