OverSim
|
#include <omnetpp.h>
#include <CommonMessages_m.h>
#include <GlobalNodeListAccess.h>
#include <GlobalStatisticsAccess.h>
#include <SimpleInfo.h>
#include "UDPPacket.h"
#include "SimpleUDP.h"
#include "IPControlInfo.h"
#include "IPv6ControlInfo.h"
#include "IPAddressResolver.h"
#include "IPDatagram_m.h"
#include "IPv6Datagram_m.h"
#include "ICMPMessage_m.h"
#include "ICMPv6Message_m.h"
Go to the source code of this file.
Macros | |
#define | EPHEMERAL_PORTRANGE_START 1024 |
#define | EPHEMERAL_PORTRANGE_END 5000 |
Functions | |
Define_Module (SimpleUDP) | |
static std::ostream & | operator<< (std::ostream &os, const SimpleUDP::SockDesc &sd) |
static std::ostream & | operator<< (std::ostream &os, const SimpleUDP::SockDescList &list) |
Definition in file SimpleUDP.cc.
#define EPHEMERAL_PORTRANGE_END 5000 |
Definition at line 53 of file SimpleUDP.cc.
#define EPHEMERAL_PORTRANGE_START 1024 |
Definition at line 52 of file SimpleUDP.cc.
Referenced by SimpleUDP::initialize().
Define_Module | ( | SimpleUDP | ) |
|
static |
Definition at line 62 of file SimpleUDP.cc.
|
static |
Definition at line 81 of file SimpleUDP.cc.