JANUS FORCE: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
mNo edit summary
Line 1: Line 1:
{{DISPLAYTITLE:JANUS FORCE}}
{{DISPLAYTITLE:JANUS FORCE}}
<span class="pageSubtitle"><section begin="desc" />FORCE<section end="desc" /></span>
<span class="pageSubtitle"><section begin="desc" />Stop activity on a Janus port<section end="desc" /></span>


This immediately terminates all client connections to the named port(s) and prevents further connections from being established.


This immediately terminates all client connections to the named port(s) and prevents further connections from being established.
==Syntax==
==Syntax==
<p class="syntax"><section begin="syntax" /> JANUS FORCE portname
<p class="syntax"><section begin="syntax" /> JANUS FORCE portname
Line 10: Line 9:
<p class="caption">JANUS FORCE command syntax
<p class="caption">JANUS FORCE command syntax
</p>
</p>


Where '''portname''' is the name of the port(s) from which client connections are to be disconnected. Once a port is FORCE'd, no clients may connect to it again until it is restarted via the JANUS START command.  
Where '''portname''' is the name of the port(s) from which client connections are to be disconnected. Once a port is FORCE'd, no clients may connect to it again until it is restarted via the JANUS START command.  


The FORCE subcommand returns after a very brief delay; the actual termination of connections may take some additional time, but once the FORCE subcommand returns, no other application-level communication will take place over the FORCEd port(s).
The FORCE subcommand returns after a very brief delay; the actual termination of connections may take some additional time, but once the FORCE subcommand returns, no other application-level communication will take place over the FORCEd port(s).
<p class="code"> JANUS FORCE SMITHERS
<p class="code"> JANUS FORCE SMITHERS
</p>
</p>
In the above example, all client connections to port SMITHERS are immediately broken, and further connections to SMITHERS are prevented.
In the above example, all client connections to port SMITHERS are immediately broken, and further connections to SMITHERS are prevented.


See: [[List_of_Janus_commands|Janus command list]]
[[Category:Janus commands|JANUS FORCE]]
[[Category:Janus commands|JANUS FORCE]]
[[Category:Sirius commands]]
[[Category:Sirius commands]]

Revision as of 21:48, 28 February 2011

<section begin="desc" />Stop activity on a Janus port<section end="desc" />

This immediately terminates all client connections to the named port(s) and prevents further connections from being established.

Syntax

<section begin="syntax" /> JANUS FORCE portname <section end="syntax" />

JANUS FORCE command syntax

Where portname is the name of the port(s) from which client connections are to be disconnected. Once a port is FORCE'd, no clients may connect to it again until it is restarted via the JANUS START command.

The FORCE subcommand returns after a very brief delay; the actual termination of connections may take some additional time, but once the FORCE subcommand returns, no other application-level communication will take place over the FORCEd port(s).

JANUS FORCE SMITHERS

In the above example, all client connections to port SMITHERS are immediately broken, and further connections to SMITHERS are prevented.

See: Janus command list