Joshua Koo

Results 27 issues of Joshua Koo

this has been on my (and perhaps others') mind and it would probably take a day to integrate but adding this here so I might get to do it sometime...

I would vote for something along the lines of http://vimeo.com/36579366 (skip to 4:10 but watch the entire thing if you have the time!) =D

## **Problem:** There's a bunch of version properties and related API to get versions. They seem to returning version numbers but are they equal? Here's an attempt to demystify them....

status/needs_team_discussion

### Resolved issues: resolves #1438 ### Description of changes: The current cubic loss recovery logic follows RFC 9002 https://www.rfc-editor.org/rfc/rfc9002#section-7.3.2 where congestion window is reduced immediately while allowing a single packet...

### Problem: PacketSent event haven no packet size https://docs.rs/s2n-quic-core/0.8.0/s2n_quic_core/event/api/struct.PacketSent.html ### Solution: considering adding packet len field ### Requirements / Acceptance Criteria: ### Out of scope: [//]: # (NOTE: If you...

quic_events

### Problem: Currently there's no way to update Limits from the [limiter](https://docs.rs/s2n-quic/latest/s2n_quic/provider/limits/trait.Limiter.html) after connection is established. One use case would to updating stream limits or send sizes after there's sufficient...

size/medium

### Problem: Proportional Rate Reduction could help reduce latency during packet loss ### Solution: Implement PRR has an alternative loss handling mechanism ### Requirements / Acceptance Criteria: https://datatracker.ietf.org/doc/html/rfc6937 ### Out...

### Problem: Would be great for an application to know **a) when s2n-quic is app_limited** this could be similar to the `congestion_limited` event that is emitted. **b) send/delivery rate** While...

quic_events

Seems like it should be an easy change to extend reading from /net/dev to specific processes https://github.com/eminence/procfs/blob/d8f16ddc97413ab2fb38d23149be188ad0b750a7/src/net.rs#L619 eg. `/proc/self/net/dev` `/proc//net/dev`

### Problem: We would like the ability to be able to pick a congestion control (eg. Cubic, BBR, [others](#1478)) based on different workflows, currently congestion control algorithm is applied to...