hxing typemap
[oweals/gnunet.git] / src / core / gnunet-service-core_sessions.c
index 3f97532bd634afb060ee2490626014bbee193747..e97954438229ca2591e304f5b8cb3b59bcf91fc6 100644 (file)
@@ -99,23 +99,6 @@ struct Session
    */
   unsigned int ats_count;
 
-  /**
-   * Bit map indicating which of the 32 sequence numbers before the last
-   * were received (good for accepting out-of-order packets and
-   * estimating reliability of the connection)
-   */
-  unsigned int last_packets_bitmap;
-
-  /**
-   * last sequence number received on this connection (highest)
-   */
-  uint32_t last_sequence_number_received;
-
-  /**
-   * last sequence number transmitted
-   */
-  uint32_t last_sequence_number_sent;
-
   /**
    * Available bandwidth in for this peer (current target).
    */