Zebra/zebra-network/src
Janito Vaqueiro Ferreira Filho 2a1d4281c5
Manually pin `Sleep` futures (#2914)
* Wrap `Sleep` timer in a `Pin<Box<_>>`

The `Sleep` type doesn't implement `Unpin` in newer versions of Tokio.

* Wrap `Sleep` type in a `Pin<Box<_>>`

In newer Tokio versions the `Sleep` type doesn't implement `Unpin`, so
it needs to be manually pinned.
2021-10-22 16:06:03 -03:00
..
address_book Security: Zebra should stop gossiping unreachable addresses to other nodes, Action: re-deploy all nodes (#2392) 2021-06-29 05:12:27 +00:00
config Use the default port for configured listen addresses with no port (#2043) 2021-04-21 23:14:29 +00:00
meta_addr Use single thread Tokio runtime for tests (#2916) 2021-10-21 16:22:12 +00:00
peer Manually pin `Sleep` futures (#2914) 2021-10-22 16:06:03 -03:00
peer_set Downgrade some less interesting info-level logs to debug (#2938) 2021-10-22 02:11:09 +00:00
protocol make `INITIAL_MIN_NETWORK_PROTOCOL_VERSION` suport testnet and mainnet (#2851) 2021-10-08 14:57:04 -03:00
address_book.rs Security: Zebra should stop gossiping unreachable addresses to other nodes, Action: re-deploy all nodes (#2392) 2021-06-29 05:12:27 +00:00
config.rs Add a debug config that enables the mempool (#2862) 2021-10-13 15:04:49 +00:00
constants.rs V1.0.0 alpha.19 (#2907) 2021-10-21 12:33:35 +02:00
isolated.rs Track the number of active inbound and outbound peer connections (#2912) 2021-10-21 21:36:42 +00:00
lib.rs Standardise clippy lints and require docs (#2238) 2021-06-04 08:48:40 +10:00
meta_addr.rs Security: Zebra should stop gossiping unreachable addresses to other nodes, Action: re-deploy all nodes (#2392) 2021-06-29 05:12:27 +00:00
peer.rs Track the number of active inbound and outbound peer connections (#2912) 2021-10-21 21:36:42 +00:00
peer_set.rs Track the number of active inbound and outbound peer connections (#2912) 2021-10-21 21:36:42 +00:00
policies.rs Fix sync algorithm. (#887) 2020-08-12 16:48:01 -07:00
protocol.rs Refactor protocol into internal, external modules. 2019-11-27 05:06:01 -05:00
timestamp_collector.rs Gossip dynamic local listener ports to peers (#2277) 2021-06-23 07:59:06 +10:00