Hi All,<br><br>&nbsp;&nbsp;&nbsp; I was able to identify the size of the buffer in the Router&#39;s interface . It was found to be 2040&nbsp;&nbsp;  <br>&nbsp;&nbsp;&nbsp; bytes and the buffer management scheme used is FIFO .<br>&nbsp;&nbsp;&nbsp; Then based on this&nbsp; statement by&nbsp; Lachlan , I did the following tunings.
<br><br>&nbsp;&nbsp; &quot;&quot;<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <span style="color: rgb(255, 0, 0);" class="q">The general rule-of-thumb for Reno is that the send buffer should be<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at least twice the bandwidth*RTT.&nbsp;&nbsp;For BIC is is probably reduced to
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; about 120% of the BDP (because it reduces its window by a smaller
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; factor when there is a loss).&nbsp;&nbsp;The receive buffer should still be at<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; least equal to the BDP plus the router buffer.</span><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;&quot; 
<br>&nbsp;&nbsp; The tunings are as follows.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Send buffer = BDP + 120 % of&nbsp; BDP <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp; 921600&nbsp; + 184320&nbsp;  <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 1105920 bytes<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Receive buffer =&nbsp; BDP + Router&#39;s buffer size
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; =&nbsp;  921600 +&nbsp;  2040<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; =&nbsp; 923640 bytes<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp; After that I tried the same earlier experiments with iperf . I got a average throughput of&nbsp; 66
<br>&nbsp;&nbsp;&nbsp;&nbsp; Mbits/s .&nbsp; <br>&nbsp;<br>&nbsp;&nbsp;&nbsp;&nbsp; Next ,&nbsp; I tried some more tuning .&nbsp; I increased the the send&nbsp; buffer size to twice of BDP.<br>&nbsp;&nbsp; &nbsp; The receive buffer is same as earlier. This is according to what Lachlan suggested for TCP 
<br>&nbsp;&nbsp;&nbsp;&nbsp; Reno.<br>&nbsp;&nbsp;&nbsp;&nbsp; Based on these tunings , I got a throughput of average 78 Mbits/s&nbsp; using iperf. More improvement <br>&nbsp;&nbsp;&nbsp;&nbsp; but not fully utilise the link capacity.<br><br>&nbsp;&nbsp;&nbsp;&nbsp; But if I tune the window size to twice the size of BDP , I got&nbsp; a average throughput of
<br>&nbsp;&nbsp;&nbsp;&nbsp; around 88 Mbits/sec which I feel very much O.K for a 100 MBits/sec link . But it can be further <br>&nbsp;&nbsp;&nbsp; improved. Also , earlier, I have written in this mailing list that when I tuned the window size to twice <br>
&nbsp;&nbsp;&nbsp;&nbsp; of BDP , I was getting a throughput of 95 Mbits /s . That I was referring to the maximum <br>&nbsp;&nbsp;&nbsp; throughput .&nbsp; <br>&nbsp;&nbsp;&nbsp; For all these experiments, I was using BIC. <br><br>&nbsp;&nbsp;&nbsp;&nbsp; I also tried with the following tunings as suggested . But I didnot get any difference.
<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /sbin/ifconfig eth0 txqueuelen 1000<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /sbin/sysctl -w net.ipv4.tcp_adv_win_scale=3 <br><br>&nbsp;&nbsp;  <br>&nbsp;&nbsp;&nbsp; So , based on the result of all these experiments , I reach the following conclusion. 
<br><br style="font-weight: bold;"><span style="font-weight: bold;">&nbsp;&nbsp;</span><span style="font-style: italic;"> The </span><span class="q"><span style="font-style: italic;">receive buffer should&nbsp; be at least equal to the BDP plus the router buffer . 
</span><br style="font-style: italic;"><span style="font-style: italic;">&nbsp;&nbsp; The send buffer should be 20% more than BDP if you are using BIC. </span><br style="font-style: italic;"><span style="font-style: italic;">&nbsp;&nbsp; These tunings&nbsp; will&nbsp; probably try to utilise the maximum link capacity provided
</span><br style="font-style: italic;"><span style="font-style: italic;">&nbsp;&nbsp; the buffer size in&nbsp; the intermediate router is equal to the BDP. <br>&nbsp;&nbsp; This I cannot prove practically because it is not possible fot me to increase the buffer
<br><span style="font-style: italic;">&nbsp;&nbsp;&nbsp; size&nbsp; to the&nbsp; size&nbsp; of BDP , because the network is not under my administration. <br><br style="font-style: italic;"></span></span><span style="font-style: italic;">&nbsp;&nbsp; But since in most cases the network is under the control of ISP , so it might not
</span><br style="font-style: italic;"><span style="font-style: italic;">&nbsp;&nbsp; be possible for end users to know the size of the router&#39;s interface.</span><br style="font-style: italic;"><span style="font-style: italic;">
&nbsp;&nbsp; In that case , the end to end send and receive buffer size should be atleast </span><br style="font-style: italic;"><span style="font-style: italic;">&nbsp;&nbsp; equal to twice the size of BDP to obtain maximum throughput.&nbsp; This statement
<br>&nbsp;&nbsp; was reflected by my findings.<br><br></span>&nbsp;&nbsp;&nbsp;&nbsp; It will be helpfull to me if everybody give there views on my conclusion. If you <br>&nbsp; &nbsp;&nbsp; have any contradiction , please write.&nbsp; <br><br>&nbsp;&nbsp;&nbsp; With Thanks and Regards
<br>&nbsp;&nbsp;&nbsp; zaman<br><span style="font-style: italic;">&nbsp;&nbsp;&nbsp; </span><br style="font-weight: bold;"><br style="font-weight: bold;"><br style="font-weight: bold;"><br style="font-weight: bold;"><span style="font-weight: bold;">&nbsp;  
</span><br><br></span>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;<br>&nbsp;&nbsp;&nbsp;&nbsp; <br><br>&nbsp; <br><br><br><br><br><br><br><br><br><div><span class="gmail_quote">On 7/6/07, <b class="gmail_sendername">query</b> &lt;<a href="mailto:query.cdac@gmail.com">query.cdac@gmail.com
</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>T<span style="color: rgb(204, 102, 0);">hanks a lot Andrew . It helped me to understand and I feel that my Tunings are 
O.K.&nbsp; </span><br style="color: rgb(204, 102, 0);"><div><span class="q"><span style="color: rgb(204, 102, 0);" class="gmail_quote">
</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt;&nbsp;&nbsp; I was doing some Bandwidth measurement test on a 100 mbs link with a RTT<br>&gt; of about 70ms.<br>&gt;&nbsp;&nbsp; Based on that, I calculated the BDP as follows.<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BDP = Bandwidth * RTT
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 921600 bytes<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;I did the following adjustments. I increased the above calculated BDP by<br>&gt; nearly<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;half of the value . The TCP settings now look like this.<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/proc/sys/net/core/rmem_max&nbsp;&nbsp;175636
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/proc/sys/net/core/wmem_max&nbsp;&nbsp;175636<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/proc/sys/net/ipv4/tcp_rmem&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4096&nbsp;&nbsp;&nbsp;&nbsp;87380<br>&gt; 175636<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/proc/sys/net/ipv4/tcp_wmem&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4096&nbsp;&nbsp;&nbsp;&nbsp;87380<br>&gt; 175636<br>



