Socket.setListenBacklog

Sets the maximum number of outstanding connections allowed when listening on this socket. If more clients than this are connecting to the socket and the application is not handling them on time then the new connections will be refused.

Note that this must be called before Socket.listen and has no effect if called after that.

class Socket
void
setListenBacklog
()

Parameters

backlog int

the maximum number of pending connections.

Meta

Since

2.22