On Wed, Feb 12, 2020 at 2:23 AM Manoj Patil <[email protected]> wrote:

> Dear,
>
> As per our observation we found that there is continuous send receive
> traffic   from server to client and vise versa  in every fractions of
> seconds(may be checking the network availability ) , however  we are not
> doing any activity(idle session).
>
> we are attaching snapshot of wireshark send receive  packet capture
> details when session is idle .
>

Your screenshot shows:

* 4 MB of data transfer over the course of 6 minutes.
* At least two separate HTTP connections, judging from the "Client Hello"
toward the end, presumably more.
* Only encrypted traffic.

It's not going to be possible to look at a screenshot of encrypted traffic
and determine what's going on. That said, based on what can be seen, it
looks like the following is true:

1) You are not measuring what you expect (multiple connections are present
in reality) OR the HTTP tunnel is being used, which will indeed have
bandwidth overhead.
2) Regardless of what you're measuring, 4 MB in 6 minutes is around 90
Kbps. I wouldn't expect this for an idle connection, but it is also
definitely not high usage.

Testing this myself, I see 17 Kbps of usage between browser and webapp for
an idle RDP connection.

Is there any configuration setting to increase the time duration of
> checking network availability OR some other way to reduce
> bandwidth utilization on continuous basis?
>

No, but I wouldn't jump to the conclusion that Guacamole is doing something
wrong here, nor that you should look to decrease pinging between client and
server as a solution. You should investigate what is actually being sent
behind the scenes by capturing the unencrypted traffic.

- Mike

Reply via email to