mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 04:17:57 +01:00
Get maximum number of sockets it can handle from poller_t
This commit is contained in:
@@ -56,6 +56,8 @@ namespace zmq
|
||||
void start ();
|
||||
void stop ();
|
||||
|
||||
static int max_fds();
|
||||
|
||||
private:
|
||||
|
||||
// Main worker thread routine.
|
||||
|
||||
Reference in New Issue
Block a user