Sets options to configure the network protocol.
The syntax varies depending on the API you use. You can also set this parameter with ulsync.
Null
String
This parameter is optional.
A semicolon separated list of network protocol options. Each option is of the form keyword=value, where the allowed sets of keywords depends on the network protocol.
UltraLite for C/C++ applications can set the parameter as follows:
ul_synch_info_a info; // ... info.stream_parms= UL_TEXT( "host=myserver;port=2439" );