aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_channel.c
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2019-06-25 18:53:52 +0200
committert3sserakt <t3ss@posteo.de>2019-06-26 00:15:31 +0200
commit1efa5f25a04093f1d74e953ae2f2841768334edd (patch)
treea7b9112c0e731ada405e03ddd2bd604a760b357b /src/cadet/gnunet-service-cadet_channel.c
parent51ac8f0d836806a499bdb8988d80380a78e736de (diff)
downloadgnunet-1efa5f25a04093f1d74e953ae2f2841768334edd.tar.gz
gnunet-1efa5f25a04093f1d74e953ae2f2841768334edd.zip
removed channel attributes
Diffstat (limited to 'src/cadet/gnunet-service-cadet_channel.c')
-rw-r--r--src/cadet/gnunet-service-cadet_channel.c15
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
355 unsigned int skip_ack_series; 355 unsigned int skip_ack_series;
356 356
357 /** 357 /**
358 * Is the tunnel bufferless (minimum latency)?
359 */
360 int nobuffer;
361
362 /**
363 * Is the tunnel reliable?
364 */
365 int reliable;
366
367 /**
368 * Is the tunnel out-of-order?
369 */
370 int out_of_order;
371
372 /**
373 * Is this channel a loopback channel, where the destination is us again? 358 * Is this channel a loopback channel, where the destination is us again?
374 */ 359 */
375 int is_loopback; 360 int is_loopback;