Re: Rate-controlling DASH downloads for more than bufferbloat
"Eric H. Jung" <[email protected]> Wed, 6 Jun 2012 13:24:28 -0400
| Newsgroups | gmane.comp.mozilla.devel.netlib |
|---|---|
| Message-ID | <CACzmFtW+SWypEogUw2SM75aDYCTZydcajjWhbwJdYnnNBg+21g@mail.gmail.com> |
On Tue, Jun 5, 2012 at 9:28 PM, Steve Workman <[email protected]> wrote: > > Seems like rate control can be achieved through managing the size of > SO_RCVBUF and rate-limiting calls to recv(). Out of curiosity, why are both needed? Why not one or the other? Eric