From: Eric Dumazet <[EMAIL PROTECTED]> Date: Wed, 28 Mar 2007 08:02:21 +0200
> This is what I thought too at the begining. > > But after some thinking I recalled having to reboot machines just because > netfilter was not in (because of noticeable performance hit), and I could > find > the tree to compile netfilter as modules.. > > When I saw revoke() work in progess, I did react like you : This is coming > from hell... Another option, similar in vain to what Herbert suggested (the gdb hack) is to provide a way for root to open file descriptors of other processes and handle it like that. Then you could just set the linger socket option properly and close it up. Unfortunately we prevent openning of /proc/${PID}/fd/${FD} objects when they are sockets for well documented reasons. Using an ioctl with a socket demux key is just beyond disgusting, it's as simple as that. We have abstractions already for these objects so let's use them. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html