aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;