aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorPhilipp Tölke <toelke@in.tum.de>2011-05-07 12:50:52 +0000
committerPhilipp Tölke <toelke@in.tum.de>2011-05-07 12:50:52 +0000
commitf9d3867c01ad8769c3c8a3c8b317cc0b5b47ffbd (patch)
treee502021e190df1ec2e98604693d20b4def62c634 /src/include
parent8b16edf8dd01fc6833ec70be4f3aad9e18a6aafd (diff)
downloadgnunet-f9d3867c01ad8769c3c8a3c8b317cc0b5b47ffbd.tar.gz
gnunet-f9d3867c01ad8769c3c8a3c8b317cc0b5b47ffbd.zip
send packets to remote hosts
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 38d9713a5..e6099dfd8 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -699,6 +699,26 @@ extern "C"
699 */ 699 */
700#define GNUNET_MESSAGE_TYPE_SERVICE_TCP_BACK 189 700#define GNUNET_MESSAGE_TYPE_SERVICE_TCP_BACK 189
701 701
702/**
703 * Type of messages containing an UDP packet for a remote host
704 */
705#define GNUNET_MESSAGE_TYPE_REMOTE_UDP 190
706
707/**
708 * Type of messages containing an UDP packet from a remote host
709 */
710#define GNUNET_MESSAGE_TYPE_REMOTE_UDP_BACK 191
711
712/**
713 * Type of messages containing an TCP packet for a remote host
714 */
715#define GNUNET_MESSAGE_TYPE_REMOTE_TCP 192
716
717/**
718 * Type of messages containing an TCP packet from a remote host
719 */
720#define GNUNET_MESSAGE_TYPE_REMOTE_TCP_BACK 193
721
702 722
703/** 723/**
704 * Type of messages between the gnunet-wlan-helper and the daemon 724 * Type of messages between the gnunet-wlan-helper and the daemon