gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2221 - in GNUnet/src/applications: pingpong session


From: durner
Subject: [GNUnet-SVN] r2221 - in GNUnet/src/applications: pingpong session
Date: Sun, 30 Oct 2005 10:20:29 -0800 (PST)

Author: durner
Date: 2005-10-30 10:20:24 -0800 (Sun, 30 Oct 2005)
New Revision: 2221

Modified:
   GNUnet/src/applications/pingpong/pingpong.c
   GNUnet/src/applications/session/connect.c
Log:
Send all PINGs and PONGs with maximum priority

Modified: GNUnet/src/applications/pingpong/pingpong.c
===================================================================
--- GNUnet/src/applications/pingpong/pingpong.c 2005-10-30 18:11:41 UTC (rev 
2220)
+++ GNUnet/src/applications/pingpong/pingpong.c 2005-10-30 18:20:24 UTC (rev 
2221)
@@ -417,7 +417,7 @@
   } else {
     coreAPI->unicast(receiver,
                     &pmsg->header,
-                    0,
+                    EXTREME_PRIORITY,
                     0);
     if (stats != NULL)
       stats->change(stat_ciphertextPingSent, 1);

Modified: GNUnet/src/applications/session/connect.c
===================================================================
--- GNUnet/src/applications/session/connect.c   2005-10-30 18:11:41 UTC (rev 
2220)
+++ GNUnet/src/applications/session/connect.c   2005-10-30 18:20:24 UTC (rev 
2221)
@@ -625,7 +625,7 @@
       ping->type = htons(p2p_PROTO_PONG);
       coreAPI->unicast(sender,
                       ping,
-                      0,
+                      EXTREME_PRIORITY,
                       0);
     }
   } else {





reply via email to

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