Thread: PF-queue
View Single Post
  #4   (View Single Post)  
Old 1st September 2009
s2scott's Avatar
s2scott s2scott is offline
Package Pilot
 
Join Date: May 2008
Location: Toronto, Ontario Canada
Posts: 198
Default

  1. What you have is not in any way wrong, but I would make all your queue(<whatever-priority>,tcp_ack_out); and
  2. I did not see any pass in ...
Consider...
Code:
#
pass in log quick on $ext_if inet \
 from any to ($ext_if) keep state queue(<default-queue>,tcp_ack_out)
#
Reason being, when INBOUND traffic arrives and creates STATE, then, with the QUEUE in play, STATEFUL outbound/reply traffic is QUEUED/PRIORITIZED; otherwise it is not.

/S
__________________
Never argue with an idiot. They will bring you down to their level and beat you with experience.
Reply With Quote