Andrew Luka
Andrew Luka
What is the state of this?
@jxs I'm mainly seeking back-pressure in gossipsub, I'm stress-testing it to see the maximum throughput I can have when one peer is broadcasting on a topic and the others are...
1. What about cases where I want to call `with_bandwidth_metrics` conditionally? 2. Why is this intentional? It's not like the produced swarm will have a generic type that is connected...
I see, so one can always fall back on using `Swarm::new` when push comes to shove. 1. Am I the first to request this? Has this been an issue for...
Another question, Is there an AND type that stacks two Transports together?
@dariusc93 `OrTransport` seems to not be what I want. I want to have two transports "stacked" on top of each other, and so when one fails both fail. I would...
I'm exploring the best way to implement a custom security layer, which I'll call `Cryptonite`, that performs its own handshake *after* the base transport's security handshake has completed. My goal...
You've been super helpful, thank you so much 🙏 I'll try it out (possibly add this as en example) I'll let you know how it goes!!!
I see, Is there a way to change the priority in specific applications?
It seems to me as if when the network has a lot of messages going through it we prefer adding new messages over taking care of the messages already there....