Elena Frank

Results 47 comments of Elena Frank

Hi @jacklund, I think the reason for your error is that `#[behaviour(out_event = Event)]` is incorrect syntax. The attribute macro requires that the name of your custom event is provided...

> > Change default for `event_process` to `true` instead of `false`. User that would like to keep using it would have to explicitly add `#[event_process=false]` rather than it being the...

One more thing: I think if we are deprecating `NetworkBehaviourEventProcess` we should also already change our examples & tests to not use it anymore (`examples/distributed-key-value-store.rs`, `examples/chat.rs`, ...). Can be done...

Error was implemented for all other kademlia error types in #2414, I would guess it was an oversight. Would you mind doing a PR for this?

From what I understand, connections don't need to be explicitly closed. Instead, a connection is generally only kept alive while the handler of at least one network behaviour reports `KeepAlive::True`...

> Since my application relies on timely distribution of information via gossipsub, I'm trying to keep the nodes connected most of the time. I am not too familiar with the...

> @kpp any chance you can also post benchmarks for tcp on the same setup? would be interesting to see how things compare Adding to this: do you have benchmarks...

> note: the tests still fail / freeze on my machine. for some reason upgrade code does not seem to execute. question: > > https://github.com/libp2p/rust-libp2p/blob/8306743e6b3286d156f0ed52c15913a9777bb87d/transports/webrtc/src/transport.rs#L413 > do I need to...

> re [#2622 (comment)](https://github.com/libp2p/rust-libp2p/pull/2622#issuecomment-1195111707) > > @elenaf9 @mxinden who's responsible for polling a transport? Swarm? How can I figure out why webrtc transport is not polled continuously (or rather only...

**Changelog:** - First QUIC implementation based on quinn proto is merged with #2289 :tada:. Updated Status Quo description. - Add new task for support the `quic` codepoint / draft-29. #2289...