I was watching my queus via pfctl -vvs queues
Per the man page
" when a second one is specified it will instead be used for packets
which have a TOS of lowdelay and for TCP ACKs with no data payload"
so i believe bulk would go to low as its the first queue listed, and
interactive would go to high
I believe your "low" queue is for ssh interactive traffic only. The "high"
queue is for bulk traffic like scp or sftp transfers.
If you watch your queues in pftop (page 8) you should see ssh traffic like
typed commands in the "low" queue and the rest goes to the "high" queue.
Hope this helps
P
I have this rule in my PF
and its not working
everything just gets thrown into the high queue and nothing touches
the low queue
(this is from the output of pfctl -s rules)
pass in on em0 inet proto tcp from any to 208.70.72.13 port = ssh
flags S/SA modulate state (source-track rule, max-src-conn-
3 matches
Mail list logo