Re: [Ryu-devel] Measure packet drops and congestion in the network

2017-09-09 Thread corey ross
Thank you Carlos and Ferreira for the clarification, it was very helpful. I also came across this link: https://www.udacity.com/wiki/cn/assignment3-buffer-sizing I know it is not the right forum but can someone help me with the best way to calculate the overall packet drops and congestion in a ne

Re: [Ryu-devel] [PATCH] Only import pip if needed

2017-09-09 Thread FUJITA Tomonori
On Thu, 31 Aug 2017 07:06:39 +0200 Thomas Bechtold wrote: > From: Thomas Bechtold > > In some systems pip is not installed and the parse_requirements() function > is not needed. So only import pip if needed. Otherwise this fails with: > > from ryu.base import app_manager > File "/usr/lib/p