Controls broadcast listening for the specified port.
SPX, TCP/IP (server side)
YES, NO
YES
This option allows you to turn broadcast listening OFF for this port.
Using -sb 0 is the same as specifying BroadcastListener=NO
on both TCP/IP and SPX.
Start a database server that accepts both TCP/IP and SPX connections, but require that TCP/IP connections use the Host protocol option:
dbsrv10 -x tcpip(BroadcastListener=NO),spx ...
The following is a fragment of a client connection string to connect to the database server:
...LINKS=tcpip;HOST=myserver;...