From: t3sserakt Date: Tue, 25 Jun 2019 16:53:52 +0000 (+0200) Subject: removed channel attributes X-Git-Tag: v0.11.6~20^2~6 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1efa5f25a04093f1d74e953ae2f2841768334edd;p=oweals%2Fgnunet.git removed channel attributes --- 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? */