The branch, twofactorauth has been updated 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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + x2go/rforward.py | 1 + 2 files changed, 2 insertions(+) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 1bf49a7..172361a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ python-x2go (0.1.1.7-0-x2go1) UNRELEASED; urgency=low - 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: 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).