[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r4308 - GNUnet/src/server
From: |
grothoff |
Subject: |
[GNUnet-SVN] r4308 - GNUnet/src/server |
Date: |
Fri, 19 Jan 2007 10:46:08 -0800 (PST) |
Author: grothoff
Date: 2007-01-19 10:46:06 -0800 (Fri, 19 Jan 2007)
New Revision: 4308
Modified:
GNUnet/src/server/connection.h
Log:
fx
Modified: GNUnet/src/server/connection.h
===================================================================
--- GNUnet/src/server/connection.h 2007-01-19 06:06:57 UTC (rev 4307)
+++ GNUnet/src/server/connection.h 2007-01-19 18:46:06 UTC (rev 4308)
@@ -32,9 +32,9 @@
#include "gnunet_fragmentation_service.h"
/**
- * @brief General message header for all encrypted peer-to-peer
- * messages. This is the format that handler(.c) expects after
- * decrypting the message. It provides a timestamp and sequence
+ * @brief General packet header for all encrypted peer-to-peer
+ * packets. This is the format that handler(.c) expects after
+ * decrypting the packet. It provides a timestamp and sequence
* number (to guard against replay attacks). The header is followed
* by the 'data' which contains a sequence of GNUnet p2p messages,
* each with its own MESSAGE_HEADER.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r4308 - GNUnet/src/server,
grothoff <=