浏览代码

sctp: update the cfg before handling notifications

Update the local config immediately after successfully reading
a message (before processing notifications, since some of the
notifications processing makes use of cfg values).
Andrei Pelinescu-Onciul 14 年之前
父节点
当前提交
5813703a79
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      sctp_server.c

+ 3 - 2
sctp_server.c

@@ -2460,6 +2460,9 @@ int sctp_rcv_loop()
 				continue; /* goto skip;*/
 			else goto error;
 		}
+		/* update the local config */
+		cfg_update();
+		
 		if (unlikely(msg.msg_flags & MSG_NOTIFICATION)){
 			/* intercept useful notifications */
 			sctp_handle_notification(bind_address, &ri.src_su, buf, len);
@@ -2518,8 +2521,6 @@ int sctp_rcv_loop()
 #ifdef USE_COMP
 		ri.comp=COMP_NONE;
 #endif
-		/* update the local config */
-		cfg_update();
 #ifdef SCTP_CONN_REUSE
 		if (likely(cfg_get(sctp, sctp_cfg, assoc_tracking) && sinfo)){
 			ri.proto_reserved1 = sctp_con_track(sinfo->sinfo_assoc_id,