Python code for verifying maximum sockets both as client or server
Closed this issue · 2 comments
jynagire commented
If sockets connection limits to particular number..how to write that code
elabdesunil commented
I think more information is needed first.
-
If you are trying to set maximum no of connections allowed here is a link. Set LIMIT=max_allowed_count
-
Most socket interfaces have maximum number of sockets allowed predefined.
elabdesunil commented
I assume it's fixed