Initialize the sliding window and the retransmission time parameters of each network node.
[swi,rti]=NARVAL_I_TcpStartPar(n,swmin,rtmin)
network size.
minimum sliding window value.
minimum retransmission time value.
sliding window of each network node.
retransmission time of each network node.
NARVAL_I_TcpStartPar initializes the sliding window swi and the retransmission time rti parameters of each network node. swmin represents the minimum sliding window value. rtmin is the minimum retransmission time value.