gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] 06/13: removed channel attributes


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 06/13: removed channel attributes
Date: Sun, 21 Jul 2019 20:27:49 +0200

This is an automated email from the git hooks/post-receive script.

t3sserakt pushed a commit to branch master
in repository gnunet.

commit 1efa5f25a04093f1d74e953ae2f2841768334edd
Author: t3sserakt <address@hidden>
AuthorDate: Tue Jun 25 18:53:52 2019 +0200

    removed channel attributes
---
 src/cadet/gnunet-service-cadet_channel.c | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/src/cadet/gnunet-service-cadet_channel.c 
b/src/cadet/gnunet-service-cadet_channel.c
index 4136dd5dd..6e3f6ee5e 100644
--- a/src/cadet/gnunet-service-cadet_channel.c
+++ b/src/cadet/gnunet-service-cadet_channel.c
@@ -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?
    */

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]