[X2go-Commits] python-x2go.git - master (branch) updated: 0.1.1.4-37-geeb2212
X2go dev team
git-admin at x2go.org
Tue Sep 20 10:23:26 CEST 2011
The branch, master has been updated
via eeb221276d5cd8cc7e829c4d28ae2d5659a7e190 (commit)
via 4050299c4becebeaa77a8d393d49bf01a9ea4be2 (commit)
from e10d0abda660724b07489087d3ac9be2072d870c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit eeb221276d5cd8cc7e829c4d28ae2d5659a7e190
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue Sep 20 10:23:19 2011 +0200
changelog fixes
commit 4050299c4becebeaa77a8d393d49bf01a9ea4be2
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue Sep 20 10:20:46 2011 +0200
Use TCP_NODELAY option for audio rev forwarding tunnels.
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 5 +++--
x2go/rforward.py | 1 +
2 files changed, 4 insertions(+), 2 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 1bf49a7..4c2648a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,14 +7,15 @@ python-x2go (0.1.2.0-0~x2go1) UNRELEASED; urgency=low
python-x2go (0.1.1.7-0-x2go1) UNRELEASED; urgency=low
[ Mike Gabriel ]
- * New upstream version (0.1.1.6), bugfix release for 0.1.1.x series:
+ * New upstream version (0.1.1.7), bugfix release for 0.1.1.x series:
- Add support for x2goumount-session calls.
- Differentiate between spool folders and data folders when unsharing
all folders, return exitcode from X2goTerminalSessionSTDOUT.unshare_*
methods.
+ - Use TCP_NODELAY option for audio rev forwarding tunnels.
[ Dick Kniep ]
- * Fix for upstream version 0.1.1.6:
+ * Fix for upstream version 0.1.1.7:
- Typo in utils.py (true instead of True).
-- Mike Gabriel <mike.gabriel at das-netzwerkteam.de> Wed, 14 Sep 2011 21:35:54 +0200
diff --git a/x2go/rforward.py b/x2go/rforward.py
index 25086c7..caeacb3 100644
--- a/x2go/rforward.py
+++ b/x2go/rforward.py
@@ -300,6 +300,7 @@ def x2go_rev_forward_channel_handler(chan=None, addr='', port=0, parent_thread=N
"""
fw_socket = socket.socket()
+ fw_socket.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1)
if logger is None:
def _dummy_logger(msg, l):
pass
hooks/post-receive
--
python-x2go.git (Python X2go Client API)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-x2go.git" (Python X2go Client API).
More information about the x2go-commits
mailing list