Philippe Jalaber

Results 6 comments of Philippe Jalaber

Hi, I recently had the same needs with libp2p-rust, that means mDNS partitioning by configuring service name. I have a patch ready for this. I can open a PR with...

Our use case is having several libp2p vpn independent instances talking on the same local network, we don't want those independent vpns to be able to see each other. We...

If you don't close the connection how can a transport layer be notified in case of error ? I mean the TCP connection will be eventually closed on timeout or...

Tested with [QUIC v4 attempt](https://github.com/kpp/rust-libp2p/tree/quic-attempt-4). In case of a connection error the muxer is not awaited thus the poll_close StreamMuxer trait function of QuicMuxer is never called. Isn't it an...

@elenaf9 sorry but the patches don't apply neither on v3 or v4 branches.

@elenaf9 I cannot share the code I am working on, but you can reproduce the issue with two instances of libp2p using Quic, one as a listener and the other...