Re: altq enqueue
Next message: Brian Somers: "Re: disabling ipv6 with ppp"
To: freebsd-net@freebsd.org
Date: Mon, 21 Mar 2005 18:03:25 +0100
On Monday 21 March 2005 16:02, Petri Helenius wrote:
> Is there a way to send packets from userland process to a specific altq
> defined queue?
No, not at this point. But as a workaround (assuming we are talking about
socket based communication (udp/tcp)) you can have the program running as a
special user or group and use pf or ipfw to queue traffic from this user/
group. Note that pf needs debug.mpsafenet=0 for this to work properly. ipfw
has the same problem in 5.3R but is fixed in CURRENT and *maybe* RELENG_5 -
I'll let others speak on that one.
--
/"\ Best regards, | mlaier@freebsd.org
\ / Max Laier | ICQ #67774661
X http://pf4freebsd.love2party.net/ | mlaier@EFnet
/ \ ASCII Ribbon Campaign | Against HTML Mail and News
- application/pgp-signature attachment: stored
Next message: Brian Somers: "Re: disabling ipv6 with ppp"
Relevant Pages
- Re: Traffic Shaping not working correctly after ipfw coverted touse pfil_hooks API
... > outgoing packets with traffic shaping limiting the upstream at 480Kbps ... I have just looked through the ipfw to pfil_hooks changes ... as they relate to dummynet. ... (freebsd-current) - Re: altq unfortunately queuing vlan traffic.
... I'm using pf for nat on vge0, and would like to also like to use altq ... on that interface. ... that the problem is that altq is queuing packets destined for the vlan ... in vge0's queue because it is the parent interface. ... (freebsd-net) - Re: altq unfortunately queuing vlan traffic.
... machine is running FreeBSD 6-STABLE (6.2-RELEASE doesn't have altq ... altq on that interface (no queuing is needed on the vlan2 ... is queuing packets destined for the vlan in vge0's queue because it ... on vlan interfaces and queue on the physical interface. ... (freebsd-net) - Re: Changes in the network interface queueing handoff model
... Otherwise every driver's startmbuf function would have to take care of ALTQ itself, ... Has anyone compared the effectiveness of ALTQ on gig-e ... public queue), and if_drv_head, a second queue protected by the device ... Notice that in the patch I do leave backwards compatible support for if_start, if only because rewriting all network device drivers is error prone and arduous. ... (freebsd-arch) - Re: PF + ALTQ - Bandwidth per customer
... This product has been around longer than ALTQ and pf. ... The backup queue depths are dramatically ... reduced even without specific bandwidth limits per customer. ... It also has a traffic monitor that is indispensable in tracking down ... (freebsd-isp) |
|