aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-03 15:00:26 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-03 15:00:26 +0000
commit7ae7229d2de6a6ef842634265847a46ac46f8c5c (patch)
treea06bd988dccc8fc26addac2a4b3d3133c5c71b25 /src/transport/transport.h
parent26ec3709bd1283f8cbb70e33043f69326285eb1e (diff)
downloadgnunet-7ae7229d2de6a6ef842634265847a46ac46f8c5c.tar.gz
gnunet-7ae7229d2de6a6ef842634265847a46ac46f8c5c.zip
fix 1821: only send payload to transport clients that care
Diffstat (limited to 'src/transport/transport.h')
-rw-r--r--src/transport/transport.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/transport/transport.h b/src/transport/transport.h
index 5bc4bad2b..66f40cd06 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -75,9 +75,11 @@ struct StartMessage
75 struct GNUNET_MessageHeader header; 75 struct GNUNET_MessageHeader header;
76 76
77 /** 77 /**
78 * Should the 'self' field be checked? 78 * 0: no options
79 * 1: The 'self' field should be checked
80 * 2: this client is interested in payload traffic
79 */ 81 */
80 uint32_t do_check; 82 uint32_t options;
81 83
82 /** 84 /**
83 * Identity we think we have. If it does not match, the 85 * Identity we think we have. If it does not match, the