gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 03/05: mq/prio-prefs: Rename pref:goodput to pref:good-t


From: gnunet
Subject: [gnunet-scheme] 03/05: mq/prio-prefs: Rename pref:goodput to pref:good-throughput.
Date: Mon, 07 Feb 2022 15:22:29 +0100

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 91459b089d9db14fa2422f5f9ca5f7d7896cfeeb
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Sun Feb 6 14:27:38 2022 +0000

    mq/prio-prefs: Rename pref:goodput to pref:good-throughput.
    
    * gnu/gnunet/mq/prio-prefs2.scm
      (priority-preference)[pref:goodput]: Rename to ...
      (priority-preference)[pref:good-throughput] ... this.
    * gnu/gnunet/mq/prio-prefs (prio-prefs:prefs): Adjust to new name.
---
 gnu/gnunet/mq/prio-prefs.scm  | 2 +-
 gnu/gnunet/mq/prio-prefs2.scm | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/gnunet/mq/prio-prefs.scm b/gnu/gnunet/mq/prio-prefs.scm
index ced57d4..babcf37 100644
--- a/gnu/gnunet/mq/prio-prefs.scm
+++ b/gnu/gnunet/mq/prio-prefs.scm
@@ -72,7 +72,7 @@ enum values.  The priority bits are ignored."
               (bit pref:unreliable
                    pref:low-latency
                    pref:cork-allowed
-                   pref:goodput
+                   pref:good-throughput
                    pref:out-of-order))))
 
     ;; Bit mask to apply to extract the priority bits.
diff --git a/gnu/gnunet/mq/prio-prefs2.scm b/gnu/gnunet/mq/prio-prefs2.scm
index 61def3f..5bc2eb5 100644
--- a/gnu/gnunet/mq/prio-prefs2.scm
+++ b/gnu/gnunet/mq/prio-prefs2.scm
@@ -84,8 +84,7 @@ with other messages into a larger transmission with less
 per-message overhead.")
        (index 6))
        (value
-       (symbol pref:goodput)
-       ;; FIXME maybe rename to pref:good-throughput
+       (symbol pref:good-throughput)
        (documentation
         "Flag to indicate that high bandwidth is desired. This flag
 indicates that the method chosen for transmission should focus on

-- 
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]