evristzam / ndt

Automatically exported from code.google.com/p/ndt
Other
0 stars 0 forks source link

Explicit congestion notification (ECN) option is shown always OFF in statistics window. #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Set the ECN option field as “ON” in client using the below command.
    sudo echo "1" > /proc/sys/net/ipv4/tcp_ecn
2.check the ECN option field is setted to  “ON” or not using the below 
command.
    sudo cat /proc/sys/net/ipv4/tcp_ecn
3.Set the ECN option field as “ON” in server using the below command.
    sudo echo "1" > /proc/sys/net/ipv4/tcp_ecn
4.check the ECN option field is setted to “ON” or not in server using the
below command.
    sudo cat /proc/sys/net/ipv4/tcp_ecn
5.Open the browser with server address.
6.start the test by clicking the “Start” button
7.after completion of the test, open the statisticks window and check the
status of “Explicit Congestion Notification” information.

What is the expected output? What do you see instead?
Expected Output:
Explicit Congestion Notification option should be display as “ON”.

Observed Output:
Explicit Congestion Notification option always displaying “OFF”.

We have observed in tcpdump that ECT(1) (ECN Capable Transport(1) is setted
in IP header and ECE flag - ECN-Echo flag & CWR flag setted in tcp packet.
TCP dump is attached.

Original issue reported on code.google.com by Garimell...@gmail.com on 5 Mar 2010 at 8:40

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by jwzuraw...@gmail.com on 10 Mar 2010 at 9:00

GoogleCodeExporter commented 9 years ago
Re-verified with Version 3.6.3 and this bug is not yet fixed.

Original comment by Garimell...@gmail.com on 10 Jun 2010 at 8:47

GoogleCodeExporter commented 9 years ago

Original comment by Garimell...@gmail.com on 11 Jun 2010 at 12:33