Changes between Version 2 and Version 3 of Network
- Timestamp:
- 11/07/13 05:42:51 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Network
v2 v3 3 3 [[BR]] 4 4 5 {{{#!div class="box" 5 6 == Types of connections == 6 7 Xpra supports 3 main types of connections: … … 10 11 * '''SSH''' connections: this type of connection uses a SSH as transport to connect to the unix domain socket. (forwarded using the hidden xpra sub-command "_proxy"). 11 12 On Unix-like systems you may need an {{{SSH_ASKPASS}}} utility to be able to enter your password or passphrase. 13 }}} 12 14 13 [[BR]]14 15 16 {{{#!div class="box" 15 17 == General Network Information == 16 18 … … 30 32 31 33 Investigating network performance and bottlenecks in detail is beyond the scope of this document. For Linux system, [http://www.coverfire.com/articles/queueing-in-the-linux-network-stack/ Queueing in the Linux Network Stack] is recommended reading. 34 }}}