Max Inden

Results 900 comments of Max Inden

An alternative approach to the one explored in #3076 is to move the `RecordStore` outside of `libp2p-kad`. Instead of the Kademlia `NetworkBehaviour` implementation having direct (synchronous) access to the `RecordStore`...

> We are trying to update our dependency on `quinn` and would like to re-enable GRO on Windows, since we haven't encountered the problems described in [#2041](https://github.com/quinn-rs/quinn/issues/2041) (yet..?). Great to...

For the sake of completeness, corresponding discussion on Mozilla's Bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=1901295#c9

@psumbera what do you think of keeping this open to track adding a check in CI? In case running the unit tests on Solaris on CI is too much work,...

@navaati merge window for `0.23` is open now. I.e. ready to merge breaking changes.

Alternative implementation in https://github.com/quinn-rs/quinn/pull/1966. Let me know which way forward you prefer.

Closing here since https://github.com/quinn-rs/quinn/pull/1966 is merged and released. Thanks for taking a look!

Thank you for reporting @0x7CFE! > Did you make any configuration changes to yamux? Please link or post your configuration. Which `yamux` version are you using? Can you check your...

> I am sitting in a café with a really crappy internet (~300 Kb/s) and apparently pings are now moving faster. It could just be a TCP windowing fluke, but...

Are you able to run with a patched `yamux` version? If so, can you test with: ``` diff Unstaged changes (1) modified yamux/src/connection.rs @@ -416,6 +416,33 @@ impl Active {...