Hi Arslan,

If you need to shape the traffic to the host 10.0.0.3, I guess you need to
create queues on the port connecting to that host, but it seems that the
attached script creates queues on the port to host 10.0.0.1 (s1-eth1), right?

The SET_QUEUE action takes effect to only outgoing traffic and you need to
consider which port will forward traffic.
Or how about creating queues on all ports on your switch?

Thanks,
Iwase


On 2018年01月26日 00:54, Arslan wrote:
Dear All,

I am running apache2 server in one of the mininet host (ip:10.0.0.1) and trying to streaming the video in the other two other hosts (ip: 10.0.0.3 and 10.0.0.4).  All the hosts are connected with a single switch. I want to have a queue for tcp flows going to 10.0.0.3. The rest I followed the 1st example of QoS chapter of Ryu book. I am using this python code right now (written by myself) to set the queues however, though the controller say queue is successful, when I stream the video it doesn't work. The python file is attached. Thanks for the help.






------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot



_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to