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

Defines

#define IPPROTO_SCTP   132
#define PCAP_SNAPLEN   65536
#define PCAP_TIMEOUT   10

Functions

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

Define Documentation

#define IPPROTO_SCTP   132
#define PCAP_SNAPLEN   65536

Function Documentation

std::ostream& operator<< ( std::ostream &  out,
const timeval &  tv 
) [inline]
{
    return out << (uint32)tv.tv_sec << "s" << tv.tv_usec << "us";
}
Register_Class ( cSocketRTScheduler  )