help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] [RFC] SCTP in Smalltalk


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] [RFC] SCTP in Smalltalk
Date: Thu, 20 Jan 2011 08:03:47 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.7

On 01/19/2011 08:13 PM, Holger Hans Peter Freyther wrote:
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.

So that would be only reliable datagrams for now?

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.

It's the same for me.

Paolo



reply via email to

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