[systemd-devel] [PATCH 2/2] socket: Introduce SCTP support

Susant Sahani susant at redhat.com
Mon Aug 4 08:57:19 PDT 2014


On 08/04/2014 06:26 PM, Lennart Poettering wrote:
> On Mon, 28.07.14 12:18, Susant Sahani (susant at redhat.com) wrote:
>
>> This patch adds SCTP protcol support for socket activation.
>> SCTP socket can be configured via the conf parameter
>> 'ListenStreamControlTrans' which is kind of too long.
>
> Hmm, shouldn't it suffice opening up ListenSequentialPacket= for IP
> sockets? Currently, we explicitly don't dallow that, but doesn't
> socket(AF_INET, SOCK_SEQPACKET, 0) result in an SCTP socket these days?
That is correct . I should have written using SOCK_STREAM. My Mistake.
Can we make the protocol field configurable for this ?


Susant


More information about the systemd-devel mailing list