diff src/stun.h @ 11829:4669e7461968

[gaim-migrate @ 14120] Regular comment changes. I'm sorry to force a big recompilation. It had to be done at some point, though, and I've tried to do this all in one day. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 26 Oct 2005 00:34:26 +0000
parents 9563b768e8e2
children 90d7e0f342fa
line wrap: on
line diff
--- a/src/stun.h	Wed Oct 26 00:33:21 2005 +0000
+++ b/src/stun.h	Wed Oct 26 00:34:26 2005 +0000
@@ -30,13 +30,17 @@
 /**************************************************************************/
 
 struct stun_nattype {
-	gint status;	// 0 - unknown (no STUN server reachable), 1 - discovering, 2 - discovered
-	gint type;	// 0 - public ip
-			// 1 - NAT (unknown type)
-			// 2 - full cone
-			// 3 - restricted cone
-			// 4 - port restricted cone
-			// 5 - symmetric
+	gint status;	/* 0 - unknown (no STUN server reachable) */
+			/* 1 - discovering                        */
+			/* 2 - discovered                         */
+
+	gint type;	/* 0 - public ip                          */
+			/* 1 - NAT (unknown type)                 */
+			/* 2 - full cone                          */
+			/* 3 - restricted cone                    */
+			/* 4 - port restricted cone               */
+			/* 5 - symmetric                          */
+
 	char publicip[16];
 };