From 74bb646ee5a812e91949c03fa461bc4bd7d2d7b8 Mon Sep 17 00:00:00 2001 From: Susant Sahani Date: Mon, 16 Nov 2015 12:15:47 +0530 Subject: socket: Add support for socket protcol Now we don't support the socket protocol like sctp and udplite . This patch add a new config param SocketProtocol: udplite/sctp With this now we can configure the protocol as udplite = IPPROTO_UDPLITE sctp = IPPROTO_SCTP Tested with nspawn: --- man/systemd.socket.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'man') diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index beac053bf0..43841c2399 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -310,6 +310,15 @@ + + SocketProtocol= + Takes a one of + or . Specifies a socket protocol + (IPPROTO_UDPLITE) UDP-Lite + (IPPROTO_SCTP) SCTP socket respectively. + + + BindIPv6Only= Takes a one of , -- cgit v1.2.3-54-g00ecf