Hi Eman,

You probably should check linux open files limit for client and server
process, because each new connection counts to this limit.

Some basic info could be found here:
https://www.networkworld.com/article/2693414/operating-systems/setting-limits-with-ulimit.html

Also you can attach to process with strace utility and look for connect
syscall (it would get an error in case of hitting open file limit).


Also: why should you use so many connections at once?

On Mon, Nov 26, 2018, 09:52 ‏Eman ‏ Bany salameh via Ryu-devel <
ryu-devel@lists.sourceforge.net wrote:

> Hi,
>
> Is there limitation in Mininet to the number of connections that host can
> open with other host?
> My problem is that I want to open 1500 different connection between server
> and client to add 1500 flow in the switch table. The problem is this number
> can’t be achieved. The maximum number I achieved is 700 although I put the
> idle_timeout=10000s & hard_timeout=20000s
>
> Can anyone explain what the problem could be?
>
> Regards,
> Eman Bany Salameh
>
>
>
>
> _______________________________________________
> Ryu-devel mailing list
> Ryu-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ryu-devel
>
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to