CppWAMP
C++11 client library for the WAMP protocol
rawsockoptions.hpp File Reference

Contains common option definitions for raw socket transports. More...

Go to the source code of this file.

Namespaces

 wamp
 

Enumerations

enum  wamp::RawsockMaxLength {
  wamp::RawsockMaxLength::B_512,
  wamp::RawsockMaxLength::kB_1,
  wamp::RawsockMaxLength::kB_2,
  wamp::RawsockMaxLength::kB_4,
  wamp::RawsockMaxLength::kB_8,
  wamp::RawsockMaxLength::kB_16,
  wamp::RawsockMaxLength::kB_32,
  wamp::RawsockMaxLength::kB_64,
  wamp::RawsockMaxLength::kB_128,
  wamp::RawsockMaxLength::kB_256,
  wamp::RawsockMaxLength::kB_512,
  wamp::RawsockMaxLength::MB_1,
  wamp::RawsockMaxLength::MB_2,
  wamp::RawsockMaxLength::MB_4,
  wamp::RawsockMaxLength::MB_8,
  wamp::RawsockMaxLength::MB_16
}
 Enumerators used to specify the maximum length of messages that a raw socket transport can receive. More...
 

Detailed Description

Contains common option definitions for raw socket transports.