[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tsvwg] SCTP Socket API modification proposal
Hi,
It's not very precise, but I think getting peer's rwnd by using SCTP_ASSOCINFO
might be an alternative.
Thanks,
--
Yoshifumi Nishida
nishida at sfc.wide.ad.jp
From: Florian Niederbacher <florian.niederbacher at student.uibk.ac.at>
Subject: [tsvwg] SCTP Socket API modification proposal
Date: Tue, 20 Oct 2009 21:52:28 +0200
Message-ID: <4ADE14FC.8030002 at student.uibk.ac.at>
> Hi,
> what thinks the community and the SCTP developers about an additional
> value in SCTP_GET_PEER_ADDR_INFO ?
>
> TCP allows to retrieve values about the congestion control with
> TCP_INFO. The cwnd value can be retrieved from both(SCTP and TCP), but
> the
> ssthresh value in SCTP is missing. I guess it would make sense to add
> these value and return it with the SCTP_GET_PEER_ADDR_INFO socket
> option.
>
> Regards
> Florian Niederbacher