16 #ifndef HAZELCAST_CLIENT_CONFIG_SOCKETOPTIONS_H_ 17 #define HAZELCAST_CLIENT_CONFIG_SOCKETOPTIONS_H_ 19 #include "hazelcast/util/HazelcastDll.h" 21 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64) 23 #pragma warning(disable: 4251) //for dll export 37 static const int KILO_BYTE = 1024;
42 static const int DEFAULT_BUFFER_SIZE_BYTE = 128 * KILO_BYTE;
51 bool isTcpNoDelay()
const;
65 bool isKeepAlive()
const;
80 bool isReuseAddress()
const;
94 int getLingerSeconds()
const;
116 int getBufferSizeInBytes()
const;
149 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64) TCP Socket options.
Definition: SocketOptions.h:32
PN (Positive-Negative) CRDT counter.
Definition: MapEntryView.h:32