Re: How to reset a TCP connection

2007-11-13 Thread cpghost
On Tue, 13 Nov 2007 22:09:59 -0500 Robert Huff <[EMAIL PROTECTED]> wrote: > Robert Huff writes: > > > > Olivier Nicole writes: > > > > > > > How can I manually reset an established TCp connection? > > > > > > Ask Comcast. :-) > > My apologies for being cryptic. >

Re: How to reset a TCP connection

2007-11-13 Thread Grigoriy S. Gusew
see "man 8 tcpdrop", may be that is what you need. Olivier Nicole пишет: In the United Stated, cable television and Internet provider Comcast has recently come under criticism for "managing" bittorrent traffic by sending TCP RST packets to those who are over some unannounced traffic limi

Re: How to reset a TCP connection

2007-11-13 Thread Olivier Nicole
> In the United Stated, cable television and Internet provider > Comcast has recently come under criticism for "managing" bittorrent > traffic by sending TCP RST packets to those who are over some > unannounced traffic limit (i.e. hogging the bandwidth). Well I only plan to reset connection

How to reset a TCP connection

2007-11-13 Thread Robert Huff
Robert Huff writes: > > Olivier Nicole writes: > > > > > How can I manually reset an established TCp connection? > > > >Ask Comcast. :-) My apologies for being cryptic. In the United Stated, cable television and Internet provider Comcast has recently come under cr

How to reset a TCP connection

2007-11-13 Thread Robert Huff
Olivier Nicole writes: > How can I manually reset an established TCp connection? Ask Comcast. :-) Robert Huff ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/fr

How to reset a TCP connection

2007-11-13 Thread Olivier Nicole
Hi, On a mail server, I do some update of some lists on a daily basis, using wget. I am testing the script that will do the update, including some timestamping with wget (hopefully). I want to be able to test various combinations of parameters of wget for robust transmission, so I want to simulat