课程中会用到的符号 m Number of training examples 训练样本的数量 x’s “input” variable / features 输入特征 y’s “output” variable /"target"variable 输出变量 (x,y) one training example 一个训练样本 (x^ (i),y^ (i) ) 第i个训练样本,i不…
这里主要说的是TCP拥塞情况下的状态状态处理
/* Process an event, which can update packets-in-flight not trivially.* Main goal of this function is to calculate new estimate for left_out,* taking into account both packets sitting in receivers buffer and* pack…