Speedify SDK for Desktop/Embedded 15.5.0
Loading...
Searching...
No Matches
Introduction to Dispatch

Dispatch is a local proxy service that allows automatic network fail over an load balancing. It is a separate library that can be added to the Speedify SDK.

To use Dispatch, you must first initialize the Speedify SDK. See the Basic Usage page for more information.

To enable Dispatch, add the following code to your application:

// set routing mode to DRM_FAILOVER or DRM_ROUND_ROBIN
Dispatch_SetRoutingMode( sdk, DRM_ROUND_ROBIN );
// Connect Speedify in proxy mode
SpeedifySDK_ConnectProxy( sdk );