View Single Post
  #2   (View Single Post)  
Old 17th May 2008
s2scott's Avatar
s2scott s2scott is offline
Package Pilot
 
Join Date: May 2008
Location: Toronto, Ontario Canada
Posts: 198
Default

I'd make allowance for guaranteed highest priority bandwidth to the IP acks and other signaling traffic for the whole wire (subnet), regardless of host origins.

Code:
 pass in quick on $int_if inet proto { tcp udp } \
 from ($int_if:network) to any \
 queue (up_host1, up_highest)
You'll have to fit up_highest into your queue schema.

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