[PATCH net-next v2 11/13] mptcp: allow picking different xmit subflows

2020-09-14 Thread Paolo Abeni
Update the scheduler to less trivial heuristic: cache the last used subflow, and try to send on it a reasonably long burst of data. When the burst or the subflow send space is exhausted, pick the subflow with the lower ratio between write space and send buffer - that is, the subflow with the great

Re: [PATCH net-next v2 11/13] mptcp: allow picking different xmit subflows

2020-09-14 Thread Mat Martineau
On Mon, 14 Sep 2020, Paolo Abeni wrote: Update the scheduler to less trivial heuristic: cache the last used subflow, and try to send on it a reasonably long burst of data. When the burst or the subflow send space is exhausted, pick the subflow with the lower ratio between write space and send b