MSIR.0469 Establishing connection to host (nameOrAddr) port number (pnum) using Janus CLSOCK port (pname), user socket number (socknum): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (added subcategory for message-number interval) |
||
Line 15: | Line 15: | ||
[[Category:Sirius Mods messages]] | [[Category:Sirius Mods messages]] | ||
[[Category:MSIR.0400 - MSIR.0599]] |
Revision as of 17:52, 7 June 2016
This informational message indicates that a Janus Sockets application is connecting to a remote server.
- nameOrAddr shows the IP address of the remote server and, if the remote host name was specified for the connection, it is shown preceding the IP address (with a vertical bar (|) separating the host name and IP address).
- pnum shows the port number of the remote server.
- pname shows the name (that is, from the JANUS DEFINE command port name) of the CLSOCK port being used. Janus connections are always associated with a Janus port, and outgoing connections always use CLSOCK ports.
- socknum shows the socket number returned to the User Language/SOUL application by the Janus Sockets "Connect" method or $function. All outgoing Janus connections are associated with a more or less arbitrary socket number, which is displayed in the message.