XAMPPRocky

Results 504 comments of XAMPPRocky

Thank you for your issue! I definitely agree with adding it as Quilkin is nearly entirely CPU bound from `send_to` and `recv_from`, so the more we can optimize are the...

Yeah, you need to adjust the `-c` to match your system, as it will try to spawn that many threads and sockets.

Thank you for working on this @zamazan4ik! It's a shame we can't get both right now, is there one in particular that you'd recommend we adopt while we wait for...

Yeah, I think fortio is better, it's never worked for me for locally hosting an iperf server or using a public server. Re: the release flags, I think I would...

> Wherein --arguments lets you define what arguments to pass to the quilkin executable. I think we should maybe go a bit higher level than having the user set the...

I think these components would also allow for another service called `agent`, that would allow you to have all services in a config source provider, the agent could run multiple...

> I figure so, but just wondering if we still want to holdup the release for this Yes and no. I think we should move those items, but I don't...

Thank you for your issue! This is definitely something we should support, however as far as I know UDPRoute is still experimental even though Gateway API is approaching general release....

I think we want `latest` to be the latest release to match the expected convention, I wouldn't also be opposed to having a `dev` (`main`? `dev-main`?) tag for latest main...

> is this similar to the Match filter, but allowing to pass through data to a FilterChain, rather than just a single filter? There's two parts. The first is that...