Slow online speedtest results and large file downloads via Edge Secure Web Gateway
search cancel

Slow online speedtest results and large file downloads via Edge Secure Web Gateway

book

Article ID: 168804

calendar_today

Updated On:

Products

Advanced Secure Gateway Software - ASG ProxySG Software - SGOS

Issue/Introduction

When noticing speed test results using online sites and large file downloads via the Edge Secure Web Gateway appliance are slower than when accessing the internet directly.
 

Cause

The appliance negotiates the TCP Windows Size during the initial TCP handshake and retains the windows size throughout the session.

On the other hand, when accessing client traffic directly, the client has the Adaptive Window Sizing Support and is able to increase the TCP Window Size on the fly during transmission, thus allowing more bytes.
 

Resolution

Depending on your ProxySG model and capability, you can manually increase the initial TCP Window Size.

To manually increase the initial window size to 256K or higher:
#(config)tcp-ip window-size 256000
  ok


To revert the initial window size to default:
#(config)tcp-ip window-size 65535
  ok



Note 1: SGOS 6.7.3.x and older - default TCP window size is 64K. Starting with SGOS 6.7.4.1 - default TCP window size has been increased from 64K to 256K. Starting with SGOS 7.2.1.1 - default TCP window size has been increased from 256K to 1MB