Dirkjan Ochtman

Results 3121 comments of Dirkjan Ochtman

Which API do you need this for? What are you trying to do exactly? There is some basic infrastructure for this -- `hickory_proto::rr::rdata::opt::ClientSubnet`, which you can add out to going...

This issue seems to confuse the server roots used to verify the server certificate with the client certificates (apparently stored in PEM format) that are sent to the server to...

> copying all options from perf one-by-one is probably not a good idea, especially with versioning concerns Is `--kallsyms` particularly recent? I'm not too worried about versioning concerns.

I think this is too incompatible for the 0.4.x release (as can be witnessed from all the test failures). We could take this on in the 0.5.x branch (if it...

https://docs.rs/quinn-proto/latest/quinn_proto/congestion/index.html

There aren't, but we provide API that should let you implement your own.

I guess it might work? It would just be nice if it was built-in, I suppose. Not sure what you mean by the lifetimes not working out, but then I...

IMO the code we have for this looks very complicated/scary. Rewriting it looks like a project, would probably be hard to know if we bring over all the desired properties....

Sure, I'll have a look at a PR.