INET Framework for OMNeT++/OMNEST
|
#include <string>
#include <iostream>
#include <vector>
#include "inet/common/INETDefs.h"
#include "inet/networklayer/ldp/LDPPacket_m.h"
#include "inet/transportlayer/contract/udp/UDPSocket.h"
#include "inet/transportlayer/contract/tcp/TCPSocket.h"
#include "inet/transportlayer/contract/tcp/TCPSocketMap.h"
#include "inet/networklayer/mpls/IClassifier.h"
#include "inet/common/lifecycle/ILifecycle.h"
#include "inet/common/lifecycle/NodeStatus.h"
Classes | |
class | inet::LDP |
LDP (rfc 3036) protocol implementation. More... | |
struct | inet::LDP::fec_t |
struct | inet::LDP::fec_bind_t |
struct | inet::LDP::pending_req_t |
struct | inet::LDP::peer_info |
Namespaces | |
inet | |
Copyright (c) 2005 Jan Ringo�, www.ringos.cz. | |
Macros | |
#define | LDP_PORT 646 |
#define | LDP_TRAFFIC 4 |
#define | LDP_HELLO_TRAFFIC 5 |
#define | LDP_USER_TRAFFIC 100 |
#define LDP_HELLO_TRAFFIC 5 |
Referenced by inet::LDP::sendHelloTo().
#define LDP_PORT 646 |
#define LDP_TRAFFIC 4 |
Referenced by inet::MPLS::processPacketFromL3().
#define LDP_USER_TRAFFIC 100 |