help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] [RFC] SCTP in Smalltalk


From: Holger Hans Peter Freyther
Subject: [Help-smalltalk] [RFC] SCTP in Smalltalk
Date: Wed, 19 Jan 2011 20:13:59 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Lightning/1.0b2 Thunderbird/3.1.7

Hi all,

I have started creating some very basic SCTP support. Right now I do not
intend to support things like multi-homing, peeling off streams or such. I do
intend to support streams and other things.

On Linux there is a library for sctp that implements functions proposed in a
RFC. In general this API is just a wrapper around setsockopt or using the OOB
of the sendmsg/recvmsg.

My basic question is if I should DLD addLibrary this library or use CStruct to
create structs like the sctp_sndrcvinfo and use sendmsg/rcvmsg directly.

regards
        holger



reply via email to

[Prev in Thread] Current Thread [Next in Thread]