TUNING


Drop command
Use in a Server.Load script to drop all network connections on the specified port.

Syntax

Drop [hangup] [port]

Where:


Example 1

Disconnects the connection on the port specified.

changeto [MailServer]!!mail\mail[#].nsf mail46.ntf

pause 1min

drop hangup tcpip

Example 2

Disconnects all user sessions on specified port

changeto [MailServer]!!mail\mail[#].nsf

pause 1min

*Add additional statements here

drop tcpip

Parent topic: Server.Load commands

Related reference
Server.Load script conventions