gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1187 - GNUnet/src/applications/pingpong


From: grothoff
Subject: [GNUnet-SVN] r1187 - GNUnet/src/applications/pingpong
Date: Fri, 1 Jul 2005 06:11:01 -0700 (PDT)

Author: grothoff
Date: 2005-07-01 06:10:58 -0700 (Fri, 01 Jul 2005)
New Revision: 1187

Modified:
   GNUnet/src/applications/pingpong/pingpong.c
Log:
pongprio

Modified: GNUnet/src/applications/pingpong/pingpong.c
===================================================================
--- GNUnet/src/applications/pingpong/pingpong.c 2005-07-01 13:07:56 UTC (rev 
1186)
+++ GNUnet/src/applications/pingpong/pingpong.c 2005-07-01 13:10:58 UTC (rev 
1187)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2003 Christian Grothoff (and other contributing authors)
+     (C) 2001, 2002, 2003, 2005 Christian Grothoff (and other contributing 
authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -134,7 +134,7 @@
     stats->change(stat_pingReceived, 1);
   coreAPI->unicast(sender,
                   &pmsg->header,
-                  0,
+                  EXTREME_PRIORITY,
                   0); /* send now! */
   if (stats != NULL)
     stats->change(stat_pongSent, 1);





reply via email to

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