Max Inden

Results 123 issues of Max Inden

Problem Say the local node listens on `/ip4/0.0.0.0/udp/0/quic-v1`. One would expect a consecutive dial to `/ip4/127.0.0.1/udp/42/quic-v1` to use one of the listen addresses as the source address of the dial....

bug
difficulty:moderate
help wanted

### What is backpressure A slow consumer should slow down (i.e. backpressure) a fast producer. ### Why do we need backpressure - Prevent unbounded growth of buffers. - Potential DOS...

tracking-issue

See https://github.com/libp2p/rust-libp2p/issues/3078 for tracking issue on backpressure in rust-libp2p in general. ### Terminology - Query and request https://github.com/libp2p/rust-libp2p/blob/75f967f4da2bb023d8ad2594e63dd887672151cc/protocols/kad/src/behaviour.rs#L2493-L2495 ### Backpressure - User -> `Kademlia` `NetworkBehaviour` - No backpressure on any...

tracking-issue