Hey all, heres my problem/s.<br><br>I have to write code which upon a message from another component <br>1. Reserves bandwidth for a voip call between 2 hosts.My code will reside on neither of the hosts but the hosts will have to go through me to talk to eachother. 
<br><br>2. Since i'm reserving bandwidth for these hosts to talk to eachother i have to limit everything else. <br><br>3. I need to do this on-the-fly. i.e &gt; I may recieve a request for several calls, i need to remove the traffic control when a call is ended and i need to keep limiting all other traffic to give each call its own defined amount of bandwidth. 
<br><br>I have being pulling my hair out trying to do the above with tc, so can anyone help ? Is tc filters the best solution ? Is there anything else thats more dynamic ? <br><br>Thanks. <br><br><br>