Changes between Version 7 and Version 8 of Usage/EnvironmentOptions
- Timestamp:
- 09/08/15 08:08:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Usage/EnvironmentOptions
v7 v8 36 36 ||XPRA_SKIP_UI ||Skip warnings, useful when running without a console || 0|| 37 37 ||XPRA_FORCE_COLOR_LOG ||Force enable the coloured logger || 0|| 38 ||XPRA_DETECT_MEMLEAKS ||Run memory leak detection code (expensive) || 0|| 39 ||XPRA_DETECT_FDLEAKS ||Run file descriptor leak detection code (expensive) || 0|| 40 38 41 39 42 [[BR]] … … 74 77 ||XPRA_WEBP_PRESET ||Default webp preset || text|| 75 78 ||XPRA_WEBP_PRESET_SMALL ||Default webp preset for small areas || icon|| 79 ||XPRA_BATCH_$$$$ ||Tune specifc batch defaults || || 80 ||XPRA_FORCE_CSC_MODE ||Force the video pipeline to use a specific csc mode (ie: YUV420P) || || 81 ||XPRA_FORCE_CSC ||Force the video pipeline to use a csc step || 0|| 82 ||XPRA_SCALING ||Support video scaling || 1|| 83 ||XPRA_SCALING_HARDCODED ||Use a specific value of scaling (ie: 2/3) || || 84 ||XPRA_VIDEO_SUBREGION ||Support video regions || 1|| 76 85 77 86 … … 99 108 == Network / Connection == 100 109 101 ||XPRA_SOCKET_HOSTNAME ||The name to use for the sockets || the hostname||102 ||SOCKET_TIMEOUT ||How long to wait before the initial connection times out || 10||110 ||XPRA_SOCKET_HOSTNAME ||The name to use for the sockets || the hostname|| 111 ||SOCKET_TIMEOUT ||How long to wait before the initial connection times out || 10|| 103 112 ||TCP_NODELAY ||Use TCP no-delay || 1|| 104 113 ||XPRA_PASSWORD ||Override the password file option || || … … 118 127 ||XPRA_INLINE_SIZE ||Size below which compressed data is sent inlined in the main packet || 32768|| 119 128 ||XPRA_MIN_COMPRESS_SIZE ||Size below which we don't try to compress the packet || 378|| 129 130 [[BR]] 131 132 == Crypto == 133 120 134 ||XPRA_ENABLE_CRYPTO ||Enable encryption layer || 1|| 121 135 ||XPRA_ENCRYPT_FIRST_PACKET ||Send the first packet encrypted (see #951) || 0|| … … 125 139 ||XPRA_CRYPTO_INITIAL_PADDING ||Padding used in the initial packet (see #933) || legacy|| 126 140 ||XPRA_CRYPTO_PREFERRED_PADDING ||Padding used (if supported) || PKCS#7|| 141 142 [[BR]] 143 144 == Proxy Server == 145 146 ||XPRA_PROXY_SOCKET_TIMEOUT ||Temporary socket timeout used by the proxy server during handover (in seconds) || 0.1|| 147 ||XPRA_PROXY_QUEUE_SIZE ||Size of the internal queue buffers of each proxy instance || 10|| 148 ||XPRA_PROXY_PASSTHROUGH 127 149 128 150