max_rt_time
u32_t max_rt_time;
ttcp_st->max_rt_time =
if (ttcp_st->max_rt_time == 0) { /* GilR 9/19/2006 - TBD - currently FW does not handle the '0' case correctly. */
ttcp_st->max_rt_time = 0xffffffff;
__le32 max_rt_time /* This member specifies, in ms, the maximum time that the offload target should spend retransmitting a segment */;
__le32 max_rt_time;