diff include/freeDiameter/freeDiameter.h @ 42:f4d94bc65e1f

Some minor updates
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 19 Nov 2009 17:51:23 +0900
parents 68c1890f7049
children 2db15632a63d
line wrap: on
line diff
--- a/include/freeDiameter/freeDiameter.h	Thu Nov 19 17:50:48 2009 +0900
+++ b/include/freeDiameter/freeDiameter.h	Thu Nov 19 17:51:23 2009 +0900
@@ -247,7 +247,7 @@
 				   We have sent a CER on our initiated connection, and received a CER from the remote peer on another connection. Election.
 				   If we win the election, we must disconnect the initiated connection and send a CEA on the other => we go to OPEN state.
 				   If we lose, we disconnect the other connection (receiver) and fallback to WAITCEA state. */
-	STATE_OPEN_HANDSHAKE,	/* TLS Handshake and validation are in progress in open state -- we show the state because it can last a long time */
+	STATE_OPEN_HANDSHAKE,	/* TLS Handshake and validation are in progress in open state -- we use it only for debug purpose, it is never displayed */
 	
 	/* Failover state machine */
 	STATE_SUSPECT,		/* A DWR was sent and not answered within TwTime. Failover in progress. */
"Welcome to our mercurial repository"