JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Sun GlassFish Communications Server 2.0 Release Notes

Document Information

1.  Overview

2.  About Sun GlassFish Communications Server 2.0

Features of Sun GlassFish Communications Server

Hardware and Software Requirements

Supported Platforms

Important Patch Information

Solaris Patch Requirements

JDK Version

To Switch to the Supported Java SE Version

Ant Version

JDBC Drivers and Databases

Message Queue Versions

Browsers

Required Free Ports

Other Requirements

Java EE 5 Platform APIs

Using the Update Center

To Use the Update Center

More About WSIT Integration

Failure Destination Cache Properties

Setting the Maximum Transmission Unit (MTU) Size for Communications Server Instances

3.  Sun GlassFish Communications Server Known Issues and Limitations

4.  Sun GlassFish Enterprise Server Known Issues and Limitations

Setting the Maximum Transmission Unit (MTU) Size for Communications Server Instances

When a Communications Server instance is sending a Session Initiation Protocol (SIP) message over User Datagram Protocol (UDP), the packet size might exceed the MTU size. In this situation, Communications Server switches from UDP to Transmission Control Protocol (TCP). To prevent Communications Server from switching from UDP, set the MTU size to a value that will not be exceeded by the packet size. Set the MTU size for each Communications Server instance that you want to prevent from switching from UDP.

To set the MTU size for Communications Server instances, set the com.ericsson.ssa.sip.dns.MAX_MTU_SIZE Java system property to the required MTU size in bytes:

asadmin> create-jvm-options --target=target -Dcom.ericsson.ssa.sip.dns.MAX_MTU_SIZE=mtu-size
target

One of the following targets, which specifies the instances for which the MTU size is set:

  • server (default). The MTU size is set for the domain administration server (DAS).

  • The name of a Communications Server instance. The MTU size is set for only the specified instance.

  • The name of a Communications Server cluster. The MTU size is set for all instances in the cluster.

  • The name of a Communications Server configuration. The MTU size is set for all instances that reference the configuration.

mtu-size

An integer that specifies the MTU size in bytes. The default value is 1300.

The operating system must support the MTU size that you set.


Note - This property is introduced in Sun GlassFish Communications Server 2.0 Patch 16.