Navigation


Changeset 225:07e5914b48f7 in freeDiameter for freeDiameter/p_ce.c


Ignore:
Timestamp:
Feb 26, 2010, 11:19:23 AM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Comment to solve a possible race condition later

File:
1 edited

Legend:

Unmodified
Added
Removed
  • freeDiameter/p_ce.c

    r162 r225  
    814814        CHECK_FCT( add_CE_info(msg, peer->p_cnxctx, isi & PI_SEC_TLS_OLD, isi & PI_SEC_NONE) );
    815815        CHECK_FCT( fd_out_send(&msg, peer->p_cnxctx, peer) );
     816        TODO("In case of SCTP, broadcast the CEA over all streams so that further messages cannot be delivered before the CEA?");
    816817       
    817818        /* Handshake if needed */
Note: See TracChangeset for help on using the changeset viewer.