Summary: | [tcp] [patch] Implementation of draft-ieft-tcpm-newcwv-06 | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | Tom Jones <jones> | ||||||||||
Component: | kern | Assignee: | Randall Stewart <rrs> | ||||||||||
Status: | Open --- | ||||||||||||
Severity: | Affects Only Me | CC: | koobs, pi, swills, tuexen | ||||||||||
Priority: | --- | Keywords: | feature, needs-qa, patch | ||||||||||
Version: | CURRENT | ||||||||||||
Hardware: | Any | ||||||||||||
OS: | Any | ||||||||||||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227303 | ||||||||||||
Attachments: |
|
Created attachment 145214 [details]
Updated NewCWV patch
Comment on attachment 145214 [details]
Updated NewCWV patch
Updated the patch to move the NewCWV into a struct within tcpcb
Created attachment 145216 [details]
Updated NewCWV patch
Move NewCWV state into a struct within tcpcb
Created attachment 155673 [details]
Updated NewCWV patch
Updated the patch to be consistent with draft-ietf-tcpm-newcwv-10.
This work is supposed to land from Netflix in coming months. batch change of PRs untouched in 2018 marked "in progress" back to open. |
Created attachment 144299 [details] NewCWV Patch Implementation of draft-ietf-tcpm-newcwv-06, "Updating TCP to support Rate-Limited Traffic". The patch is a port of the Linux implementation by Raffaello Secchi with influence from Aris Angelogiannopoulos's patch set that was sent to the list earlier this year.