22 #ifndef LOWPANCONVERGENCELAYER_H_
23 #define LOWPANCONVERGENCELAYER_H_
38 using namespace dtn::data;
73 virtual const std::string getName()
const;
75 virtual void raiseEvent(
const Event *evt)
throw ();
85 static const size_t BUFF_SIZE = 115;
90 virtual void componentUp() throw ();
91 virtual
void componentRun() throw ();
92 virtual
void componentDown() throw ();
93 void __cancellation() throw ();
98 ibrcommon::vsocket _vsocket;
100 ibrcommon::vaddress _addr_broadcast;
101 ibrcommon::vinterface _net;
103 std::vector<
char> _ipnd_buf;
106 ibrcommon::Mutex _connection_lock;
110 unsigned int m_maxmsgsize;
112 ibrcommon::Mutex m_writelock;