Hi!

# uname -a
OpenBSD janos.szivarvanynet.hu 4.5 GENERIC#0 i386
-----> pf.conf <-----
altq on rl0 cbq bandwidth 10Mb \
        queue { ssh, imap, smtp, http, def }
                queue ssh  bandwidth 10% priority 0 cbq (borrow)
                queue imap bandwidth 30% cbq (borrow)
                queue smtp bandwidth 30% cbq (borrow)
                queue http bandwidth 20% cbq (borrow)
                queue def  bandwidth 10% cbq (borrow, default)

pass in on rl0 from any to any port 22 queue (def, ssh)
-----> pf.conf <-----

Despite of the borrow keyword I can not get scp's bandwidth to exceed the 1Mb
limit of the "def" queue. With "systat queue" I can watch the queue being
used, but only at 1Mb, and although the other queues are empty, the "def"
queue won't borrow anything.
I tried to turn off queuing altogether, then scp (and everything else) works
at full speed.

What am I missing? Would someone give me some pointers?

Thanks in advance!


Daniel

--
LIVAI Daniel
PGP key ID = 0x4AC0A4B1
Key fingerprint = D037 03B9 C12D D338 4412  2D83 1373 917A 4AC0 A4B1

Reply via email to