#include <string>
#include <omnetpp.h>
#include <iostream>
#include <vector>
#include "INETDefs.h"
#include "LDPPacket_m.h"
#include "UDPSocket.h"
#include "TCPSocket.h"
#include "TCPSocketMap.h"
#include "IClassifier.h"
#include "NotificationBoard.h"
Go to the source code of this file.
Classes | |
class | LDP |
struct | LDP::fec_t |
struct | LDP::fec_bind_t |
struct | LDP::pending_req_t |
struct | LDP::peer_info |
Defines | |
#define | LDP_PORT 646 |
#define | LDP_TRAFFIC 4 |
#define | LDP_HELLO_TRAFFIC 5 |
#define | LDP_USER_TRAFFIC 100 |
#define LDP_PORT 646 |
Definition at line 32 of file LDP.h.
Referenced by LDP::initialize(), LDP::openTCPConnectionToPeer(), MPLS::processPacketFromL3(), and LDP::sendHelloTo().
#define LDP_USER_TRAFFIC 100 |
Definition at line 36 of file LDP.h.
Referenced by LDP::processLABEL_MAPPING(), LDP::processLABEL_REQUEST(), and LDP::updateFecListEntry().