Thomas Eizinger
Thomas Eizinger
Thank you for the report! We are currently working on AutonatV2: https://github.com/libp2p/rust-libp2p/issues/4524 I unfortunately don't have any capacity to look into bugs of v1 but I'd merge PR(s) that fix...
> > @mxinden What do you think? Do you have any historical knowledge on this? > > No historical knowledge beyond what is posted above. I am fine with either...
> About moving away from long-lived stream, will it not be a costly to open and close streams with `TCP` or `Yamux` for example ? I understand that it is...
@jxs What do you prefer? Would you be okay with incorporating the move away from the `ControlPool` to immediately sending them in your PR? Alternatively, we could redirect this PR...
Thanks for posting this. Can you summarise what the mitigation strategy presented in the paper is? I tried to skim it but couldn't find a concise summary.
Thank you for this! Region-based queries are not implemented in `libp2p-kad` and I don't know of anybody that is planning on implementing them. Happy to mentor you on the codebase...
> Hello. I'd love to take this on That would be awesome! I'll assign you :) Let us know if you have any questions!
Thanks for writing this up @mxinden ! I recorded a related issue in https://github.com/libp2p/rust-libp2p/issues/4781 in how we would go about reducing memory usage when encoding protobuf messages. There is some...
Great, thanks for weighing in @AgeManning ! Regardless of which optimisations we implement, I think it is safe to say that we will need to change the interface between gossipsub's...
Thanks for the write-up @jxs! > If the communication channel queue between the `NetworkBehaviour` and the `ConnectionHandler` becomes full, the `NetworkBehaviour` stops sending messages to that `ConnectionHandler` and eventually (if...