projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92cb20c
)
missing tcp data type
author
Nathan S. Evans
<evans@in.tum.de>
Thu, 21 Jan 2010 10:36:39 +0000
(10:36 +0000)
committer
Nathan S. Evans
<evans@in.tum.de>
Thu, 21 Jan 2010 10:36:39 +0000
(10:36 +0000)
src/include/gnunet_protocols.h
patch
|
blob
|
history
diff --git
a/src/include/gnunet_protocols.h
b/src/include/gnunet_protocols.h
index bb4ceb3dab868d48da1e6dce7fc5db69093a60d9..0925a1909657345ca2bfcd5cf24577d06c014a29 100644
(file)
--- a/
src/include/gnunet_protocols.h
+++ b/
src/include/gnunet_protocols.h
@@
-223,6
+223,10
@@
extern "C"
*/
#define GNUNET_MESSAGE_TYPE_TRANSPORT_TCP_WELCOME 40
+/**
+ * Welcome message between TCP transports.
+ */
+#define GNUNET_MESSAGE_TYPE_TRANSPORT_TCP_DATA 41
/**
* Initial setup message from core client to core.