Results 34 comments of toidiu

https://github.com/aws/s2n-tls/issues/4219 represents a super rough draft which I used to test and debug the behavior.

Duvet now supports specifying a different spec file location. Next steps: we need a duvet release before using the new commands.

@XeCycle We are currently discussing how best we can provide rustls support going forward. Thanks you for your patience and sorry for the inconvenience.

We should migrate away from structopt and use clap directly. cargo tree output shows that atty is only used in tests and comes from two dependencies. `structopt` has a `2.33`...

The application could use the following [metric](https://docs.rs/s2n-quic/latest/s2n_quic/provider/event/events/struct.RxStreamProgress.html) to determine fragmentation. However we should investigate what exactly this metric means and document it. The mitigation to the attack would be similar...

Attaching the Tracking issue https://github.com/aws/s2n-tls/issues/3758

notes on FreeBSD specific impl https://github.com/aws/s2n-tls/issues/4153

Link to the existing TODO we should fix for this https://github.com/aws/s2n-quic/blob/d8757ef48bf7f87d39010d531855ea6470589367/netbench/netbench-driver/src/lib.rs#L76

offline comments: - update docs after the default changed: https://github.com/aws/s2n-tls/pull/4390 - "Usually we put comments on individual enum values rather than on the entire enum definition. How does it look...

> This PR cleanups up gcongestion with the assumption that we wont be porting over the bbr implementation. Is this assumption correct? I would argue, that even if we decide...