changeset 225:07e5914b48f7

Comment to solve a possible race condition later
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 26 Feb 2010 11:19:23 +0900
parents 3caac3cd359d
children 406f74f0789b
files freeDiameter/p_ce.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/freeDiameter/p_ce.c	Tue Feb 23 17:19:22 2010 +0900
+++ b/freeDiameter/p_ce.c	Fri Feb 26 11:19:23 2010 +0900
@@ -813,6 +813,7 @@
 	CHECK_FCT( fd_msg_rescode_set(msg, "DIAMETER_SUCCESS", NULL, NULL, 0 ) );
 	CHECK_FCT( add_CE_info(msg, peer->p_cnxctx, isi & PI_SEC_TLS_OLD, isi & PI_SEC_NONE) );
 	CHECK_FCT( fd_out_send(&msg, peer->p_cnxctx, peer) );
+	TODO("In case of SCTP, broadcast the CEA over all streams so that further messages cannot be delivered before the CEA?");
 	
 	/* Handshake if needed */
 	if (isi & PI_SEC_TLS_OLD) {
"Welcome to our mercurial repository"