Thomas Eizinger

Results 368 issues of Thomas Eizinger

## Description When building the dependencies, we are not linking anything so we don't need to specify the static linking flags. ## Notes & open questions ## Change checklist -...

## Description Other implementations have the concept of a `PeerStore`, should we add one to `rust-libp2p` too? I am thinking of a `NetworkBehaviour` implementation tracks currently connected peers and allows...

difficulty:moderate
help wanted

As discussed yesterday in https://github.com/libp2p/rust-libp2p/discussions/4905. Needs: - Decide on a better default (!= 0 seconds) - Update of all examples - Some docs on the method explaining what it does...

Preliminary tracking issue around all the work that needs to happen around AutoNATv2 or issues that are associated with it. ```[tasklist] ### Implementation tasks - [ ] https://github.com/libp2p/rust-libp2p/issues/4226 ``` ```[tasklist]...

tracking-issue

## Description With the move to a global idle-connection-timeout, connections are being closed much more aggressively. This causes problems in situations where, e.g. an application wants to use a connection...

## Description Attempting to make progress on simplifying the `ConnectionHandler` interface (#2863), specifically, how we should deal with `{In,Out}boundUpgrade`. The idea of this work is to eventually replace `{In,Out}boundUpgrade` with...

In #4777, we discovered that a "connection management" behaviour like `libp2p-connection-limits` can lead to inconsistent state if it is not applied "first" in the tree of behaviours. That is because...

### Description I think we should move `libp2p-identity` to a separate repository. This requires a bit more effort because we need to duplicate some CI setup. We purposely are very...

help wanted

Currently, a user can specify an arbitrary payload type that can be passed a long with the opening of an inbound or an outbound stream. In general, being able to...

priority:nicetohave
difficulty:moderate
help wanted

## Description Resolves: #3032. ## Notes & open questions ## Change checklist - [ ] I have performed a self-review of my own code - [ ] I have made...