On Tue, 2017-11-14 at 08:25 -0800, Stephen Hemminger wrote: > Make default TCP default congestion control to a per namespace > value. This changes default congestion control to a pointer to congestion ops > (rather than implicit as first element of available lsit). > > The congestion control setting of new namespaces is inherited > from the current setting of the root namespace. > > Signed-off-by: Stephen Hemminger <sthem...@microsoft.com> > --- > v2 - drop restriction that modules are only loaded in initial name space.
Reviewed-by: Eric Dumazet <eduma...@google.com> Thanks Stephen !