Socklisten » History » Version 2
  Per Amundsen, 11/19/2015 10:23 AM 
  
| 1 | 1 | Per Amundsen | _Added in 1.9.0_ | 
|---|---|---|---|
| 2 | |||
| 3 | */socklisten [-dp] [bindip] <name> [port]* | ||
| 4 | |||
| 5 | Listens on the specified port for connections to that port. If a port is not specified, the port is selected randomly from the range specified in the DCC Options dcc ports section. | ||
| 6 | |||
| 7 | *Switches* | ||
| 8 | |||
| 9 | -d - Switch indicates that you specified an ip address as the bind address. | ||
| 10 | -p - TODO | ||
| 11 | |||
| 12 | *Parameters* | ||
| 13 | |||
| 14 | [bindip] - Ip address to bind to. (used with -d) | ||
| 15 | 2 | Per Amundsen | <name> - Name to give the listening connection. | 
| 16 | 1 | Per Amundsen | [port] - Port to listen on. |