diff options
author | Keith Packard <keithp@keithp.com> | 2014-09-12 11:33:48 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-09-22 13:52:20 -0700 |
commit | cc59be38b7eff52a1d003b390f2994c73ee0b3e9 (patch) | |
tree | aef5ce0c2a058e71f383dbd36e9101f81d718968 /man | |
parent | 8ada3fb32cd7dd8948eb55620de18ba03df6131d (diff) |
os: Don't listen to 'tcp' by default. Add '-listen' option. [v2]
This disables the tcp listen socket by default. Then, it
uses a new xtrans interface, TRANS(Listen), to provide a command line
option to re-enable those if desired.
v2: Leave unix socket enabled by default. Add configure options.
Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/Xserver.man | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/Xserver.man b/man/Xserver.man index 7a74e8541..c03830c15 100644 --- a/man/Xserver.man +++ b/man/Xserver.man @@ -196,6 +196,13 @@ with This option may be issued multiple times to disable listening to different transport types. .TP 8 +.B \-listen \fItrans-type\fP +enables a transport type. For example, TCP/IP connections can be enabled +with +.BR "\-listen tcp" . +This option may be issued multiple times to enable listening to different +transport types. +.TP 8 .B \-noreset prevents a server reset when the last client connection is closed. This overrides a previous |