&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; After these settings , I find the link utilisation to be nearly 95 mbs.<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; According to many papers that I read , I found that the BDP should be<br>&gt; equal<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; to the product of Bandwidth * RTT .
<br><br>The papers probably said that *router* buffers need to equal the<br>bandwidth*RTT.&nbsp;&nbsp;You are adjusting the sender/receiver buffers.&nbsp;&nbsp;These<br>need to be significantly larger, as you have found.</blockquote></span>
<div><br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: rgb(153, 51, 0);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The papers or rather articles are talking of sender and receiver </span><br style="color: rgb(153, 51, 0);"><span style="color: rgb(153, 51, 0);">&nbsp;&nbsp; buffers . Here is one such link where I find it.
</span><br style="color: rgb(153, 51, 0);"><span style="color: rgb(153, 51, 0);">&nbsp;&nbsp; </span><a style="color: rgb(153, 51, 0);" href="http://www.psc.edu/networking/projects/tcptune/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

http://www.psc.edu/networking/projects/tcptune/
</a><span style="color: rgb(153, 51, 0);">&nbsp; .</span><br style="color: rgb(153, 51, 0);"><br>&nbsp;</div><span class="q"><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

In order to allow retransmissions, the sender buffer needs to be able
<br>to store all &quot;packets in flight&quot;, which include both those in the in<br>the router buffers and those &quot;on the wire&quot; (that is, in the nominal<br>RTT of the link).<br><br>In order to be able to provide in-order delivery, the receiver buffer
<br>needs to be able to hold even more packets.&nbsp;&nbsp;If a packet is lost, it<br>will receive an entire RTT (plus router buffer) worth of data before<br>the first retransmission of that packet will arrive.&nbsp;&nbsp;If the first<br>retransmission is also lost, then it will need to store yet another
<br>RTT worth of data.<br><br>The general rule-of-thumb for Reno is that the send buffer should be<br>at least twice the bandwidth*RTT.&nbsp;&nbsp;For BIC is is probably reduced to<br>about 120% of the BDP (because it reduces its window by a smaller
<br>factor when there is a loss).&nbsp;&nbsp;The receive buffer should still be at<br>least equal to the BDP plus the router buffer.</blockquote></span><div><br>&nbsp;<span style="color: rgb(51, 153, 153);">&nbsp; <span style="color: rgb(204, 102, 0);">


