Re: [Ryu-devel] [PATCH] Choose the highest TLS version

2019-01-23 Thread IWAMOTO Toshihiro
Thanks. I researched the ssl module changes, but it's a bit confusing to me. On Thu, 24 Jan 2019 02:53:56 +0900, alex wrote: > > Signed-off-by: alex > --- > ryu/controller/controller.py | 8 ++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > > diff --git a/ryu/controller/controller.

Re: [Ryu-devel] Importing tensorflow in ryu program

2019-01-23 Thread IWAMOTO Toshihiro
On Thu, 24 Jan 2019 02:47:24 +0900, uttam kamalia wrote: > > [1 ] > [1.1 ] > Hello sir, > > I am building a project on routing in sdn based on reinforcement learning. > > I am not able to import tensorflow in ryu application. Kindly guide me how > to merge the tensorflow module into ryu app.

[Ryu-devel] [PATCH] Choose the highest TLS version

2019-01-23 Thread alex
Signed-off-by: alex --- ryu/controller/controller.py | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ryu/controller/controller.py b/ryu/controller/controller.py index 62135339..9198bfb1 100644 --- a/ryu/controller/controller.py +++ b/ryu/controller/controller.py @@ -16

[Ryu-devel] Importing tensorflow in ryu program

2019-01-23 Thread uttam kamalia
Hello sir, I am building a project on routing in sdn based on reinforcement learning. I am not able to import tensorflow in ryu application. Kindly guide me how to merge the tensorflow module into ryu app. Thanking you in anticipation. ___ Ryu-devel ma