aboutsummaryrefslogtreecommitdiff
path: root/src/peering/fullmesh.rs
Commit message (Collapse)AuthorAgeFilesLines
* Be more lenient on pingsAlex Auvolat2022-08-311-9/+5
|
* Ping less frequentlyAlex Auvolat2022-08-311-39/+36
|
* Also add addresses from incoming connectionsAlex Auvolat2022-05-091-9/+10
|
* Handle the possibility of several alternative IP addresses for peersAlex Auvolat2022-05-091-9/+68
|
* Add logic to handle ping timeouts and other failuresAlex Auvolat2022-03-151-2/+32
|
* Avoid logging full node IDsAlex Auvolat2022-02-211-9/+13
|
* clippy & fmtAlex Auvolat2021-10-221-11/+12
|
* fix againAlex Auvolat2021-10-211-2/+9
|
* invoke handler that wasn't invokedAlex Auvolat2021-10-211-4/+6
|
* try fixAlex Auvolat2021-10-211-5/+14
|
* Full mesh peering strategy uses our local address if necessaryAlex Auvolat2021-10-151-1/+19
|
* Change call() to take a ref to the message to be sentAlex Auvolat2021-10-141-4/+4
| | | | Handlers also receive a ref
* Add .is_up() on connection stateAlex Auvolat2021-10-141-0/+14
|
* DocumentAlex Auvolat2021-10-141-55/+88
|
* Properly implement watches for BasaltAlex Auvolat2021-10-131-2/+2
|
* Try to handle termination and closing of stuff properlyAlex Auvolat2021-10-131-2/+4
|
* WIP v0.3.0 with changed APIAlex Auvolat2021-10-121-24/+40
|
* Rewrite because clippy didn't understand dropAlex Auvolat2021-10-121-22/+24
|
* Fix clippy lintsAlex Auvolat2021-10-121-9/+9
|
* Upgrade to tokio 1.0Alex Auvolat2021-10-121-1/+1
|
* Replace pk,pubkey,PublicKey by id,NodeID,etcAlex Auvolat2020-12-121-53/+39
|
* Do not close connections immediately on close signal, await for remaining ↵Alex Auvolat2020-12-071-6/+4
| | | | responses
* DocumentateAlex Auvolat2020-12-021-6/+6
|
* Better handle requests to ourselfAlex Auvolat2020-12-021-20/+7
|
* First commitAlex Auvolat2020-12-021-0/+437