Re: AltQ + ng_iface

2005-07-28 Thread Julian Elischer
Chuck Swiger wrote: Daniel O'Connor wrote: On Friday 29 July 2005 11:02, Chuck Swiger wrote: Either the "established" or the "tcpflags !syn,ack" keywords in a rule adding matching packets to a high-priority queue ought to do it...? Or perhaps you meant something more specific than just "T

Re: AltQ + ng_iface

2005-07-28 Thread Chuck Swiger
Daniel O'Connor wrote: On Friday 29 July 2005 11:02, Chuck Swiger wrote: Either the "established" or the "tcpflags !syn,ack" keywords in a rule adding matching packets to a high-priority queue ought to do it...? Or perhaps you meant something more specific than just "TCP packets with TH_ACK" se

Re: AltQ + ng_iface

2005-07-28 Thread Daniel O'Connor
On Friday 29 July 2005 11:02, Chuck Swiger wrote: > Either the "established" or the "tcpflags !syn,ack" keywords in a rule > adding matching packets to a high-priority queue ought to do it...? Or > perhaps you meant something more specific than just "TCP packets with > TH_ACK" set? :-) Hmm, I gu

Re: AltQ + ng_iface

2005-07-28 Thread Chuck Swiger
Daniel O'Connor wrote: On Friday 29 July 2005 10:10, Julian Elischer wrote: [ ... ] ipfw and dummynet work on ng_iface I believe. Well yeah, but dummynet is a little inflexible and can't prioritise ACKs (for example) Either the "established" or the "tcpflags !syn,ack" keywords in a rule ad

Re: AltQ + ng_iface

2005-07-28 Thread Daniel O'Connor
On Friday 29 July 2005 10:10, Julian Elischer wrote: > >Does anyone have any patches > > ipfw and dummynet work on ng_iface I believe. Well yeah, but dummynet is a little inflexible and can't prioritise ACKs (for example) > is there altq for tun  or gif? Yes for tun, rev 1.143 of if_tun.c. No f

Re: AltQ + ng_iface

2005-07-28 Thread Julian Elischer
Daniel O'Connor wrote: Hi, I am looking at using pf + AltQ + mpd instead of my original ipfw + dummynet + ppp setup but it seems that ng_iface doesn't have any AltQ hooks :( I had a look at it to see if they could be retrofitted but alas it appears the ng_iface driver is not very much like

Re: AltQ + ng_iface

2005-07-28 Thread Julian Elischer
Daniel O'Connor wrote: Hi, I am looking at using pf + AltQ + mpd instead of my original ipfw + dummynet + ppp setup but it seems that ng_iface doesn't have any AltQ hooks :( I had a look at it to see if they could be retrofitted but alas it appears the ng_iface driver is not very much like

AltQ + ng_iface

2005-07-28 Thread Daniel O'Connor
Hi, I am looking at using pf + AltQ + mpd instead of my original ipfw + dummynet + ppp setup but it seems that ng_iface doesn't have any AltQ hooks :( I had a look at it to see if they could be retrofitted but alas it appears the ng_iface driver is not very much like others (ie no queueing of pa