* George V. Neville-Neil <[EMAIL PROTECTED]> [020426 10:48] wrote:
> > We have a sysctl that takes the four tuple as an argument, which can
> > be got from netstat -an output. It is used only for deleting a 
> > connection not modifying it.
> > 
> > for e.g
> > sysctl net.inet.tcp.deleteconn="a.b.c.d:80:x.y.z.w:30000". 
> > 
> > netstat -Aan gives us the tcp control block address or the inpcb address
> > depending on the type of socket. That could also be used for identifying 
> > the socket.
> 
> Do you mean this is what you'd like or that it exists?  I get:
> 
> # sysctl net.inet.tcp.deleteconn="209.157.133.226.4296:216.136.204.21.80"
> sysctl: unknown oid 'net.inet.tcp.deleteconn'
> #
> 
> when I try it.

It's a yahoo specific os hack. :)

-- 
-Alfred Perlstein [[EMAIL PROTECTED]]
'Instead of asking why a piece of software is using "1970s technology,"
 start asking why software is ignoring 30 years of accumulated wisdom.'
Tax deductible donations for FreeBSD: http://www.freebsdfoundation.org/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to