[X2Go-Commits] page changed: wiki:development:session-handshake

wiki-admin at x2go.org wiki-admin at x2go.org
Thu Mar 14 21:59:14 CET 2013


A page in your DokuWiki was added or changed. Here are the details:

Date        : 2013/03/14 20:59
Browser     : Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 Iceweasel/18.0.1
IP-Address  : 46.142.39.109
Hostname    : 109-39-142-46.pool.kielnet.net
Old Revision: http://wiki.x2go.org/doku.php/wiki:development:session-handshake?rev=1363294682
New Revision: http://wiki.x2go.org/doku.php/wiki:development:session-handshake
Edit Summary: [Verifying if port is free before resuming X2Go Session] 
User        : sunweaver

@@ -24,15 +24,15 @@
  FIXME
  
  ==== Verifying if port is free before resuming X2Go Session ====
  
- On start of an X2Go session 3 tcp ports for ssh tunnels (graphic, sound, sshfs) are reserved. The values of these ports are stored in the X2Go session database and used by X2Go clients every time an X2Go session gets resumed. Sometimes it can happen that one of these ports is already used by another application after the session had been suspended.
As result, X2Go client will be unable to resume such session or start sound or sshfs tunnel. To avoid this problem X2Go server (>= 3.1.0.0) will verify if these ports are still unused before the session will be resumed. In other case new ports will be reserved. The new port values will be updated in database and sent to the X2Go client.
+ On start of an X2Go session 3 tcp ports for ssh tunnels (graphic, sound, sshfs) are reserved. The values of these ports are stored in the X2Go session database and used by X2Go Client every time an X2Go session gets resumed. Sometimes it can happen that one of these ports is already used by another application after the session had been suspended. As result, X2Go Client will be unable to resume such session or start sound or sshfs tunnel. To avoid this problem X2Go Server (>= 3.1.0.0) will verify if these ports are still unused before the session will be resumed. In other case new ports will be reserved. The new port values will be updated in
database and sent to the X2Go Client.
  
- **IMPORTANT**: Older versions of X2Go client will be compatible with newest X2Go servers. If ports have changed between suspend and resume of a session, older x2goclients will try to reconnect and fail. 
+ **IMPORTANT**: Older versions of X2Go Client will be compatible with newest X2Go servers. If ports have changed between suspend and resume of a session, older X2Go Clients will try to reconnect and fail. 
  
- But on the next attempt, X2Go client will retrieve the updated port values from the X2Go session database.
+ But on the next attempt, X2Go Client will retrieve the updated port values from the X2Go session database.
  
  ===== Terminating a Session =====
  
  FIXME
  
  



-- 
This mail was generated by DokuWiki at
http://wiki.x2go.org/




More information about the x2go-commits mailing list