[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tcp-full in ns-2





Is anyone else using the tcp-full in ns-2? I've been trying to use it
under more demanding conditions than simple one-way bulk transfers and
have found a lot of bugs. One appears to be due to a bug in the computation
of the retransmit timer in the tcp.cc file. Others have to do with sequence
numbers of SYNs and FINs. There are some places where it was possible to
send extra packets because of multiple calls to the send-much() method during
one packet processing cycle.

	Kathie