aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-10-18 15:40:57 +0000
committerBart Polot <bart@net.in.tum.de>2011-10-18 15:40:57 +0000
commitb85bde32b7786ea6d162904cf28dd15c18504d72 (patch)
tree2e3db696debbab4bbd77278ce089faf1fd479baf /src/include
parent406d0c278e3c97456189bc49bc44dd0c5c9b7198 (diff)
downloadgnunet-b85bde32b7786ea6d162904cf28dd15c18504d72.tar.gz
gnunet-b85bde32b7786ea6d162904cf28dd15c18504d72.zip
Change keepalive packets to explicit message type number
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index d61192710..d65a91911 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -825,6 +825,11 @@ extern "C"
825#define GNUNET_MESSAGE_TYPE_MESH_PATH_ACK 263 825#define GNUNET_MESSAGE_TYPE_MESH_PATH_ACK 263
826 826
827/** 827/**
828 * Avoid path timeouts
829 */
830#define GNUNET_MESSAGE_TYPE_MESH_PATH_KEEPALIVE 264
831
832/**
828 * We need flow control 833 * We need flow control
829 */ 834 */
830#define GNUNET_MESSAGE_TYPE_MESH_SPEED_NOTIFY 270 835#define GNUNET_MESSAGE_TYPE_MESH_SPEED_NOTIFY 270