Subject: socket listen function
currently am doing load testing of the server, many of the login attempts get failed binding not offered, what is the responisbility of queue,
can i see the incoming request has been queued?
if i increase the value of incoming socket, the number of socket acceptance will be increased?
socket.Listen(int.MaxValue);
can i see the incoming request has been queued?
if i increase the value of incoming socket, the number of socket acceptance will be increased?
socket.Listen(int.MaxValue);