Open grandrew opened 8 years ago
4 chans
000358_2015.12.16-13.55
value affected: cwnd2
cwnd2
this happens only sometimes
int get_cwnd2() { return shm_conn_info->seq_counter[1] - shm_conn_info->write_buf[1].remote_lws; }
the problem is that shm_conn_info->write_buf[1].remote_lws fails to update
shm_conn_info->write_buf[1].remote_lws
4 chans
000358_2015.12.16-13.55
value affected:
cwnd2