aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 6d90f5265..a475ab4cc 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -848,27 +848,32 @@ extern "C"
848/** 848/**
849 * Set tunnel speed to slowest peer 849 * Set tunnel speed to slowest peer
850 */ 850 */
851#define GNUNET_MESSAGE_TYPE_MESH_LOCAL_TUNNEL_MIN 282 851#define GNUNET_MESSAGE_TYPE_MESH_LOCAL_TUNNEL_MIN 282
852 852
853/** 853/**
854 * Set tunnel speed to fastest peer 854 * Set tunnel speed to fastest peer
855 */ 855 */
856#define GNUNET_MESSAGE_TYPE_MESH_LOCAL_TUNNEL_MAX 283 856#define GNUNET_MESSAGE_TYPE_MESH_LOCAL_TUNNEL_MAX 283
857 857
858/** 858/**
859 * Set tunnel buffering on. 859 * Set tunnel buffering on.
860 */ 860 */
861#define GNUNET_MESSAGE_TYPE_MESH_LOCAL_TUNNEL_BUFFER 284 861#define GNUNET_MESSAGE_TYPE_MESH_LOCAL_TUNNEL_BUFFER 284
862 862
863/** 863/**
864 * Set tunnel buffering off. 864 * Set tunnel buffering off.
865 */ 865 */
866#define GNUNET_MESSAGE_TYPE_MESH_LOCAL_TUNNEL_NOBUFFER 285 866#define GNUNET_MESSAGE_TYPE_MESH_LOCAL_TUNNEL_NOBUFFER 285
867
868/**
869 * Local ACK for data.
870 */
871#define GNUNET_MESSAGE_TYPE_MESH_LOCAL_ACK 286
867 872
868/** 873/**
869 * 640kb should be enough for everybody 874 * 640kb should be enough for everybody
870 */ 875 */
871#define GNUNET_MESSAGE_TYPE_MESH_RESERVE_END 288 876#define GNUNET_MESSAGE_TYPE_MESH_RESERVE_END 299
872 877
873 878
874 879