Description
The rt_stub_start function is used to start the Stub service. This function will launch a background thread to process network events.
Syntax:
int rt_stub_start();
Parameters:
None.
Return Value:
Returns 0 on success; returns a non-zero error code on failure.