diff freeDiameter/sctp.c @ 75:e6bf3e262e49

Added comment about a bug
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 01 Dec 2009 14:18:05 +0900
parents f09247048015
children 33d8bed6a9d7
line wrap: on
line diff
--- a/freeDiameter/sctp.c	Tue Dec 01 14:14:34 2009 +0900
+++ b/freeDiameter/sctp.c	Tue Dec 01 14:18:05 2009 +0900
@@ -739,6 +739,11 @@
 #else /* SCTP_CONNECTX_4_ARGS */
 	CHECK_SYS_DO( sctp_connectx(*sock, sar.sa, count), { ret = errno; goto fail; } );
 #endif /* SCTP_CONNECTX_4_ARGS */
+	
+	/*****************
+	 BUG : received "EINVAL" at reconnection attempt... Should probably filter a little what is in list ! 
+	 *****************/
+	
 	free(sar.buf); sar.buf = NULL;
 	
 	/* Set the remaining sockopts */
"Welcome to our mercurial repository"