INET Framework for OMNeT++/OMNEST
Ldp.h File Reference

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)
 

Macro Definition Documentation

◆ LDP_HELLO_TRAFFIC

#define LDP_HELLO_TRAFFIC   5

◆ LDP_PORT

#define LDP_PORT   646

◆ LDP_TRAFFIC

#define LDP_TRAFFIC   4

◆ LDP_USER_TRAFFIC

#define LDP_USER_TRAFFIC   100