X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.socket.xml;h=f883543c80c35f3e1b3fb86945dc307189ada691;hp=3ea3154db2152876213186c700c70c82e3e27c8e;hb=7e115808a990199fe00de4cc2ef48fe96de3d3d0;hpb=ecb963cc40a0270a357c2640d368b3116e0f56b6 diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index 3ea3154db..f883543c8 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -156,7 +156,7 @@ family. If the address starts with an - ampersand (@) it is read as abstract + at symbol (@) it is read as abstract namespace socket in the AF_UNIX family. The @ is replaced with a NUL character before binding. For details @@ -249,6 +249,20 @@ directive above. + + ListenMessageQueue= + Specifies a POSIX + message queue name to listen on. This + expects a valid message queue name + (i.e. beginning with /). Behaviour + otherwise is very similar to the + ListenFIFO= + directive above. On Linux message + queue descriptors are actually file + descriptors and can be inherited + between processes. + + BindIPv6Only= Takes a one of @@ -462,6 +476,19 @@ for details. + + MessageQueueMaxMessages=, + MessageQueueMessageSize= + These two settings + take integer values and control the + mq_maxmsg resp. mq_msgsize field when + creating the message queue. Note that + either none or both of these variables + need to be set. See + mq_setattr3 + for details. + + FreeBind= Takes a boolean @@ -479,6 +506,35 @@ address. Defaults to . + + Transparent= + Takes a boolean + value. Controls the IP_TRANSPARENT + option. Defaults to + . + + + + Broadcast= + Takes a boolean + value. This controls the SO_BROADCAST + option, which allows broadcast + datagrams to be sent from this + socket. Defaults to + . + + + + PassCred= + Takes a boolean + value. This controls the SO_PASSCRED + option, which allows UNIX sockets to + receive the credentials of the sending + process in an ancillary message. + Defaults to + . + + TCPCongestion= Takes a string