XAMPPRocky
XAMPPRocky
I'm not sure what `size_suffix` is for. But on the topic of accepting a range of values, instead of adding two more nested properties. What if we instead used Rust's...
My only thought is, could this use case be covered by adding a `drop` parameter to `Capture`? Then parsing and validating are done by the same filter (Maybe even rename...
How is this issue different from #30? Seems to me that DTLS is UDP encryption.
Well my current hesitation is over `CaptureBytes`'s utility with this change. Currently with capture byte's configurable keys you can capture data into different buckets, where as with type map you...
> Is there specific tooling for Rust that you would recommend? > > Given that we have some Go code in our examples, should we try and combine or just...
Was recently made aware of this code coverage tool by Mozilla. https://github.com/mozilla/grcov
> What benefit are we aiming at getting with parallel processing of Filters over a byte packet? Are we expecting higher throughput through this model? Something else? Well we get...
> We should probably write some of our own benchmarks (but from review, it does sound like Sparse Storage in Bevy ECS seems like a winner - and also having...
Also worth mentioning as some prior art is VPP, which @gilesheron brought up in another thread. Just from reading the documentation, it's essentially what we'd be doing here AFAICT. https://wiki.fd.io/view/VPP/What_is_VPP%3F
> This seems like something we might want to diagram up a bit before diving into code. FWIW I'm still mostly using this diagram from #339 as the my mental...