gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r13078 - gnunet/src/transport
Date: Fri, 24 Sep 2010 10:54:41 +0200

Author: grothoff
Date: 2010-09-24 10:54:41 +0200 (Fri, 24 Sep 2010)
New Revision: 13078

Modified:
   gnunet/src/transport/plugin_transport_wlan.c
Log:
stuff

Modified: gnunet/src/transport/plugin_transport_wlan.c
===================================================================
--- gnunet/src/transport/plugin_transport_wlan.c        2010-09-24 08:44:05 UTC 
(rev 13077)
+++ gnunet/src/transport/plugin_transport_wlan.c        2010-09-24 08:54:41 UTC 
(rev 13078)
@@ -192,16 +192,13 @@
   /**
    * encapsulation of the data
    */
-
   struct GNUNET_SERVER_MessageStreamTokenizer * datatoken;
 
   /**
    * peer mac address
    */
-
   char addr[6];
 
-
   /**
    * Address of the other peer (either based on our 'connect'
    * call or on our 'accept' call).
@@ -217,13 +214,11 @@
   /**
    * number of message, to distinguish between the messages
    */
-
   uint16_t message_num_in;
 
   /**
    * number of message, to distinguish between the messages
    */
-
   uint16_t message_num_out;
 
 
@@ -261,7 +256,6 @@
   /**
    * Cls for transmit_cont
    */
-
   void * transmit_cont_cls;
 
   /**
@@ -324,9 +318,9 @@
   uint32_t message_id GNUNET_PACKED;
 
   /**
-   * number of this fragment, for fragmentation/segmentation
+   * Offset or number of this fragment, for fragmentation/segmentation (design 
choice, TBD)
    */
-  uint16_t fragment_num GNUNET_PACKED;
+  uint16_t fragment_off_or_num GNUNET_PACKED;
 
   /**
    * CRC of fragment (for error checking)
@@ -885,7 +879,7 @@
  * @return GNUNET_YES if process was started, GNUNET_SYSERR on error
  */
 static int
-wlan_transport_start_wlan_helper(struct Plugin *plugin)
+wlan_transport_start_wlan_helper (struct Plugin *plugin)
 {
 
   plugin->server_stdout = GNUNET_DISK_pipe (GNUNET_YES, GNUNET_NO, GNUNET_YES);




reply via email to

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