Sandra wrote: > I would want to know if is possible to modify the TOS for packets of > Video and Voice and where.
You can try to use iptables, look for the extensions "tos" and "owner", parameters "--set-tos" resp. "--cmd-owner". I think it's documented in the man pages of iptables. Should result in something like this (not tested): iptables -A OUTPUT -m owner --cmd-owner ekiga -j TOS --set-tos 0x10 Regards, Hannes _______________________________________________ GnomeMeeting-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnomemeeting-list
