Subject: Re: Why is my rmt so slow or what takes exactly 0.2 seconds?
To: None <tech-net@netbsd.org>
From: Jed Davis <jdev@panix.com>
List: tech-net
Date: 08/24/2005 21:35:57
Manuel Bouyer <bouyer@antioche.eu.org> writes:

> On Wed, Aug 17, 2005 at 06:13:03PM +0200, Edgar Fuß wrote:
>> 
>> Any ideas what keeps the rmt process scheduled away for 0.2 seconds?
>
> It could be a tcp issue, waiting for more data before sending a packet,
> while the dump/rmt protocol is waiting for a reply. Try to play with the
> various tcp sysctls.

net.inet.tcp.delack_ticks = 20, perhaps?

-- 
(let ((C call-with-current-continuation)) (apply (lambda (x y) (x y)) (map
((lambda (r) ((C C) (lambda (s) (r (lambda l (apply (s s) l))))))  (lambda
(f) (lambda (l) (if (null? l) C (lambda (k) (display (car l)) ((f (cdr l))
(C k)))))))    '((#\J #\d #\D #\v #\s) (#\e #\space #\a #\i #\newline)))))