INET Framework for OMNeT++/OMNEST
cSocketRTScheduler.cc File Reference

Go to the source code of this file.

Defines

#define IPPROTO_SCTP   132
#define PCAP_SNAPLEN   65536 /* capture all data packets with up to pcap_snaplen bytes */
#define PCAP_TIMEOUT   10 /* Timeout in ms */

Functions

 Register_Class (cSocketRTScheduler)
std::ostream & operator<< (std::ostream &out, const timeval &tv)

Define Documentation

#define IPPROTO_SCTP   132

Definition at line 27 of file cSocketRTScheduler.cc.

Referenced by ExtInterface::handleMessage().

#define PCAP_SNAPLEN   65536 /* capture all data packets with up to pcap_snaplen bytes */

Definition at line 36 of file cSocketRTScheduler.cc.

Referenced by cSocketRTScheduler::setInterfaceModule().

#define PCAP_TIMEOUT   10 /* Timeout in ms */

Function Documentation

std::ostream& operator<< ( std::ostream &  out,
const timeval &  tv 
) [inline]

Definition at line 49 of file cSocketRTScheduler.cc.

{
    return out << (uint32)tv.tv_sec << "s" << tv.tv_usec << "us";
}