- ack function
[oweals/gnunet.git] / src / mesh / mesh_protocol.h
index 37f2ffb72dbd72faf33375c2f9d152fc0fdc49d0..c21d101100d974000483b2b4dba10fde4df6dde7 100644 (file)
@@ -210,13 +210,10 @@ struct GNUNET_MESH_ACK
   struct GNUNET_PeerIdentity oid;
 
     /**
-     * Sender of the message.
+     * Maximum packet ID authorized.
      */
-  struct GNUNET_PeerIdentity sender;
+  uint32_t pid;
 
-    /**
-     * Payload follows
-     */
 };
 
 /**