elabdesunil/python-socket-programming

Python code for verifying maximum sockets both as client or server

Closed this issue · 2 comments

If sockets connection limits to particular number..how to write that code

I think more information is needed first.

  1. If you are trying to set maximum no of connections allowed here is a link. Set LIMIT=max_allowed_count

  2. Most socket interfaces have maximum number of sockets allowed predefined.

I assume it's fixed