new Application/FTP |
set ftp1 [new Application/FTP] |
set tcp1 [new Agent/TCP/Reno] set ftp1 [new Application/FTP] $ftp1 attach-agent $tcp1 |
set ftp1 [new Application/FTP] $ftp1 start // Start the FTP application |
set ftp1 [new Application/FTP] $ftp1 stop // Stop the FTP application |
When the FTP traffic generator stops generating traffic, TCP will have no data to send and will "go quiet".
You can start the FTP again after stopping it.