Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
freediameter
Commits
0106e683
Commit
0106e683
authored
Feb 26, 2010
by
Sebastien Decugis
Browse files
Comment to solve a possible race condition later
parent
1bd769ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
freeDiameter/p_ce.c
View file @
0106e683
...
...
@@ -813,6 +813,7 @@ int fd_p_ce_process_receiver(struct fd_peer * peer)
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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment