2022-01-20 18:27:56 +00:00
|
|
|
// This file Copyright © 2007-2022 Mnemosyne LLC.
|
2022-08-08 18:05:39 +00:00
|
|
|
// It may be used under GPLv2 (SPDX: GPL-2.0-only), GPLv3 (SPDX: GPL-3.0-only),
|
2022-01-20 18:27:56 +00:00
|
|
|
// or any future license endorsed by Mnemosyne LLC.
|
|
|
|
// License text can be found in the licenses/ folder.
|
2007-09-20 16:32:01 +00:00
|
|
|
|
2017-11-14 20:21:28 +00:00
|
|
|
#pragma once
|
|
|
|
|
2008-11-24 20:17:36 +00:00
|
|
|
#ifndef __TRANSMISSION__
|
2017-04-19 12:04:45 +00:00
|
|
|
#error only libtransmission should #include this header.
|
2008-11-24 20:17:36 +00:00
|
|
|
#endif
|
|
|
|
|
2022-04-08 01:50:26 +00:00
|
|
|
#include <cstdint> // int8_t
|
|
|
|
#include <cstddef> // size_t
|
|
|
|
#include <ctime> // time_t
|
2022-08-30 17:38:30 +00:00
|
|
|
#include <memory>
|
2022-08-17 16:08:36 +00:00
|
|
|
#include <utility>
|
2021-12-15 21:25:42 +00:00
|
|
|
|
2022-06-27 19:12:31 +00:00
|
|
|
#include "bitfield.h"
|
2008-06-07 21:26:41 +00:00
|
|
|
#include "peer-common.h"
|
2022-06-27 19:12:31 +00:00
|
|
|
#include "torrent.h"
|
2007-09-20 16:32:01 +00:00
|
|
|
|
2021-10-07 13:33:55 +00:00
|
|
|
class tr_peer;
|
2021-10-11 21:54:16 +00:00
|
|
|
class tr_peerIo;
|
2011-03-25 06:20:12 +00:00
|
|
|
struct tr_address;
|
2007-09-20 16:32:01 +00:00
|
|
|
|
2009-05-29 19:17:12 +00:00
|
|
|
/**
|
|
|
|
* @addtogroup peers Peers
|
|
|
|
* @{
|
|
|
|
*/
|
|
|
|
|
2021-10-07 13:33:55 +00:00
|
|
|
class tr_peerMsgs : public tr_peer
|
|
|
|
{
|
|
|
|
public:
|
2022-09-06 17:52:58 +00:00
|
|
|
tr_peerMsgs(tr_torrent const* tor, peer_atom* atom_in)
|
2022-06-27 19:12:31 +00:00
|
|
|
: tr_peer{ tor, atom_in }
|
|
|
|
, have_{ tor->pieceCount() }
|
2021-10-07 13:33:55 +00:00
|
|
|
{
|
|
|
|
}
|
2007-09-20 16:32:01 +00:00
|
|
|
|
2022-04-05 03:51:56 +00:00
|
|
|
[[nodiscard]] virtual bool is_peer_choked() const noexcept = 0;
|
|
|
|
[[nodiscard]] virtual bool is_peer_interested() const noexcept = 0;
|
|
|
|
[[nodiscard]] virtual bool is_client_choked() const noexcept = 0;
|
|
|
|
[[nodiscard]] virtual bool is_client_interested() const noexcept = 0;
|
2010-03-06 14:56:15 +00:00
|
|
|
|
2022-04-05 03:51:56 +00:00
|
|
|
[[nodiscard]] virtual bool is_utp_connection() const noexcept = 0;
|
|
|
|
[[nodiscard]] virtual bool is_encrypted() const = 0;
|
|
|
|
[[nodiscard]] virtual bool is_incoming_connection() const = 0;
|
2007-09-20 16:32:01 +00:00
|
|
|
|
2022-04-05 03:51:56 +00:00
|
|
|
[[nodiscard]] virtual bool is_active(tr_direction direction) const = 0;
|
2021-10-07 13:33:55 +00:00
|
|
|
virtual void update_active(tr_direction direction) = 0;
|
2010-03-08 04:29:58 +00:00
|
|
|
|
2022-04-05 03:51:56 +00:00
|
|
|
[[nodiscard]] virtual bool is_connection_older_than(time_t time) const noexcept = 0;
|
2007-09-20 16:32:01 +00:00
|
|
|
|
2022-06-02 02:33:33 +00:00
|
|
|
[[nodiscard]] virtual std::pair<tr_address, tr_port> socketAddress() const = 0;
|
|
|
|
|
2021-10-07 13:33:55 +00:00
|
|
|
virtual void cancel_block_request(tr_block_index_t block) = 0;
|
2008-09-17 19:44:24 +00:00
|
|
|
|
2021-10-07 13:33:55 +00:00
|
|
|
virtual void set_choke(bool peer_is_choked) = 0;
|
|
|
|
virtual void set_interested(bool client_is_interested) = 0;
|
2007-09-20 16:32:01 +00:00
|
|
|
|
2021-10-07 13:33:55 +00:00
|
|
|
virtual void pulse() = 0;
|
2007-09-20 16:32:01 +00:00
|
|
|
|
2022-06-27 19:12:31 +00:00
|
|
|
virtual void onTorrentGotMetainfo() = 0;
|
|
|
|
|
2021-10-07 13:33:55 +00:00
|
|
|
virtual void on_piece_completed(tr_piece_index_t) = 0;
|
2022-06-27 19:12:31 +00:00
|
|
|
|
|
|
|
// The client name. This is the app name derived from the `v' string in LTEP's handshake dictionary
|
|
|
|
tr_interned_string client;
|
|
|
|
|
|
|
|
protected:
|
|
|
|
tr_bitfield have_;
|
2021-10-07 13:33:55 +00:00
|
|
|
};
|
2013-05-27 21:04:48 +00:00
|
|
|
|
2021-10-07 13:33:55 +00:00
|
|
|
tr_peerMsgs* tr_peerMsgsNew(
|
|
|
|
tr_torrent* torrent,
|
|
|
|
peer_atom* atom,
|
2022-08-30 17:38:30 +00:00
|
|
|
std::shared_ptr<tr_peerIo> io,
|
2021-10-07 13:33:55 +00:00
|
|
|
tr_peer_callback callback,
|
|
|
|
void* callback_data);
|
2007-09-20 16:32:01 +00:00
|
|
|
|
2009-05-29 19:17:12 +00:00
|
|
|
/* @} */
|