aboutsummaryrefslogtreecommitdiff
path: root/src/peering/fullmesh.rs
Commit message (Expand)AuthorAgeFilesLines
* fix clippyAlex Auvolat2023-01-311-1/+1
* Ability to configure ping timeout intervalv0.5.2Alex Auvolat2022-09-191-2/+14
* No longer need to derive Clone on message typesAlex Auvolat2022-09-131-2/+2
* Add documentationAlex Auvolat2022-09-121-0/+1
* Merge branch 'fix-ping' into stream-bodyAlex Auvolat2022-09-011-42/+35
|\
| * Be more lenient on pingsAlex Auvolat2022-08-311-9/+5
| * Ping less frequentlyAlex Auvolat2022-08-311-39/+36
* | Hide streaming versions as much as possibleAlex Auvolat2022-07-221-7/+5
* | Propose alternative APIAlex Auvolat2022-07-211-5/+7
* | One possibility, but I don't like itAlex Auvolat2022-07-211-4/+0
* | Rename AutoSerialize into SimpleMessage and refactor a bitAlex Auvolat2022-07-211-6/+6
* | Move things aroundAlex Auvolat2022-07-211-1/+2
* | further work on streamstrinity-1686a2022-06-081-2/+6
|/
* 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
* 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 res...Alex Auvolat2020-12-071-6/+4
* DocumentateAlex Auvolat2020-12-021-6/+6
* Better handle requests to ourselfAlex Auvolat2020-12-021-20/+7
* First commitAlex Auvolat2020-12-021-0/+437