feature request: dtab updates affect persistent connections
jasonjckn opened this issue · 2 comments
jasonjckn commented
currently TCP connections need to be reestablished in order to be affected #by new dtab rules, for our use case we require all connections to be 'migrated' according to new rules
olix0r commented
Thanks for the suggestion @jasonjckn. Do you have any thoughts on how you would expect this to be implemented? I think the best we can do is to just tear down open connections... It doesn't really make sense to "migrate" a TCP stream, as we have no context about the state of the application running on top of it.