From WikiChip
/sockaccept Command - mIRC
< mirc‎ | commands
Revision as of 11:46, 22 September 2022 by Ouims (talk | contribs) (Parameters)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The /sockaccept command allows mIRC the ability to accept incoming connections on a port that has been opened with the /socklisten commmand.

Synopsis[edit]

/sockaccept -n <name>

Switches[edit]

  • -n - Disable nagle algorithm on the accepted socket, you can disable nagle algorithm for any accepted socket by using /socklisten -n

Parameters[edit]

Name: The name that should be assigned to the accepted connection in order to reference it later.

Example[edit]

; Listen for connections on the socket named mySock
ON *:SOCKLISTEN:mySock: {
 
  ; Accept incoming connection on this socket and name them
  ; with a combination of the socket's name and the current $ctime
  sockaccept $+($sockname,$ctime)
}

Compatibility[edit]

Added: mIRC v5.3
Added on: 13 Dec 1997
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also[edit]

[Expand]
v · d · e mIRC commands list