18 #include "hazelcast/util/export.h"
20 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
22 #pragma warning(disable : 4251)
37 static const int KILO_BYTE = 1024;
42 static const int DEFAULT_BUFFER_SIZE_BYTE = 128 * KILO_BYTE;
51 bool is_tcp_no_delay()
const;
65 bool is_keep_alive()
const;
80 bool is_reuse_address()
const;
94 int get_linger_seconds()
const;
116 int get_buffer_size_in_bytes()
const;
148 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)