What I understand from your reply,&nbsp; is that&nbsp; It is not necessary that&nbsp; TCP Window should be</span></span><br style="color: rgb(204, 102, 0);"><span style="color: rgb(204, 102, 0);">&nbsp;&nbsp; equal to BDP in all cases . Had the router buffer size is equal to&nbsp; BDP ,&nbsp; then I think I&nbsp; 
</span><br style="color: rgb(204, 102, 0);"><span style="color: rgb(204, 102, 0);">&nbsp;&nbsp; should&nbsp; equal link utilisation equal to the capacity of the link .</span><br style="color: rgb(204, 102, 0);"><span style="color: rgb(204, 102, 0);">


&nbsp;&nbsp; Since , In Internet it will not be&nbsp; possible to know the router buffer size , so the best thing one </span><br style="color: rgb(204, 102, 0);"><span style="color: rgb(204, 102, 0);">&nbsp;&nbsp; can&nbsp; do , is to make the TCP window size twice to BDP as you have suggested.
</span><br style="color: rgb(204, 102, 0);"><br style="color: rgb(204, 102, 0);"><span style="color: rgb(204, 102, 0);">&nbsp; I am finding another problem.&nbsp; The UDP transmission rate on that link is decreased.&nbsp; I changed</span>


<br style="color: rgb(204, 102, 0);"><span style="color: rgb(204, 102, 0);">&nbsp; to the default settings , but it is showing the exact readings after&nbsp; tuning. It&nbsp; seems&nbsp;&nbsp; it&nbsp; is&nbsp; reading&nbsp; some fixed&nbsp; value from something&nbsp; and based&nbsp; on&nbsp; that&nbsp; it&nbsp; is&nbsp; transferring&nbsp; data . 
<br><br></span><span style="color: rgb(204, 102, 0);">The readings are like this..........<br>
<br>
iperf&nbsp; -u -c <a href="http://192.168.60.62" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"><font color="red"><b>MailScanner warning: numerical links are often malicious:</b></font> 192.168.60.62</a> -t 300 -l 1460&nbsp; -i 2<br>
------------------------------------------------------------<br>
Client connecting to <a href="http://192.168.60.62" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"><font color="red"><b>MailScanner warning: numerical links are often malicious:</b></font> 192.168.60.62</a>, UDP port 5001<br>
Sending 1460 byte datagrams<br>
UDP buffer size:&nbsp; 108 KByte (default)<br>
------------------------------------------------------------<br>
[&nbsp; 3] local <a href="http://10.128.0.2" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"><font color="red"><b>MailScanner warning: numerical links are often malicious:</b></font> 10.128.0.2</a> port 32785 connected with <a href="http://192.168.60.62" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"><font color="red"><b>MailScanner warning: numerical links are often malicious:</b></font> 
192.168.60.62</a> port 5001<br>
[ ID] Interval&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Transfer&nbsp;&nbsp;&nbsp;&nbsp; Bandwidth<br>
[&nbsp; 3] -0.0- 2.0 sec&nbsp;&nbsp; 257 KBytes&nbsp; 1.05 Mbits/sec<br>
[&nbsp; 3]&nbsp; 2.0- 4.0 sec&nbsp;&nbsp; 257 KBytes&nbsp; 1.05 Mbits/sec<br>
[&nbsp; 3]&nbsp; 4.0- 6.0 sec&nbsp;&nbsp; 255 KBytes&nbsp; 1.05 Mbits/sec<br>
[&nbsp; 3]&nbsp; 6.0- 8.0 sec&nbsp;&nbsp; 257 KBytes&nbsp; 1.05 Mbits/sec<br>
[&nbsp; 3]&nbsp; 8.0-10.0 sec&nbsp;&nbsp; 255 KBytes&nbsp; 1.05 Mbits/sec<br>
[&nbsp; 3] 10.0-12.0 sec&nbsp;&nbsp; 257 KBytes&nbsp; 1.05 Mbits/sec<br>
[&nbsp; 3] 12.0-14.0 sec&nbsp;&nbsp; 255 KBytes&nbsp; 1.05 Mbits/sec<br>
[&nbsp; 3] 14.0-16.0 sec&nbsp;&nbsp; 257 KBytes&nbsp; 1.05 Mbits/sec<br>
[&nbsp; 3] 16.0-18.0 sec&nbsp;&nbsp; 257 KBytes&nbsp; 1.05 Mbits/sec<br>
<br>
</span>&nbsp;&nbsp; <span style="color: rgb(204, 102, 0);">The result is for the following tuning.</span><br style="color: rgb(204, 102, 0);">
<span style="color: rgb(204, 102, 0);">&nbsp;&nbsp; net.core.rmem_default = 110592</span><br style="color: rgb(204, 102, 0);">
<span style="color: rgb(204, 102, 0);">&nbsp;&nbsp; net.core.wmem_default = 110592</span><br style="color: rgb(204, 102, 0);">
<span style="color: rgb(204, 102, 0);">&nbsp;&nbsp;&nbsp; </span><br style="color: rgb(204, 102, 0);">
<span style="color: rgb(204, 102, 0);">&nbsp;After that I changed the tuning to </span><br style="color: rgb(204, 102, 0);">
<span style="color: rgb(204, 102, 0);">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; net.core.rmem_default = 196608</span><br style="color: rgb(204, 102, 0);">
<span style="color: rgb(204, 102, 0);">&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; net.core.wmem_default = 196608 </span><br style="color: rgb(204, 102, 0);">
<br style="color: rgb(204, 102, 0);">
<span style="color: rgb(204, 102, 0);">&nbsp;&nbsp; The readings for the tuning is like this...</span><br style="color: rgb(204, 102, 0);">
<span style="color: rgb(204, 102, 0);">iperf&nbsp; -u -c <a href="http://192.168.60.62" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"><font color="red"><b>MailScanner warning: numerical links are often malicious:</b></font> 192.168.60.62</a> -t 300 -l 1460&nbsp; -i 2</span><br style="color: rgb(204, 102, 0);">

