18 #include "hazelcast/util/export.h" 
   20 #if  defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64) 
   22 #pragma warning(disable: 4251)  
   36                 static const int KILO_BYTE = 1024;
 
   41                 static const int DEFAULT_BUFFER_SIZE_BYTE = 128 * KILO_BYTE;
 
   50                 bool is_tcp_no_delay() 
const;
 
   64                 bool is_keep_alive() 
const;
 
   79                 bool is_reuse_address() 
const;
 
   93                 int get_linger_seconds() 
const;
 
  115                 int get_buffer_size_in_bytes() 
const;
 
  148 #if  defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)