Ifeanyi Ubah

Results 37 comments of Ifeanyi Ubah

Sounds reasonable to me overall! I'm thinking impl wise it should rather be that Quilkin makes the connection info available, then some service hosts the DB and can use the...

Exposing this as traces makes a lot of sense from Quilkin's perspective. It does make it a lot harder to consume the data though (a user would need to have...

I'm not following exactly how this applies in quilkin's case could you give an example? I'm thinking since quilkin doesn't send any response itself and doesn't forward a packet to...

I see what this means, if the original packet's source is quilkin we can theoretically end up in a state where we're sending packets between quilkin and a legitimate upstream...

Here's an ongoing DTLS rust implementation for the rust webrtc project, it looks promising :heart_eyes: https://github.com/webrtc-rs/webrtc/tree/master/dtls

Tested out adding both a [lua](https://github.com/amethyst/rlua) and [rhai](https://github.com/rhaiscript/rhai) script filter https://github.com/iffyio/quilkin/commit/35d2cef4682e3b310f8e7ecbf6f50c191b55a8e1 both turned out to be painfully slow unfortunately, tested with a single filter without any logic, the rhai filter...

the reason I looked into this now was because I recently had to patch envoy's filterchain for work and it was so simple to use [istio's EnvoyFilter](https://istio.io/latest/docs/reference/config/networking/envoy-filter/) to add a...

@XAMPPRocky could you give some pseudocode+config examples of what this would look like? I'm not too sure I understand what's being proposed beyond the rust->protobuf side of things unfortunately. My...