Project

General

Profile

Socklisten » History » Version 10

Per Amundsen, 05/09/2022 07:42 PM

1 1 Per Amundsen
_Added in 1.9.0_
2
3 10 Per Amundsen
*/socklisten [-dpuE] [bindip] <name> [port] [certificate]*
4 1 Per Amundsen
5 3 Per Amundsen
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 [[Options Dialog|Options]] -> [[DCC Options]] -> [[DCC_Options#Portrange-start|Port Range]].
6 1 Per Amundsen
7
*Switches*
8
9
-d - Switch indicates that you specified an ip address as the bind address.
10
-p - Enables "UPnP":https://en.wikipedia.org/wiki/Universal_Plug_and_Play support for the listening socket, if that is available.
11 10 Per Amundsen
-u - Enables "dual stack sockets":https://docs.microsoft.com/en-us/windows/win32/winsock/dual-stack-sockets.
12 9 Per Amundsen
-E - Creates a SSL listening socket.  *(AdiIRC only)*
13 1 Per Amundsen
14
*Parameters*
15
16
[bindip] - Ip address to bind to. (used with -d)
17 2 Per Amundsen
<name> - Name to give the listening connection.
18 1 Per Amundsen
[port] - Port to listen on.
19 8 Per Amundsen
[certificate] - the SSL certificate "pfx":https://en.wikipedia.org/wiki/PKCS_12 file to use with -E, if not specified, the global client certificate is used. *(AdiIRC only)*