projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51ac8f0
)
removed channel attributes
author
t3sserakt
<t3ss@posteo.de>
Tue, 25 Jun 2019 16:53:52 +0000
(18:53 +0200)
committer
t3sserakt
<t3ss@posteo.de>
Tue, 25 Jun 2019 22:15:31 +0000
(
00:15
+0200)
src/cadet/gnunet-service-cadet_channel.c
patch
|
blob
|
history
diff --git
a/src/cadet/gnunet-service-cadet_channel.c
b/src/cadet/gnunet-service-cadet_channel.c
index 4136dd5dd02771f20cff2df151867c1fbde5ee74..6e3f6ee5e6d8569e501d55034e78854b5090d94c 100644
(file)
--- 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?
*/