[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: TCP-INT's cwnd_
The cwnd_ of a TCP-INT connection is in the corresponding TCP Session,
which can be accessed via (untested code):
set our_session [$tcp session]
$our_session set cwnd_
neal
On Tue, 16 Feb 1999, Arnold P. Siboro wrote:
>
> With
> $tcp set cwnd_
> I can get congestion window current value of most TCPs, but not with
> TCP-INT (Agent/TCP/Int). What is the name os state variable that
> keeps shared cwnd in TCP-INT? Can I access this value, as I do with
> other TCPs?
>
> Due to strange behavior of this mailing list, I don't get my own postings
> AND all other postings replying to mine, so please cc: any answer to
> my address ([email protected]).
>
> Any help is greatly appreciated.
>
> --Arnold
>
>
>