reSIProcate/stack  9694
Classes | Namespaces | Defines | Functions
SipStack.hxx File Reference
#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"
Include dependency graph for SipStack.hxx:
This graph shows which files directly or indirectly include this file:

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

EncodeStreamresip::operator<< (EncodeStream &strm, const SipStack &stack)

Define Documentation

#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.