Variables | |
| const QByteArray | ProtocolVersion = "BitTorrent protocol" |
| const QByteArray | ProtocolReservedBytes = QByteArray (8, '\0') |
| const uchar | ProtocolVersionLength = (uchar) ProtocolVersion.length() |
| const int | ReservedBytesCount = 8 |
| const int | RawSha1HashLength = 20 |
| const int | PeerIdLength = 20 |
| const int | HandshakeLength |
|
|
Initial value: sizeof (ProtocolVersionLength) + ProtocolVersionLength + ReservedBytesCount + RawSha1HashLength + PeerIdLength Definition at line 38 of file Session.cpp. |
|
|
Definition at line 37 of file Session.cpp. |
|
|
Definition at line 33 of file Session.cpp. |
|
|
Definition at line 32 of file Session.cpp. |
|
|
Definition at line 34 of file Session.cpp. |
|
|
Definition at line 36 of file Session.cpp. |
|
|
Definition at line 35 of file Session.cpp. |