Re: [Discuss-gnuradio] Calculating the delay of TCP link.

2013-05-02 Thread Mark McCarron
, Mark McCarron Date: Thu, 2 May 2013 11:17:45 -0700 From: engrsajjadsaf...@yahoo.com Subject: Re: [Discuss-gnuradio] Calculating the delay of TCP link. To: mark.mccar...@live.co.uk Actually i want to calculate the delay using the formula like Assuming all other factors as negligible.Here we have 1500

Re: [Discuss-gnuradio] Calculating the delay of TCP link.

2013-04-30 Thread Mark McCarron
figures will normally provide you with a robust service that exceeds expectation. Regards, Mark McCarron Date: Tue, 30 Apr 2013 12:40:07 -0700 From: engrsajjadsaf...@yahoo.com Subject: Re: [Discuss-gnuradio] Calculating the delay of TCP link. To: mark.mccar...@live.co.uk Hi,Is it any way to

Re: [Discuss-gnuradio] Calculating the delay of TCP link.

2013-04-30 Thread Marcus D. Leech
On 04/30/2013 03:40 PM, Sajjad Safdar wrote: Hi, Is it any way to calculate using the MTU size of TCP packet and the sampling rate, like a mathematical approach using formulas. Best Regards, SAJJAD SAFDAR Well, no, because you have to actually *measure* the delay. Any real IP network has

Re: [Discuss-gnuradio] Calculating the delay of TCP link.

2013-04-30 Thread Sajjad Safdar
: [Discuss-gnuradio] Calculating the delay of TCP link. Calculating delay is complex. If you just want to know the average time between hosts on an IP network, then use the Ping command.  It has a RTT value in ms.  Just remember that on a packet switched network, this can vary but is typically

Re: [Discuss-gnuradio] Calculating the delay of TCP link.

2013-04-29 Thread Mark McCarron
Apr 2013 12:01:57 -0700 From: engrsajjadsaf...@yahoo.com To: discuss-gnuradio@gnu.org Subject: [Discuss-gnuradio] Calculating the delay of TCP link. Hi,I am sending audio at 50 kHz sample rate via TCP sink from host A to other host B. The host B is connected via router in same network. How can i

Re: [Discuss-gnuradio] Calculating the delay of TCP link.

2013-04-29 Thread Mike Jameson
Hi Sajjad, Ignore the last message! TCP Traceroute is actually what you are after: http://michael.toren.net/code/tcptraceroute/ You will need to do a time to live of 1 Mike -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.com Web: http://scanoo.com On 29 April 2013 20:21, Mike Jameson wrot

Re: [Discuss-gnuradio] Calculating the delay of TCP link.

2013-04-29 Thread Mike Jameson
Hi Sajjad, Try tcping if ping doesn't do what you want: http://www.linuxco.de/tcping/tcping.html Mike -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.com Web: http://scanoo.com On 29 April 2013 20:01, Sajjad Safdar wrote: > Hi, > I am sending audio at 50 kHz sample rate via TCP sink from

[Discuss-gnuradio] Calculating the delay of TCP link.

2013-04-29 Thread Sajjad Safdar
Hi, I am sending audio at 50 kHz sample rate via TCP sink from host A to other host B. The host B is connected via router in same network. How can i calculate the time delay from host A to host B via this TCP link. Best Regards, SAJJAD SAFDAR ___ Discu