Tom Henderson - 2005-12-30

Logged In: YES
user_id=1188103

I've encountered that problem, too, but took the lazy way
out and just didn't run extra long transfers. =)

It looks like curseq_ is a TracedInt defined in tcp.h. The
only reason this problem doesn't come up with one-way TCP
is that curseq_ represents packets there, but bytes in
Full-TCP.

The Traced{Int,Double} classes are defined in tclcl. I
guess we could add a TracedUnsigned? I can take a stab at
fixing this, but it will likely take me a while to get
around to it.

-Michele Weigle