Michael Tüxen schrieb:
Ok, I thought that it wouldn't such a big effort to add an additional value to the structure therefore also the question.On Oct 20, 2009, at 10:12 PM, Vlad Yasevich wrote:Florian Adding anything to this option would break the ABI at this point especially considering multiple uses of sctp_paddrinfo.
-vladI second that. I do not want to change structures anymore... ... and I do not think that adding ssthresh helps much. When I'm interested in these values, I'm also interested in any change of them. So you need some kind of logging infrastructure. FreeBSD, for example, has such a infrastructure, but it is system specific. Other OSes might have similar things.
I agree to build a logging infrastructure for getting changes in userspace only polling is possible and is never such useful as a kernel hook.
Thanks for your comments. Best regards Florian
Best regards MichaelFlorian Niederbacher wrote: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 withTCP_INFO. The cwnd value can be retrieved from both(SCTP and TCP), but thessthresh value in SCTP is missing. I guess it would make sense to addthese value and return it with the SCTP_GET_PEER_ADDR_INFO socket option.Regards Florian Niederbacher