On Wed, Feb 09, 2022 at 05:41:50PM +0800, D. Wythe wrote: > I don't think this is necessary, since we already have socket options. Is > there any scenario that the socket options and global switch can not cover? > When transparently replacing the whole container's TCP connections, we cannot touch the user's application, and have to replace their connections to SMC. It is common for container environment, different containers will run different applications. Most of TCP knob is per net-namespace, it could be better for us to do it from the beginning. Thanks, Tony Lu