Specifies the UDP port used by clients to broadcast UDP messages to a channel.
Note The Chat Service must be stopped and restarted for this switch to take effect.
See also /GetClientUDPPort.
Chatcmd ServerList /SetClientUDPPort=Port
| ServerList | This switch supports multiple servers in its command line. Setting the ClientUDPport value on one server does not update the other servers on the network. All applicable servers should be listed, in the form Server1,Server2,Server3¼. |
| Port | The default value is zero. A zero value indicates that all UDP broadcast messages are ignored. Because this is a new chat feature, use 6700 as the default port for UDP broadcast messages. |
chatcmd myserv01 /getclientudpport=6700 | |
| Sets the UDP port used by clients to connect to Myserv01 to 6700. |