ソースを参照

added retransmission timer reset on cancel.

Raphael Coeffic 19 年 前
コミット
75108e9335
1 ファイル変更2 行追加0 行削除
  1. 2 0
      modules/tm/t_cancel.c

+ 2 - 0
modules/tm/t_cancel.c

@@ -95,6 +95,8 @@ void cancel_branch( struct cell *t, int branch )
 	}
 	}
 #	endif
 #	endif
 
 
+	stop_rb_timers( irb );
+
 	if (t->uac[branch].last_received < 100) {
 	if (t->uac[branch].last_received < 100) {
 		DBG("DEBUG: cancel_branch: no response ever received: "
 		DBG("DEBUG: cancel_branch: no response ever received: "
 		    "giving up on cancel\n");
 		    "giving up on cancel\n");