![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <session/server/VoIP.hpp>


Public Member Functions | |
| void | onData (const wns::osi::PDUPtr &_pdu) |
| Called when new data arrived. | |
| void | onTimeout (const Timeout &_t) |
| VoIP (const wns::pyconfig::View &_pyco) | |
| ~VoIP () | |
Protected Attributes | |
| bool | comfortNoise |
| Bit | comfortNoisePacketSize |
| Bit | voicePacketSize |
Private Attributes | |
| int | cnCounter |
| bool | firstPacketNumber |
| bool | receivedFirst |
| wns::distribution::Distribution * | stateTransitionDistribution |
| wns::simulator::Time | trafficStartDelay |
| applications::session::server::VoIPState | voIPState |
Definition at line 42 of file VoIP.hpp.
| VoIP::VoIP | ( | const wns::pyconfig::View & | _pyco | ) |
| void VoIP::onData | ( | const wns::osi::PDUPtr & | _pdu | ) | [virtual] |
| [in] | _pdu | Newly arrived data. |
Reimplemented from applications::session::server::Session.
| void VoIP::onTimeout | ( | const Timeout & | _t | ) | [virtual] |
1.5.5