What is MaxDisplayNumber sesman option? #3298
-
Hello, I upgraded xrdp from v0.9.24 to v0.10.1 and found out there's a new sesman option
I don't fully understand how it works and if increasing the value is OK. I set it to 110 because I have about 90 users that need to connect to the server. Could someone please explain this option (especially the part about not allowing TCP connections to X server)? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I'll have a go at explaining it! On Unix/Linux, there are two ways to connect to an X server:-
Here's the relevant section from NETWORK CONNECTIONS Xorg supports connections made using the following reliable byte- streams: Local On most platforms, the "Local" connection type is a UNIX-domain socket. On some System V platforms, the "local" connection types also include STREAMS pipes, named pipes, and some other mechanisms. See the "LOCAL CONNECTIONS" section of X(7) for details. TCP/IP Xorg listens on port 6000+n, where n is the display number. This connection type is usually disabled by default, but may be enabled with the -listen option (see the Xserver(1) man page for details). The X server can listen on both network connection types at once, if that's what you want. If you're not using the If you are using the Is that clear? I'm happy to provide more information if I've not explained it well enough. |
Beta Was this translation helpful? Give feedback.
I'll have a go at explaining it!
On Unix/Linux, there are two ways to connect to an X server:-
Here's the relevant section from
Xorg(1)
:-