[hipl-commit] [trunk] Rev 4018: Updated doxygen for test/conntest-client-hip.c

  • From: Miika Komu <miika@xxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Thu, 18 Mar 2010 20:23:32 +0200

Committer: Miika Komu <miika@xxxxxx>
Date: 18/03/2010 at 20:23:31
Revision: 4018
Revision-id: miika@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Updated doxygen for test/conntest-client-hip.c

Modified:
  M  test/conntest-client-hip.c

=== modified file 'test/conntest-client-hip.c'
--- test/conntest-client-hip.c  2010-03-09 18:26:22 +0000
+++ test/conntest-client-hip.c  2010-03-18 18:23:30 +0000
@@ -1,9 +1,17 @@
 /** @file
- * A test client for testing connection between hosts. Use this in context
- * with conntest-server. "gai" stands for "give all information" :D
+ *
+ * Distributed under <a 
href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>.
+ *
+ * A test client for testing connection between hosts very much
+ * similar to nc and nc6. The main difference is that this client can
+ * actually handle multihoming properly. Use this in context with
+ * conntest-server for testing HIP connectivity or non-HIP connectivity
+ * (see the manual for examples). When testing HIP connectivity,
+ * you have either have the HITs/LSIs overloaded in /etc/hosts file or
+ * use the DNS proxy (see the manual).
  *
  * @author  Lauri Silvennoinen
- * @note    Distributed under <a 
href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>.
+ * @author  Miika Komu <miika@xxxxxx>
  */
 
 /* required for s6_addr32 */

Other related posts:

  • » [hipl-commit] [trunk] Rev 4018: Updated doxygen for test/conntest-client-hip.c - Miika Komu