24 #ifndef STREAMCONTACTHEADER_H_
25 #define STREAMCONTACTHEADER_H_
30 #include <sys/types.h>
34 using namespace dtn::data;
40 static const unsigned char TCPCL_VERSION = 3;
47 REQUEST_ACKNOWLEDGMENTS = 1 << 0,
48 REQUEST_FRAGMENTATION = 1 << 1,
49 REQUEST_NEGATIVE_ACKNOWLEDGMENTS = 1 << 2,
52 HANDSHAKE_SENDONLY = 0x80
61 const EID getEID()
const;