OctoTorrent.Client.PausedMode.Tick C# (CSharp) Method

Tick() public method

public Tick ( int counter ) : void
counter int
return void
        public override void Tick(int counter)
        {
            // TODO: In future maybe this can be made smarter by refactoring
            // so that in Pause mode we set the Interested status of all peers
            // to false, so no data is requested. This way connections can be
            // kept open by sending/receiving KeepAlive messages. Currently
            // we 'Pause' by not sending/receiving data from the socket.
        }