Darius Clark
Darius Clark
> If we do close this would you want me to submit another PR to the new repo? Yes please :)
Closing due to if-watch repo ownership changed to libp2p org.
> Additionally, i saw an interesting note from a previous issue: "However, it is true that the peer could close the connection before it has a chance to respond to...
> [p2psetup.txt](https://github.com/user-attachments/files/19827169/p2psetup.txt) > > Perhaps this helps [@dariusc93](https://github.com/dariusc93) > > the logs i have at this moment dont show much more insight other than the panic itself, I can enable...
Could you provide a log with `RUST_LOG=debug` used for when it panics?
Hey @sqrtsanta. If youre using another transport like websocket, tcp, or quic, you do not need to include `webrtc-direct/certhash/HASH/` in apart of the relay. Instead you would use (in your...
> @dariusc93 Thanks for answer, unfortunately it still doesn't work. Does `node3` - `relay` connection have to be same transport as `node1` - `relay`, e.g. webrtc or websocket? Or can...
> Hi, was anyone able to connect both nodes directly behind NATs, or only via a relay? If yes, can you share the solution? Did you do it 100% in...
> Sorry, I already gave a thumps-up on this, but reading through this again I was just wondering: what's the use-case for this? Unless a node wants to filter the...
> The if_watch poll never returns Poll::Pending so the while loop in mdns can never complete when the netlink socket is closed. It does return `Poll::Pending` but its just behind...