From 1efa5f25a04093f1d74e953ae2f2841768334edd Mon Sep 17 00:00:00 2001 From: t3sserakt Date: Tue, 25 Jun 2019 18:53:52 +0200 Subject: 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? */ -- cgit v1.2.3