removed channel attributes
authort3sserakt <t3ss@posteo.de>
Tue, 25 Jun 2019 16:53:52 +0000 (18:53 +0200)
committert3sserakt <t3ss@posteo.de>
Tue, 25 Jun 2019 22:15:31 +0000 (00:15 +0200)
src/cadet/gnunet-service-cadet_channel.c

index 4136dd5dd02771f20cff2df151867c1fbde5ee74..6e3f6ee5e6d8569e501d55034e78854b5090d94c 100644 (file)
@@ -354,21 +354,6 @@ struct CadetChannel
    */
   unsigned int skip_ack_series;
 
-  /**
-   * Is the tunnel bufferless (minimum latency)?
-   */
-  int nobuffer;
-
-  /**
-   * Is the tunnel reliable?
-   */
-  int reliable;
-
-  /**
-   * Is the tunnel out-of-order?
-   */
-  int out_of_order;
-
   /**
    * Is this channel a loopback channel, where the destination is us again?
    */