diff options
author | t3sserakt <t3ss@posteo.de> | 2019-06-25 18:53:52 +0200 |
---|---|---|
committer | t3sserakt <t3ss@posteo.de> | 2019-06-26 00:15:31 +0200 |
commit | 1efa5f25a04093f1d74e953ae2f2841768334edd (patch) | |
tree | a7b9112c0e731ada405e03ddd2bd604a760b357b | |
parent | 51ac8f0d836806a499bdb8988d80380a78e736de (diff) |
removed channel attributes
-rw-r--r-- | src/cadet/gnunet-service-cadet_channel.c | 15 |
1 files changed, 0 insertions, 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 @@ -355,21 +355,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? */ int is_loopback; |