Thomas Eizinger
|
1b793242e6
|
.cargo: Run clippy on ALL the source files (#2949)
|
2022-10-04 18:24:38 +11:00 |
|
Thomas Eizinger
|
45faefa36c
|
*: Unfiy how we depend on crates across the workspace (#2886)
|
2022-09-19 17:32:02 +10:00 |
|
Friedel Ziegelmayer
|
e2fcc47da6
|
swarm/src/behaviour: Remove Send bound from NetworkBehaviour (#2535)
The bound is no longer needed across the libp2p-XXX crates.
Co-authored-by: Max Inden <mail@max-inden.de>
|
2022-02-28 10:27:58 +01:00 |
|
Max Inden
|
0bb8ee98d5
|
protocols/: Implement Direct Connection Upgrade through Relay (DCUtR) (#2438)
Enables two peers to coordinate a hole punch (direct connection upgrade)
via a relayed connection.
See https://github.com/libp2p/specs/blob/master/relay/DCUtR.md for
specification.
|
2022-02-08 15:56:35 +01:00 |
|