Max Inden
Max Inden
Thank you @djc for the prompt release. Very much appreciated :pray:
Thank you for the work @rrauch. I no longer use `asynchronous-codec` myself, and thus don't actively maintain it. Maybe you want to create a fork. Happy to link to the...
@jxs done. Made you an owner and transferred to libp2p GitHub organization.
Thanks for looking into this! > The packet was dropped due to a connection ID mismatch: Looking at the above server qlog, the client seems to send all packets with...
> As a side note: I've long argued that adding padding outside of the QUIC envelope is lazy, and leads to confusion whenever debugging handshake traces. @larseggert do you have...
> It might be helpful to have a qlog of the same transfer from both client and server side. Adding to the above after an out-of-band conversation with Marten: @KershawChang...
> Note that I wasn’t able to reproduce this issue with neqo v0.13 @KershawChang might this be due to https://github.com/mozilla/neqo/pull/2492? That said, Neqo should still attempt to retransmit the packet...
Sorry for the delay here. We are having a hard time reproducing this with recent Firefox versions, thus not prioritizing it.
For what it is worth, Neqo uses a local default idle timeout of 30s. https://github.com/mozilla/neqo/blob/a7581770ff138c16727e92ecb7b47d9ceb95425e/neqo-transport/src/connection/params.rs#L29-L30 And if the peer's timeout is `>0`: https://github.com/mozilla/neqo/blob/a7581770ff138c16727e92ecb7b47d9ceb95425e/neqo-transport/src/connection/mod.rs#L2612-L2615 Then it chooses the smaller one out...
@kohlisid I resolved the merge conflicts. Sorry for the trouble. Please remove the `log` dependency. You can keep the log lines as code comments. I am in favor of using...