#include "precompiled.hpp"
#include "macros.hpp"
#include <unistd.h>
#include <limits>
#include <climits>
#include <new>
#include <sstream>
#include <string.h>
#include "ctx.hpp"
#include "socket_base.hpp"
#include "io_thread.hpp"
#include "reaper.hpp"
#include "pipe.hpp"
#include "err.hpp"
#include "msg.hpp"
#include "random.hpp"
Go to the source code of this file.
◆ ZMQ_CTX_TAG_VALUE_BAD
#define ZMQ_CTX_TAG_VALUE_BAD 0xdeadbeef |
◆ ZMQ_CTX_TAG_VALUE_GOOD
#define ZMQ_CTX_TAG_VALUE_GOOD 0xabadcafe |
◆ clipped_maxsocket()
static int clipped_maxsocket |
( |
int |
max_requested_ | ) |
|
|
static |