Re: [RFC PATCH v2 3/5] tcp: added get_segs_per_round

2017-10-15 Thread Eric Dumazet
On Sat, 2017-10-14 at 13:47 +0200, Natale Patriciello wrote: > Usually, the pacing time is provided per-segment. In some occasion, this > time refers to the time between a group of segments. With this commit, add > the possibility for the congestion control module to tell the TCP socket > how many

[RFC PATCH v2 3/5] tcp: added get_segs_per_round

2017-10-14 Thread Natale Patriciello
Usually, the pacing time is provided per-segment. In some occasion, this time refers to the time between a group of segments. With this commit, add the possibility for the congestion control module to tell the TCP socket how many segments can be sent out before pausing and setting a pacing timer.