Re: [PATCH] NET: Add TCP connection abort IOCTL
From: David Miller <davem@davemloft.net>
Date: 2007-03-28 01:46:29
From: David Miller <davem@davemloft.net>
Date: 2007-03-28 01:46:29
From: Mark Huth <redacted> Date: Tue, 27 Mar 2007 16:09:30 -0700
Actually, there are legitimate uses for this sort of API. The patch allows an administrator to kill specific connections that are in use by other applications, where the close is not available, since the socket is owned by another process.
Anything that wants to act as an external agent to manipulate or terminate connections should use netfilter.