|
INET Framework for OMNeT++/OMNEST
|
#include <iostream>#include <string>#include <vector>#include "inet/common/ModuleRefByPar.h"#include "inet/common/socket/SocketMap.h"#include "inet/networklayer/ldp/LdpPacket_m.h"#include "inet/networklayer/mpls/IIngressClassifier.h"#include "inet/routing/base/RoutingProtocolBase.h"#include "inet/transportlayer/contract/tcp/TcpSocket.h"#include "inet/transportlayer/contract/udp/UdpSocket.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 |
Variables | |
| const B | inet::LDP_BASEHEADER_BYTES = B(10) |
| const B | inet::LDP_HEADER_BYTES = LDP_BASEHEADER_BYTES + B(20) |
| #define LDP_HELLO_TRAFFIC 5 |
| #define LDP_PORT 646 |
| #define LDP_TRAFFIC 4 |
| #define LDP_USER_TRAFFIC 100 |