Re: [RFC 0/1] tcp: constify congestion_ops

2017-08-01 Thread Florian Westphal
Stephen Hemminger wrote: > I wonder if restricting congestion control choices is still necessary? > It seems like being overly paranoid, and better enforced by having a more > limited kernel config, seccomp or other mechanism. Agree, I think it can be removed.

[RFC 0/1] tcp: constify congestion_ops

2017-08-01 Thread Stephen Hemminger
This is a proposed method of making TCP congestion_ops structure const. I wonder if restricting congestion control choices is still necessary? It seems like being overly paranoid, and better enforced by having a more limited kernel config, seccomp or other mechanism. Stephen Hemminger (1): cons