[email protected] <[email protected]> wrote: > From: Menglong Dong <[email protected]> > > For now, sysctl_wmem_max and sysctl_rmem_max are globally unified. > It's not convenient in some case. For example, when we use docker > and try to control the default udp socket receive buffer for each > container. > > For that reason, make sysctl_wmem_max and sysctl_rmem_max > per-namespace.
I think having those values be restricted by init netns is a desirable property.

