Citrix Systems CITRIX NETSCALER 9.3 Benutzerhandbuch

Seite von 195
the appliance learns the optimum MSS value. The appliance uses the learned MSS value
until the appliance is restarted. If the appliance is restarted, the appliance defaults to
the MSS value specified in the virtual server's TCP profile until it learns the MSS value
again.
Specifying the MSS Value in a TCP Profile
If you know the optimal MSS value for a given virtual server, you can specify the MSS in
a TCP profile and bind the profile to the virtual server. When a client initiates a
connection with the virtual server, the NetScaler appliance advertises the specified MSS
value to the client.
To specify the MSS value in a TCP profile by using the
NetScaler command-line
At the NetScaler command prompt, type the following commands to specify the MSS
value in a TCP profile and verify the configuration:
add ns tcpProfile <name> -mss <positive_integer>
show ns tcpProfile
> add ns tcpProfile tcp_prof1 -mss 1000
 Done
> show ns tcpProfile tcp_prof1
        Name    : tcp_prof1
        Window Scaling status     : DISABLED
        Window Scaling factor     : 4
        SACK status               : DISABLED
        MSS                       : 1000
        MaxBurst setting          : 6 MSS
        Initial cwnd setting      : 4 MSS
        .
        .
        .
 Done
>
Parameters for specifying the MSS value in a TCP profile
name
The name of the TCP profile.
mss
The maximum number of octets to allow in a TCP data segment.
To specify the MSS value in a TCP profile by using the
NetScaler configuration utility
1. In the navigation pane, expand System, and then click Profiles.
2. In the details pane, do one of the following:
Citrix NetScaler Administration Guide
145