<< NARVAL_I_TcpSlidingWind NARVAL NARVAL_I_UdpPacketIntra >>

NARVAL >> NARVAL > NARVAL_I_TcpStartPar

NARVAL_I_TcpStartPar

Initialize the sliding window and the retransmission time parameters of each network node.

Calling Sequence

[swi,rti] = NARVAL_I_TcpStartPar(n,swmin,rtmin)

Parameters

n :

network size.

swmin :

minimum sliding window value.

rtmin :

minimum retransmission time value.

swi :

sliding window of each network node.

rti :

retransmission time of each network node.

Description

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.

Examples

n=100;//network size
swmin=1;//initial sliding window
rtmin=1;//initial retransmission time
[swi,rti]=NARVAL_I_TcpStartPar(n,swmin,rtmin);//application of NARVAL_I_TcpStartPar
swi
rti

Authors

Foued Melakessou

Contact

Dr. Foued Melakessou

Research Associate

Interdisciplinary Centre for Security, Reliability and Trust

Room F106

University of Luxembourg

6, rue Coudenhove Kalergi

L-1359 Luxembourg-Kirchberg

E-mail: foued.melakessou@uni.lu

Tel: (+352) 46 66 44 5346

Home Page


<< NARVAL_I_TcpSlidingWind NARVAL NARVAL_I_UdpPacketIntra >>