XAMPPRocky
XAMPPRocky
Thank you for your issue! However tokei is correct here. All doc comments in Rust are markdown and this code is invalid Rust because it needs to be attached to...
> If you mean "decoding of link properties", they are the same as normal properties, except for a flag. We probably have to make a Rust attribute That is what...
Thank you for your issue! I'm certainly open to publishing an image for releases, right now my time is pretty busy, so I'd be willing accept a contribution updating the...
Thank you for your PR, and congrats on your first contribution! 🎉
Thank you for your issue! I must admit I'm a bit lost, could you clarify this further for me? Are you saying that instead of sending traffic back through `ip,...
Ah, that is much clearer. Thank you for the diagram. Do you know what you need to configure on the socket level to tell it to use `Lo` as the...
> quilkin has a 1:1 relationship with a session and the socket used to proxy upstream communication, this probably means you have a hard limit of connections based on the...
I believe `sendmsg` and `recvmsg` have now been added to tokio-uring, so we could probably fix this when upgrade to the newest version. https://github.com/tokio-rs/tokio-uring/releases/tag/v0.5.0
> I'm not sure what you mean by this? I'll try to clarify the intent below, but for the future if there are parts of the requirements that you are...
> It would possible to do something with tail call programs I suppose, but it would be vastly more complex than a simple program that does one thing. The goal...