Networking Forums

Networking Forums > Computer Networking > Linux Networking > Network timeout estimation Options

Reply
Thread Tools Display Modes

Network timeout estimation Options

 
 
dondora
Guest
Posts: n/a

 
      11-17-2007, 08:28 AM
Hi there.

I need your help.
I'm coding a simple program which provides reliable transmission
using
udp as a homework.
I'm going to use expressions used in TCP timeout estimation.
Let me show those expressions.


EstimatedRTT = (1 - a) * EstimatedRTT + a * SampleRTT
(the recommended a = 0.125)
DevRTT = (1 - b) * DevRTT + b * |SampleRTT - EstimatedRTT|
(the recommended b = 0.25)
TimeoutInterval = EstimatedRTT + 4 * DevRTT


What I really want is TimeoutInterval. But to get it, I have to know
EstimatedRTT and DevRTT,
and the real problem is at initial time, at which time nothing has
done like sening a packet and receiving a ACK)
I don't know what EstimatedRTT is to be and what DevRTT is to be.


Can you help me to solve this problem? I'll appreciate that. I really
need your help~!~! please~!~!
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
White Paper: Automated Sound Quality Estimation sevanafi@gmail.com Broadband 0 02-22-2009 01:44 PM
Configure ARP-Request-Timeout? (NOT Cache-Timeout!) Mario lzteM Linux Networking 0 07-28-2008 09:41 AM
cross and auto correlation timing estimation.... Meta Wireless Internet 0 11-18-2006 05:44 PM
BB Download estimation Proteus Broadband 13 08-10-2005 03:45 PM
problem with NFS timeout options Tasos Kotaras Linux Networking 1 06-08-2005 08:11 AM



1 2 3 4 5 6 7 8 9 10 11