AckDelay | How long in ms receiver will wait before it will force send acknowledgements back without waiting any payload. |
AllCostTimeout | Defines timeout in ms after that message with AllCost deliver qos will force resend without acknowledgement waiting. |
ChannelCount | Return amount of channels for current configuration. |
Channels | Allow access to channels list. |
ConnectTimeout | Timeout in ms which library will wait before it will send another connection request. |
DisconnectTimeout | How long (in ms) library will wait before it will consider connection as disconnected. |
FragmentSize | What should be maximum fragment size (in Bytes) for fragmented messages. |
IsAcksLong | If it is true, connection will use 64 bit mask to acknowledge received reliable messages. |
MaxCombinedReliableMessageCount | Maximum amount of small reliable messages which will combine in one "array of messages". Useful if you are going to send a lot of small reliable messages. |
MaxCombinedReliableMessageSize | Maximum size of reliable message which library will consider as small and will try to combine in one "array of messages" message. |
MaxConnectionAttempt | How many attempt library will get before it will consider the connection as disconnected. |
MaxSentMessageQueueSize | Defines maximum messages which will wait for sending before user will receive error on Send() call. |
MinUpdateTimeout | Minimal send update timeout (in ms) for connection. this timeout could be increased by library if flow control will required. |
NetworkDropThreshold | How many (in %) packet need to be dropped due network condition before library will throttle send rate. |
OverflowDropThreshold | How many (in %) packet need to be dropped due lack of internal bufferes before library will throttle send rate. |
PacketSize | What is a maximum packet size (in Bytes) (including payload and all header). Packet can contain multiple messages inside. |
PingTimeout | Timeout in ms between control protocol messages. |
ReducedPingTimeout | Timeout in ms for control messages which library will use before it will accumulate statistics. |
ResendTimeout | Minimum timeout (in ms) which library will wait before it will resend reliable message. |