aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-02-24 18:07:42 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-02-24 18:10:11 +0100
commitebabb581efd0516a80b4d649e0dea852f46329f5 (patch)
tree0855e6436e2a1ffb3548fc798b602cafea55044e /src/include
parent592b43fdf3f3572892f4095808daf22010469d0b (diff)
downloadgnunet-ebabb581efd0516a80b4d649e0dea852f46329f5.tar.gz
gnunet-ebabb581efd0516a80b4d649e0dea852f46329f5.zip
always send bigger set on full send
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index f478edd27..8822a6302 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1640,6 +1640,12 @@ extern "C"
1640 * Demand the whole element from the other 1640 * Demand the whole element from the other
1641 * peer, given only the hash code. 1641 * peer, given only the hash code.
1642 */ 1642 */
1643#define GNUNET_MESSAGE_TYPE_SET_UNION_P2P_REQUEST_FULL 565
1644
1645/**
1646 * Demand the whole element from the other
1647 * peer, given only the hash code.
1648 */
1643#define GNUNET_MESSAGE_TYPE_SET_UNION_P2P_DEMAND 566 1649#define GNUNET_MESSAGE_TYPE_SET_UNION_P2P_DEMAND 566
1644 1650
1645/** 1651/**