new operation queue for limiting overlay connects
[oweals/gnunet.git] / src / transport / transport.h
index 3cca8e268f75fec5bfbb32692d2423bc07d84641..338783585f628b30ca80fed7b035b759b880fe95 100644 (file)
@@ -262,6 +262,18 @@ struct SendOkMessage
    */
   uint32_t success GNUNET_PACKED;
 
+
+  /**
+   * Size of message sent
+   */
+  uint32_t bytes_msg GNUNET_PACKED;
+
+  /**
+   * Size of message sent over wire
+   * Includes plugin and protocol specific overhead
+   */
+  uint32_t bytes_physical GNUNET_PACKED;
+
   /**
    * Latency estimate.
    */