Agreed.
>> int sock_opt_info(int s, int level, int optname, void *optval, int
>> *optlen);
>>
>> The association id can be put in each structure so it could be used
>> in sock_opt_info(). Actually, the association id is in each structure.
>> Why is the association id needed on sctp_opt_info()?
>>
>
>
> Well, in the case of the 1-to-N model, you need to figure
> out which association id is being requested information
> on...
Isn't the association id in all of the structures used by
sctp_opt_info()?
> And put in most of the wording above verbatim.. with one
> minor change.. it will read:
>
> <t>
> For some IP stacks getsockopt() is read-only, so a new
> interface will be needed when information must be passed both in to
> and out of the SCTP stack. The syntax for sctp_opt_info() is,
> </t>
> <t>
> The sctp_opt_info() call is a replacement for getsockopt() only
> and will not set any options associated with the specified socket.
> A setsockopt() must be used to set any writeable option.
> </t>
>
> That hopefully will cover it :-D
Yep, looks good.
-- David Lehmann Ulticom, Inc. AOL/Yahoo IM: davidULCM 1020 Briggs Road 1-856-787-2729 Mt. Laurel, NJ 08054 USAReceived on Wed Feb 16 08:43:00 2005
This archive was generated by hypermail 2.1.8 : Mon Mar 13 2006 - 15:22:24 EST