gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet-scheme] 13/16: cadet/client: Handle 'resend-old-operations!'.


From: gnunet
Subject: [gnunet-scheme] 13/16: cadet/client: Handle 'resend-old-operations!'.
Date: Wed, 27 Jul 2022 00:21:23 +0200

This is an automated email from the git hooks/post-receive script.

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit 1dbcc717afe68d45c21f9d8077ffc8feb7d2308e
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Sun Jul 24 11:59:41 2022 +0200

    cadet/client: Handle 'resend-old-operations!'.
    
    * gnu/gnunet/cadet/client.scm (reconnect)[control*]{resend-old-operations}:
      New case.
---
 gnu/gnunet/cadet/client.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/gnunet/cadet/client.scm b/gnu/gnunet/cadet/client.scm
index cc269d3..9b95aab 100644
--- a/gnu/gnunet/cadet/client.scm
+++ b/gnu/gnunet/cadet/client.scm
@@ -170,6 +170,10 @@
             (send-local-channel-create! mq channel)
             (control next-free-channel-number)))
          (('close-channel! channel) TODO)
+         (('resend-old-operations!)
+          ;; TODO: no operations and no channels are implemented yet,
+          ;; so for now nothing can be done.
+          (continue))
          (('lost . lost)
           (let loop ((lost lost))
             (match lost

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]