Initialize the sliding window and the retransmission time parameters of each network node.
[S,R] = NL_I_TCPNetworkInit(N,Sm,Rm)
Network size.
Minimum sliding window value.
Minimum retransmission time value.
Sliding window of each network node.
Retransmission time of each network node.
NL_I_TCPNetworkInit initializes the sliding window S and the retransmission time R parameters of each network node. represents the minimum sliding window value.
is the minimum retransmission time value.