Test Description:
These tests show the basic behavior of TCP with different bandwidth-delay product values.
Test Topology A
 Client................................Server

                 800kbs 100ms
 0(0)-----------------------------------1(0)
                                          |
                                       tcpdump
Test Topology B
 Client................................Server

                 800kbs 300ms
 0(0)-----------------------------------1(0)
                                          |
                                       tcpdump

SSF Configuration Test File:

basic3a.dml
send window = receive window = 32 packets
basic3b.dml
send window = receive window = 32 packets
SSF Tcpdump File:
basic3a.tcpdump
basic3b.tcpdump
In test A, after the slow start the pipe is continuously filled, because of a low bandwidth delay product.
In test B, after the slow start we can see a gap between each window of data, because the bandwidth delay product is larger than data window.