aboutsummaryrefslogtreecommitdiff
path: root/gnu/gnunet/mq-impl/stream.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/gnunet/mq-impl/stream.scm')
-rw-r--r--gnu/gnunet/mq-impl/stream.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/gnunet/mq-impl/stream.scm b/gnu/gnunet/mq-impl/stream.scm
index 92715da..ae79ae1 100644
--- a/gnu/gnunet/mq-impl/stream.scm
+++ b/gnu/gnunet/mq-impl/stream.scm
@@ -1,5 +1,5 @@
1;; This file is part of scheme-GNUnet. 1;; This file is part of scheme-GNUnet.
2;; Copyright (C) 2021 Maxime Devos 2;; Copyright (C) 2021 GNUnet e.V.
3;; 3;;
4;; scheme-GNUnet is free software: you can redistribute it and/or modify it 4;; scheme-GNUnet is free software: you can redistribute it and/or modify it
5;; under the terms of the GNU Affero General Public License as published 5;; under the terms of the GNU Affero General Public License as published
@@ -171,8 +171,7 @@ returns. This is detected with the @code{EPIPE} error, so don't block
171@code{SIGPIPE} signals. 171@code{SIGPIPE} signals.
172 172
173TODO: detect it has been closed even when not actually writing, 173TODO: detect it has been closed even when not actually writing,
174with EPOLLERR -- needs fibers support. 174with EPOLLERR -- needs fibers support."
175TODO: closing, destroying @var{mq}, @var{output}."
176 (define (one-by-one-proc ev) 175 (define (one-by-one-proc ev)
177 (write-envelope! output ev)) 176 (write-envelope! output ev))
178 (define send-round 177 (define send-round