[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ns] a question about rtp.cc



Hi:
   anybody know what's mean of advanceby function in the rtp.cc.
the function:

void RTPAgent::advanceby(int delta)
{
        maxpkts_ += delta;
        if (seqno_ < maxpkts_ && !running_)
                start();
}               

thanks.