Re: SCTP API section 7.1.13

From: Ryan W Bickhart <bickhart@cis.udel.edu>
Date: Mon Feb 14 2005 - 17:48:58 EST
('binary' encoding is not supported, stored as-is) ('binary' encoding is not supported, stored as-is) I believe what you would do is first get all the current peer address
parameter values which are returned in the sctp_paddrparams struct,
change the fields that you want to new values, and then do a set,
passing the struct back to SCTP. Anything you didn't modify would remain
what it was before. Maybe there is a more direct way but that would
definitely work.

Ryan

On Mon, 2005-02-14 at 16:00 -0500, David Lehmann wrote:
> Hello,
>
> How does the user set the spp_pathmaxrxt without changing
> the hbinterval? Typically, when the user does not want to
> change the value of a parameter, it is set to zero.
> In this case, setting hbinterval to zero has quite a different
> behavior.
>
> Setting it to UINT32_MAX will not change the parameter, but
> has the side effect of sending a HB immediately.
> I just want to change pathmaxrxt.
>
Received on Mon Feb 14 17:58:54 2005

This archive was generated by hypermail 2.1.8 : Mon Mar 13 2006 - 15:22:24 EST