/* XRDP_SOCKET_ROOT_PATH must be defined to include this file */ #ifdef __cppcheck__ /* avoid syntax errors */ # define XRDP_SOCKET_ROOT_PATH "/dummy" #elif !defined(XRDP_SOCKET_ROOT_PATH) # error "XRDP_SOCKET_ROOT_PATH must be defined" #endif
/* Buffer size for code for fullpath declarations * *Thisneedstofitinthesun_pathfieldofasockaddr_un.POSIX *doesnotdefinethissize,sothevaluebelowisthelowerof
* the FreeBSD/OpenBSD/NetBSD(104) and Linux(108) values */ #define XRDP_SOCKETS_MAXPATH 104
/* The socketdir is rooted at XRDP_SOCKET_ROOT_PATH. User-specific *socketsliveinauser-specificsub-directoryofthiscalled
* XRDP_SOCKET_PATH. The sub-directory is the UID of the user */ #define XRDP_SOCKET_PATH XRDP_SOCKET_ROOT_PATH "/%d"
/* Sockets in XRDP_SOCKET_ROOT_PATH */ #define SCP_LISTEN_PORT_BASE_STR "sesman.socket"
/* names of socket files within XRDP_SOCKET_PATH, qualified by
* display number */ #define XRDP_CHANSRV_BASE_STR "xrdp_chansrv_socket_%d" #define CHANSRV_PORT_OUT_BASE_STR "xrdp_chansrv_audio_out_socket_%d" #define CHANSRV_PORT_IN_BASE_STR "xrdp_chansrv_audio_in_socket_%d" #define CHANSRV_API_BASE_STR "xrdpapi_%d" #define XRDP_X11RDP_BASE_STR "xrdp_display_%d" #define XRDP_DISCONNECT_BASE_STR "xrdp_disconnect_display_%d"
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.