aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_channel.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-12-11 19:01:29 +0000
committerBart Polot <bart@net.in.tum.de>2014-12-11 19:01:29 +0000
commitdcc098d1fdefcb74bed0a6ff6f81347500367ab6 (patch)
treec4926c57ab59ab84b42deef8bd2005aab0c6a747 /src/cadet/gnunet-service-cadet_channel.c
parent7fdfc20de5ff3021c8e4055672ccfc3a8bd2ed50 (diff)
downloadgnunet-dcc098d1fdefcb74bed0a6ff6f81347500367ab6.tar.gz
gnunet-dcc098d1fdefcb74bed0a6ff6f81347500367ab6.zip
- proper CADET overhead
Diffstat (limited to 'src/cadet/gnunet-service-cadet_channel.c')
-rw-r--r--src/cadet/gnunet-service-cadet_channel.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cadet/gnunet-service-cadet_channel.c b/src/cadet/gnunet-service-cadet_channel.c
index 14677c96c..74186310a 100644
--- a/src/cadet/gnunet-service-cadet_channel.c
+++ b/src/cadet/gnunet-service-cadet_channel.c
@@ -737,7 +737,7 @@ channel_retransmit_message (void *cls,
737 copy = rel->head_sent; 737 copy = rel->head_sent;
738 if (NULL == copy) 738 if (NULL == copy)
739 { 739 {
740 GNUNET_break (0); 740 GNUNET_break (0); // FIXME tripped in rps testcase
741 return; 741 return;
742 } 742 }
743 743
@@ -1778,6 +1778,8 @@ GCCH_handle_local_data (struct CadetChannel *ch,
1778/** 1778/**
1779 * Handle a channel destroy requested by a client. 1779 * Handle a channel destroy requested by a client.
1780 * 1780 *
1781 * TODO: add "reason" field
1782 *
1781 * Destroy the channel and the tunnel in case this was the last channel. 1783 * Destroy the channel and the tunnel in case this was the last channel.
1782 * 1784 *
1783 * @param ch Channel. 1785 * @param ch Channel.