tibrvTransportBatchMode
Type
Declaration
typedef enum {
TIBRV_TRANSPORT_DEFAULT_BATCH,
TIBRV_TRANSPORT_TIMER_BATCH
}tibrvTransportBatchMode
;
Purpose
Specify the batch mode of a transport.
Value |
Description |
TIBRV_TRANSPORT_DEFAULT_BATCH |
Default batch behavior. The transport transmits outbound messages to This value is the initial default for all transports. |
TIBRV_TRANSPORT_TIMER_BATCH |
Timer batch behavior. The transport accumulates outbound messages, and transmits them to |
See Also
TibrvNetTransport::setBatchMode()
Batch Modes for Transports in