From: Kevin Yang <y...@google.com> Date: Wed, 20 Jun 2018 16:07:35 -0400
> From: Eric Dumazet <eduma...@google.com> > > This commit makes BBR use only the MSS (without any headers) to > calculate pacing rates when internal TCP-layer pacing is used. > > This is necessary to achieve the correct pacing behavior in this case, > since tcp_internal_pacing() uses only the payload length to calculate > pacing delays. > > Signed-off-by: Kevin Yang <y...@google.com> > Signed-off-by: Eric Dumazet <eduma...@google.com> > Reviewed-by: Neal Cardwell <ncardw...@google.com> Applied, thank you.