|
reSIProcate/stack
9694
|
#include <queue>#include <set>#include <iosfwd>#include "resip/stack/TimerMessage.hxx"#include "resip/stack/DtlsMessage.hxx"#include "rutil/Fifo.hxx"#include "rutil/TimeLimitFifo.hxx"#include "rutil/Timer.hxx"

Go to the source code of this file.
Classes | |
| class | resip::TimerQueue< T > |
| This class takes a fifo as a place to where you can write your stuff. When using this in the main loop, call process() on this. During Transaction processing, TimerMessages and SIP messages are generated. More... | |
| class | resip::BaseTimeLimitTimerQueue |
| class | resip::TimeLimitTimerQueue |
| class | resip::TuSelectorTimerQueue |
| class | resip::TransactionTimerQueue |
Namespaces | |
| namespace | resip |
SERNonceHelper implements the makeNonce function in the same way as SIP Express Router (SER) - http://www.iptel.org/ser. | |
Functions | |
| template<class T > | |
| std::ostream & | resip::operator<< (std::ostream &str, const TimerQueue< T > &tq) |
| template<class T > | |
| EncodeStream & | resip::operator<< (EncodeStream &str, const TimerQueue< T > &tq) |
1.7.5.1