On Thu, Jan 19, 2012 at 12:07:09PM +0100, Hans Schillstrom wrote:
Closing of a namespace (container) can be delayed by ~ 2 minutes
due to tcp timers ex tcp time wait (and of cource other things too).
I think there should be some kind of "forced close" of the Network stack
in ex free_nsproxy()
A netns pre-close callback might do the job....
Any ideas how to solve this ?
I'm interested in this too; right off I don't see a workable alternative
to your suggestion. Each subsystem will have to implement that callback
and release its references on the netns.
-David