Changes between Version 3 and Version 4 of Latency
- Timestamp:
- 04/07/20 08:39:54 (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Latency
v3 v4 15 15 Here are some common misconceptions: 16 16 * setting `TCP_NODELAY` on the socket will reduce latency: that's not necessarily the case, and it can be counterproductive in some situations (ie: limited bandwidth, tunnelled traffic, etc - see #619) 17 * disabling picture compression (ie: RGB only): if the CPU can compress faster than your network can send, then may actually take longer to process the screen updates17 * disabling picture compression (ie: RGB only): if the CPU can compress faster than your network can send, then it may actually take longer to process the screen updates 18 18 * plain TCP mode is faster than SSH: it usually is, but not always 19 19