<span style="color: rgb(204, 102, 0);">------------------------------------------------------------</span><br style="color: rgb(204, 102, 0);">
<span style="color: rgb(204, 102, 0);">Client connecting to <a href="http://192.168.60.62" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"><font color="red"><b>MailScanner warning: numerical links are often malicious:</b></font> 192.168.60.62</a>, UDP port 5001</span><br style="color: rgb(204, 102, 0);">

<span style="color: rgb(204, 102, 0);">Sending 1460 byte datagrams</span><br style="color: rgb(204, 102, 0);">
<span style="color: rgb(204, 102, 0);">UDP buffer size:&nbsp; 192 KByte (default)</span><br style="color: rgb(204, 102, 0);">
<span style="color: rgb(204, 102, 0);">------------------------------------------------------------</span><br style="color: rgb(204, 102, 0);">
<span style="color: rgb(204, 102, 0);">[&nbsp; 3] local <a href="http://10.128.0.2" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"><font color="red"><b>MailScanner warning: numerical links are often malicious:</b></font> 10.128.0.2</a> port 32785 connected with <a href="http://192.168.60.62" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"><font color="red"><b>MailScanner warning: numerical links are often malicious:</b></font> 
192.168.60.62</a> port 5001</span><br style="color: rgb(204, 102, 0);">

