Changes between Version 26 and Version 27 of Network
- Timestamp:
- 12/30/17 09:25:51 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Network
v26 v27 37 37 == Examples == 38 38 39 ||=Socket Type=||=Server Start Command Line Arguments=||=Client Command Line Argument=||=Optional Authentication Option=||39 ||=Socket Type=||=Server Start Command Line Arguments=||=Client Command Line Argument=||=Optional Server Authentication Option=|| 40 40 ||unix ||--bind=/path/to/socket ||socket:/path/to/socket ||auth=module || 41 41 ||named-pipes||n/a||named-pipe:name ||auth=module || … … 51 51 Beware that some protocols are platform specific (unix vs named-pipes). 52 52 The named-pipes and unix domain sockets currently available can be listed using the command "{{{xpra list}}}". 53 54 If an [/wiki/Authentication] module is used, the client may be prompted for a password(s) when attempting to connect. 53 55 }}} 54 56