aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-10-16 13:25:39 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-10-16 13:25:39 +0000
commit7c6e0bd5902d4ea469e793cba73f7116ff82292d (patch)
treedaa17a1cc0c8917d2d7afce7c6e2ecb998cf2da1 /src/transport/transport.h
parent306b7db80adac0ef62955f2264ee0cbdc5982ed8 (diff)
downloadgnunet-7c6e0bd5902d4ea469e793cba73f7116ff82292d.tar.gz
gnunet-7c6e0bd5902d4ea469e793cba73f7116ff82292d.zip
changes
Diffstat (limited to 'src/transport/transport.h')
-rw-r--r--src/transport/transport.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/transport/transport.h b/src/transport/transport.h
index 3cca8e268..338783585 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -262,6 +262,18 @@ struct SendOkMessage
262 */ 262 */
263 uint32_t success GNUNET_PACKED; 263 uint32_t success GNUNET_PACKED;
264 264
265
266 /**
267 * Size of message sent
268 */
269 uint32_t bytes_msg GNUNET_PACKED;
270
271 /**
272 * Size of message sent over wire
273 * Includes plugin and protocol specific overhead
274 */
275 uint32_t bytes_physical GNUNET_PACKED;
276
265 /** 277 /**
266 * Latency estimate. 278 * Latency estimate.
267 */ 279 */