Home
last modified time | relevance | path

Searched refs:feature_flags_t (Results 1 – 11 of 11) sorted by relevance

/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/include/libtorrent/
H A Dextensions.hpp181 using feature_flags_t = flags::bitfield_flag<std::uint8_t, struct feature_flags_tag>; typedef
192 using feature_flags_t = libtorrent::feature_flags_t; typedef
198 static constexpr feature_flags_t optimistic_unchoke_feature = 1_bit;
201 static constexpr feature_flags_t tick_feature = 2_bit;
205 static constexpr feature_flags_t dht_request_feature = 3_bit;
209 static constexpr feature_flags_t alert_feature = 4_bit;
217 virtual feature_flags_t implemented_features() { return {}; } in implemented_features()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/include/libtorrent/
H A Dextensions.hpp181 using feature_flags_t = flags::bitfield_flag<std::uint8_t, struct feature_flags_tag>; typedef
192 using feature_flags_t = libtorrent::feature_flags_t; typedef
198 static constexpr feature_flags_t optimistic_unchoke_feature = 1_bit;
201 static constexpr feature_flags_t tick_feature = 2_bit;
205 static constexpr feature_flags_t dht_request_feature = 3_bit;
209 static constexpr feature_flags_t alert_feature = 4_bit;
217 virtual feature_flags_t implemented_features() { return {}; } in implemented_features()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/
H A Dsession.cpp48 constexpr feature_flags_t plugin::optimistic_unchoke_feature;
49 constexpr feature_flags_t plugin::tick_feature;
50 constexpr feature_flags_t plugin::dht_request_feature;
51 constexpr feature_flags_t plugin::alert_feature;
H A Dsession_impl.cpp890 feature_flags_t const features = ext->implemented_features(); in add_ses_extension()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/
H A Dsession.cpp48 constexpr feature_flags_t plugin::optimistic_unchoke_feature;
49 constexpr feature_flags_t plugin::tick_feature;
50 constexpr feature_flags_t plugin::dht_request_feature;
51 constexpr feature_flags_t plugin::alert_feature;
H A Dsession_impl.cpp890 feature_flags_t const features = ext->implemented_features(); in add_ses_extension()
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/bittorrent/
H A Dnativesessionextension.h42 lt::feature_flags_t implemented_features() override;
H A Dnativesessionextension.cpp47 lt::feature_flags_t NativeSessionExtension::implemented_features() in implemented_features()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/test/
H A Dtest_direct_dht.cpp50 feature_flags_t implemented_features() override in implemented_features()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/test/
H A Dtest_direct_dht.cpp50 feature_flags_t implemented_features() override in implemented_features()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/docs/
H A Dupgrade_to_1.2.rst156 …callbacks it's interested in receiving by returning a bitmask from ``feature_flags_t implemented_f…