|
reSIProcate/stack
9694
|
#include <set>#include <iosfwd>#include "rutil/CongestionManager.hxx"#include "rutil/FdSetIOObserver.hxx"#include "rutil/TimeLimitFifo.hxx"#include "rutil/Mutex.hxx"#include "rutil/TransportType.hxx"#include "rutil/BaseException.hxx"#include "resip/stack/TransactionController.hxx"#include "resip/stack/SecurityTypes.hxx"#include "resip/stack/StatisticsManager.hxx"#include "resip/stack/TuSelector.hxx"#include "rutil/dns/DnsStub.hxx"

Go to the source code of this file.
Classes | |
| class | resip::SipStackOptions |
| This class holds constructor-time initialization arguments for SipStack. More... | |
| class | resip::SipStack |
| This is the primary point of interaction between the app-layer and the stack. More... | |
| class | resip::SipStack::Exception |
| thrown when the stack is unable to function. More... | |
Namespaces | |
| namespace | resip |
SERNonceHelper implements the makeNonce function in the same way as SIP Express Router (SER) - http://www.iptel.org/ser. | |
Defines | |
| #define | RESIP_SIPSTACK_HAVE_FDPOLL 1 |
| Let external applications know that this version of the stack supports the (e)poll interfaces. | |
Functions | |
| EncodeStream & | resip::operator<< (EncodeStream &strm, const SipStack &stack) |
| #define RESIP_SIPSTACK_HAVE_FDPOLL 1 |
Let external applications know that this version of the stack supports the (e)poll interfaces.
Definition at line 27 of file SipStack.hxx.
1.7.5.1