Thomas Eizinger
Thomas Eizinger
> > Quite a big chunk of that is just request_response, but it's currently not possible to get the observed address for an incoming request. I think it would be...
> I don't quite understand why the CI passes on these problems. Would be great if someone could give me a hint. Especially because _it runs on my machine_ [™️](https://youtu.be/OoQLoKHhohg)...
> I still don't know why dcutr is failing. I'm not able reproduce the error locally. Not even in a Linux VM 🤷 Try activate logging for the test so...
> For completeness, test results with `RUST_LOG=libp2p_tcp,dcutr-test`, where I added a log which would include the `OutgoingConnectionError` with the `AddrNotAvailable`: Trying adding `libp2p_swarm_test=trace` to see logs of the test harness....
@dgarus Please ping me once you'd like me to take another look here!
> > @dgarus Please ping me once you'd like me to take another look here! > > Hi! Ok. If you suggest a lib which we could use for deterministic...
See also: https://github.com/libp2p/rust-libp2p/issues/3049
> Really, I don't like the idea of generating a cert deterministically because I think it's bad for security. What is the problem with fresh certs? Can you elaborate the...
> > Can you elaborate the security problem that you are seeing? > > I thought about it one more time, and it looks ok. If someone gets the host's...
> > @thomaseizinger Hi, Thomas! > > > this means we cannot share a listener on the same port for WT and regular QUIC connections. > > > > >...