gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r14342 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r14342 - gnunet/src/transport
Date: Fri, 4 Feb 2011 15:25:13 +0100

Author: nevans
Date: 2011-02-04 15:25:13 +0100 (Fri, 04 Feb 2011)
New Revision: 14342

Modified:
   gnunet/src/transport/plugin_transport_unix.c
Log:
doxygen

Modified: gnunet/src/transport/plugin_transport_unix.c
===================================================================
--- gnunet/src/transport/plugin_transport_unix.c        2011-02-04 13:43:04 UTC 
(rev 14341)
+++ gnunet/src/transport/plugin_transport_unix.c        2011-02-04 14:25:13 UTC 
(rev 14342)
@@ -698,7 +698,7 @@
  * @param plugin the main plugin for this transport
  * @param sender from which peer the message was received
  * @param currhdr pointer to the header of the message
- * @param sender_addr the address from which the message was received
+ * @param un the address from which the message was received
  * @param fromlen the length of the address
  */
 static void
@@ -743,7 +743,6 @@
   char buf[65536];
   struct UNIXMessage *msg;
   struct GNUNET_PeerIdentity sender;
-  //socklen_t fromlen;
   struct sockaddr_un un;
   socklen_t addrlen;
   ssize_t ret;




reply via email to

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