This command disables the TCP handshake.
This command should be used before initializing
an instance in server state (mnStartServer) or client state (mnConnect).
For connections to complete successfully
TCP handshake must be disabled on both the server and client side.
This command also disables UDP in the
same way that mnDisableUDP does. This occurs because the TCP handshake
is necessary for a successfully UDP operation to be setup.
The following commands will not function properly on the client side (mnConnect) when TCP handshake is disabled:
- any UDP commands
int Instance: This is the instance that the command should use.
0 if no error occurred.
-1 if an error occurred.
DBP
C++
.Net