<span style="color: rgb(204, 102, 0);">[ ID] Interval&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Transfer&nbsp;&nbsp;&nbsp;&nbsp; Bandwidth</span><br style="color: rgb(204, 102, 0);">
<span style="color: rgb(204, 102, 0);">[&nbsp; 3] -0.0- 2.0 sec&nbsp;&nbsp; 257 KBytes&nbsp; 1.05 Mbits/sec</span><br style="color: rgb(204, 102, 0);">
<span style="color: rgb(204, 102, 0);">[&nbsp; 3]&nbsp; 2.0- 4.0 sec&nbsp;&nbsp; 257 KBytes&nbsp; 1.05 Mbits/sec</span><br style="color: rgb(204, 102, 0);">
<span style="color: rgb(204, 102, 0);">[&nbsp; 3]&nbsp; 4.0- 6.0 sec&nbsp;&nbsp; 255 KBytes&nbsp; 1.05 Mbits/sec</span><br style="color: rgb(204, 102, 0);">
<span style="color: rgb(204, 102, 0);">[&nbsp; 3]&nbsp; 6.0- 8.0 sec&nbsp;&nbsp; 257 KBytes&nbsp; 1.05 Mbits/sec</span><br style="color: rgb(204, 102, 0);">
<span style="color: rgb(204, 102, 0);">[&nbsp; 3]&nbsp; 8.0-10.0 sec&nbsp;&nbsp; 255 KBytes&nbsp; 1.05 Mbits/sec</span><br style="color: rgb(204, 102, 0);">
<span style="color: rgb(204, 102, 0);">[&nbsp; 3] 10.0-12.0 sec&nbsp;&nbsp; 257 KBytes&nbsp; 1.05 Mbits/sec</span><br style="color: rgb(204, 102, 0);">
<span style="color: rgb(204, 102, 0);">[&nbsp; 3] 12.0-14.0 sec&nbsp;&nbsp; 255 KBytes&nbsp; 1.05 Mbits/sec<br><br style="color: rgb(204, 102, 0);"></span>
<span style="color: rgb(204, 102, 0);">&nbsp;</span>Kindly please help me to rectify the problem. It is the same link on which I<br>
&nbsp;performed the TCp test.<br>
<br>
&nbsp; regards<br>
&nbsp; zaman<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br></blockquote><span style="color: rgb(204, 102, 0);">&nbsp;</span><br>&nbsp;<br>&nbsp;&nbsp;&nbsp; <br>

<br><br>&nbsp;</div><span class="q"><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I hope this help,<br>Lachlan<br><br>--<br>Lachlan Andrew&nbsp;&nbsp;Dept of Computer Science, Caltech
<br>1200 E California Blvd, Mail Code 256-80, Pasadena CA 91125, USA<br>Phone: +1 (626) 395-8820&nbsp;&nbsp;&nbsp;&nbsp;Fax: +1 (626) 568-3603<br></blockquote></span></div><br>
</blockquote></div><br>