[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r4286 - GNUnet/src/applications/fs/ecrs
From: |
grothoff |
Subject: |
[GNUnet-SVN] r4286 - GNUnet/src/applications/fs/ecrs |
Date: |
Thu, 11 Jan 2007 00:13:26 -0800 (PST) |
Author: grothoff
Date: 2007-01-11 00:13:25 -0800 (Thu, 11 Jan 2007)
New Revision: 4286
Modified:
GNUnet/src/applications/fs/ecrs/uri.c
Log:
value was too small
Modified: GNUnet/src/applications/fs/ecrs/uri.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/uri.c 2007-01-11 08:09:35 UTC (rev
4285)
+++ GNUnet/src/applications/fs/ecrs/uri.c 2007-01-11 08:13:25 UTC (rev
4286)
@@ -279,7 +279,7 @@
&keyhash);
hash2enc(&loc->fi.chk.query,
&queryhash);
- n = 1024 + ntohs(loc->sas) * 2;
+ n = 2048 + ntohs(loc->sas) * 2;
peerId = bin2enc(&loc->peer,
sizeof(PublicKey));
peerSig = bin2enc(&loc->contentSignature,
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r4286 - GNUnet/src/applications/fs/ecrs,
grothoff <=