You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2021/05/02 02:10:19 UTC

[guacamole-server] branch master updated (e90e438 -> a6a7e8a)

This is an automated email from the ASF dual-hosted git repository.

vnick pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git.


    from e90e438  GUACAMOLE-1283: Merge add synchronization around absolutely all outbound RDP messages.
     add 189d8fa  GUACAMOLE-1201: Throttle outbound audio data to avoid overflowing RDP server audio input buffer.
     new a6a7e8a  GUACAMOLE-1201: Merge throttle outbound audio data to avoid overflowing RDP server audio input buffer.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../rdp/channels/audio-input/audio-buffer.c        | 317 +++++++++++++++++++--
 .../rdp/channels/audio-input/audio-buffer.h        |  51 +++-
 2 files changed, 348 insertions(+), 20 deletions(-)

[guacamole-server] 01/01: GUACAMOLE-1201: Merge throttle outbound audio data to avoid overflowing RDP server audio input buffer.

Posted by vn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vnick pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git

commit a6a7e8ac26f4d999cac78dc253febdfc1679fcf5
Merge: e90e438 189d8fa
Author: Virtually Nick <ne...@users.noreply.github.com>
AuthorDate: Sat May 1 22:10:11 2021 -0400

    GUACAMOLE-1201: Merge throttle outbound audio data to avoid overflowing RDP server audio input buffer.

 .../rdp/channels/audio-input/audio-buffer.c        | 317 +++++++++++++++++++--
 .../rdp/channels/audio-input/audio-buffer.h        |  51 +++-
 2 files changed, 348 insertions(+), 20 deletions(-)