aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorPhilipp Tölke <toelke@in.tum.de>2011-03-14 15:16:29 +0000
committerPhilipp Tölke <toelke@in.tum.de>2011-03-14 15:16:29 +0000
commit85196cb7eec16cf4888fc26759c80e6f76eebd9f (patch)
treedaa9182db7141ca0747c0db796f0067865783457 /src/include
parentf934fdb1b54cc25c3524f76460937a65fd43edeb (diff)
downloadgnunet-85196cb7eec16cf4888fc26759c80e6f76eebd9f.tar.gz
gnunet-85196cb7eec16cf4888fc26759c80e6f76eebd9f.zip
prepare for tcp
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 29657ff08..c5b78e4f0 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -684,6 +684,16 @@ extern "C"
684 */ 684 */
685#define GNUNET_MESSAGE_TYPE_SERVICE_UDP_BACK 187 685#define GNUNET_MESSAGE_TYPE_SERVICE_UDP_BACK 187
686 686
687/**
688 * Type of messages containing an TCP packet for a service
689 */
690#define GNUNET_MESSAGE_TYPE_SERVICE_TCP 188
691
692/**
693 * Type of messages containing an TCP packet from a service
694 */
695#define GNUNET_MESSAGE_TYPE_SERVICE_TCP_BACK 189
696
687 697
688/** 698/**
689 * Type of messages between the gnunet-wlan-helper and the daemon 699 * Type of messages between the gnunet-wlan-helper and the daemon