TCPTV_MSL
int tcp_msl = (TCPTV_MSL / PR_SLOWHZ);
tp->t_msl = tcp_msl_loop ? tcp_msl_loop : (TCPTV_MSL >> 2);
tp->t_msl = tcp_msl_local ? tcp_msl_local : (TCPTV_MSL >> 1);
tp->t_msl = tcp_msl_local ? tcp_msl_local : (TCPTV_MSL >> 1);
tp->t_msl = tcp_msl_remote ? tcp_msl_remote : TCPTV_MSL;
tp->t_msl = tcp_msl_loop ? tcp_msl_loop : (TCPTV_MSL >> 2);
tp->t_msl = tcp_msl_local ? tcp_msl_local : (TCPTV_MSL >> 1);
tp->t_msl = tcp_msl_local ? tcp_msl_local : (TCPTV_MSL >> 1);
tp->t_msl = tcp_msl_remote ? tcp_msl_remote : TCPTV_MSL;
int tcp_msl_remote = TCPTV_MSL; /* MSL otherwise */
tp->t_msl = TCPTV_MSL;
return tcp_msl_remote ? tcp_msl_remote : (TCPTV_MSL >> 0);
return tcp_msl_local ? tcp_msl_local : (TCPTV_MSL >> 1);
return tcp_msl_loop ? tcp_msl_loop : (TCPTV_MSL >> 2);
if (msl <= (tcp_msl_loop ? tcp_msl_loop : (TCPTV_MSL >> 2)))
if (msl <= (tcp_msl_local ? tcp_msl_local : (TCPTV_MSL >> 1)))
, TCPTV_MSL