Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Configuring a Coordinated Cache (ELUG)

Revision as of 11:09, 27 November 2007 by Unnamed Poltroon (Talk) (New page: <div style="float:right;border:1px solid #000000;padding:5px">__TOC__ Related Topics</div> This section describes how to ...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Related Topics


This section describes how to configure a EclipseLink coordinated cache.

[[#Table 99-1] lists the configurable options shared by two or more EclipseLink coordinated cache types.


Table 99-1 Configuring EclipseLink Coordinated Caches

If you are configuring a... See...

JMS Coordinated Cache

Configuring a JMS Coordinated Cache

RMI Coordinated Cache

Configuring an RMI Coordinated Cache

CORBA Coordinated Cache

Configuring a CORBA Coordinated Cache

Oracle Application Server Cluster Coordinated Cache


Custom Coordinated Cache

Configuring a Custom Coordinated Cache"


For more information, see Cache Coordination.


Configuring Common Coordinated Cache Options

[[#Table 99-1] lists the configurable options shared by two or more EclipseLink coordinated cache types. In addition to the configurable options described here, you must also configure the options described for the specific [Introduction%20to%20Cache%20(ELUG)#CHEDGDDI Coordinated Cache Types], as shown in [[#Table 99-2].


Table 99-2 Common Coordinated Cache Options

Option to Configure Workbench
Java

Cache coordination change propagation at the descriptor level (see [Configuring%20a%20Descriptor%20(ELUG)#BCGGEDDG Configuring Cache Coordination Change Propagation at the Descriptor Level])

Supported

Supported

Synchronous change propagation mode (see [[#Configuring the Synchronous Change Propagation Mode])

Supported

Supported

Service channel (see [[#Configuring a Service Channel])

Supported

Supported

Multicast group address (see [[#Configuring a Multicast Group Address])

Supported

Supported

Multicast port (see [[#Configuring a Multicast Port])

Supported

Supported

Naming service type (see [[#Configuring a Naming Service Type])

Supported

Supported

Announcement delay (see [[#Configuring an Announcement Delay])

Supported

Supported

Connection handling (see [[#Configuring Connection Handling])

Supported

Supported

Context properties (see #Configuring Context Properties)

Supported

Supported

Packet time-to-live (see [[#Configuring a Packet Time-to-Live])

Supported

Supported


Configuring the Synchronous Change Propagation Mode

You can configure whether the coordinated cache should propagate object changes asynchronously or synchronously.

[#BCGCCEII33 Table 99-3] summarizes which coordinated caches support propagation mode configuration.


Table 99-3 Coordinated Cache Support for Propagation Mode Configuration

Coordinated Cache [[#How to Configure the Synchronous Change Propagation Mode Using Workbench]
How to Use Java

JMS Coordinated Cache (asynchronous only)

Unsupported.

Unsupported.

RMI Coordinated Cache

Supported.

Supported.

CORBA Coordinated Cache

Supported.

Supported.

Oracle Application Server Cluster Coordinated Cache

Unsupported.

Unsupported.

Custom Coordinated Cache

Unsupported.

Unsupported.


Synchronous propagation mode forces the session to wait for an acknowledgement before sending the next object change notification: this reduces the likelihood of stale data at the expense of performance.

Asynchronous propagation mode allows the session to create separate threads to propagate changes to remote servers. EclipseLink returns control to the client immediately after the local commit operation, whether or not the changes merge successfully on the remote servers. This offers superior performance for applications that are somewhat tolerant of stale data.

For more information, [Introduction%20to%20Cache%20(ELUG)#CHEEACDJ Handling Stale Data].


How to Configure the Synchronous Change Propagation Mode Using Workbench

To specify the change propagation mode, use this procedure:

  1. Select a session or session broker in the Navigator. Its properties appear in the Editor.
  2. Click the Cache Coordination tab. The Cache Coordination tab appears.
  3. Ensure the Enable Cache Coordination option is selected, then select the appropriate coordinated cache Type (see [#BCGCCEII33 Table 99-3]). The cache coordination options appear on the tab.
    Figure 99-1 Cache Coordination Tab, Synchronous FieldDescription of Figure 99-1 follows
    [img_text/sesrmisy Description of "Figure 99-1 Cache Coordination Tab, Synchronous Field"]

  4. Select the Synchronous option to use synchronous change propagation. Do not select this option to use asynchronous change propagation.

See Also

[[#Configuring the Synchronous Change Propagation Mode]


Configuring a Service Channel

The service channel is the name of the EclipseLink coordinated cache channel to which sessions subscribe in order to participate in the same coordinated cache. Such sessions use the service channel to exchange messages with each other. Messages sent on other service channels will not be exchanged with this coordinated cache.

[[#Table 99-4] summarizes which coordinated caches support service channel configuration.


Table 99-4 Coordinated Cache Support for Service Channel Configuration

Coordinated Cache [[#How to Configure a Service Channel Using Workbench]
How to Use Java

JMS Coordinated Cache

Unsupported.

Unsupported.

RMI Coordinated Cache

Supported.

Supported.

CORBA Coordinated Cache

Supported.

Supported.

Oracle Application Server Cluster Coordinated Cache

Unsupported.

Unsupported.

Custom Coordinated Cache

Supported.

Supported.


How to Configure a Service Channel Using Workbench

To specify the service channel, use this procedure:

  1. Select a session or session broker in the Navigator. Its properties appear in the Editor.
  2. Click the Cache Coordination tab. The Cache Coordination tab appears.
  3. Ensure the Enable Cache Coordination option is selected, then select the appropriate coordinated cache Type (see [[#Table 99-4]). The cache coordination options appear on the tab.
    Figure 99-2 Cache Coordination Tab, Channel FieldDescription of Figure 99-2 follows
    [img_text/cachchannel Description of "Figure 99-2 Cache Coordination Tab, Channel Field"]

  4. In the Channel field, enter the name of the service channel for this coordinated cache.

See Also

[[#Configuring a Service Channel]


Configuring a Multicast Group Address

A multicast group address is an Internet Protocol (IP) address in the range 224.0.0.0 to 239.255.255.255 that identifies the members of an IP multicast group. To efficiently broadcast the same message to all members of an IP multicast group, you configure each recipient with the same multicast group address and send the message to that address.

[[#Table 99-5] summarizes which coordinated caches support multicast group address configuration.


Table 99-5 Coordinated Cache Support for Multicast Group Address Configuration

Coordinated Cache [[#How to Configure a Multicast Group Address Using Workbench]
How to Use Java

JMS Coordinated Cache

Unsupported.

Unsupported.

RMI Coordinated Cache

Supported.

Supported.

CORBA Coordinated Cache

Supported.

Supported.

Oracle Application Server Cluster Coordinated Cache

Unsupported.

Unsupported.

Custom Coordinated Cache

Unsupported.

Unsupported.



Note: Ensure your host and network are configured to support multicast operation before configuring this option.


In addition to configuring the multicast group address, you must also configure the multicast port (see [[#Configuring a Multicast Port]) for the coordinated cache types shown in [[#Table 99-5].


How to Configure a Multicast Group Address Using Workbench

To specify the multicast group address, use this procedure:

  1. Select a session or session broker in the Navigator. Its properties appear in the Editor.
  2. Click the Cache Coordination tab. The Cache Coordination tab appears.
  3. Ensure the Enable Cache Coordination option is selected, then select the appropriate coordinated cache Type (see [[#Table 99-5]). The cache coordination options appear on the tab.
    Figure 99-3 Cache Coordination Tab, Multicast Group Address FieldDescription of Figure 99-3 follows
    [img_text/rmiclumg Description of "Figure 99-3 Cache Coordination Tab, Multicast Group Address Field"]

  4. Enter the multicast group address in the range 224.0.0.0 to 239.255.255.255 to subscribe this session to a given coordinated cache.

See Also

[[#Configuring a Multicast Group Address]


Configuring a Multicast Port

The multicast port is the port on which multicast messages are received. Members of a multicast group (see [[#Configuring a Multicast Group Address]) rely on messages broadcast to their multicast group address to communicate with one another.

[[#Table 99-6] summarizes which coordinated caches support multicast port configuration.


Table 99-6 Coordinated Cache Support for Multicast Port Configuration

Coordinated Cache [[#How to Configure a Multicast Port Using Workbench]
How to Use Java

JMS Coordinated Cache

Unsupported.

Unsupported.

RMI Coordinated Cache

Supported.

Supported.

CORBA Coordinated Cache

Supported.

Supported.

Oracle Application Server Cluster Coordinated Cache

Unsupported.

Unsupported.

Custom Coordinated Cache

Unsupported.

Unsupported.



Note: Ensure your host and network are configured to support multicast operation before configuring this option


How to Configure a Multicast Port Using Workbench

To specify the multicast port, use this procedure:

  1. Select a session or session broker in the Navigator. Its properties appear in the Editor.
  2. Click the Cache Coordination tab. The Cache Coordination tab appears.
  3. Ensure the Enable Cache Coordination option is selected, then select the appropriate coordinated cache Type (see [[#Table 99-6]). The cache coordination options appear on the tab.
    Figure 99-4 Cache Coordination Tab, Multicast Port FieldDescription of Figure 99-4 follows
    [img_text/rmiclump Description of "Figure 99-4 Cache Coordination Tab, Multicast Port Field"]

  4. Enter the multicast port on which messages broadcast to the multicast group address are received.

See Also

[[#Configuring a Multicast Port]


Configuring a Naming Service Type

The session's message transport service uses a naming service when it looks up connections to other sessions in the coordinated cache. You can configure the message transport service to look up remote objects using an RMI registry or Java Naming and Directory Interface (JNDI). By default, JNDI is used.

[[#Table 99-7] summarizes which coordinated caches support naming service configuration.


Table 99-7 Coordinated Cache Support for Naming Service Configuration

Coordinated Cache JNDI Naming Service RMI Registry Naming Service

JMS Coordinated Cache

Supported.

Unsupported.

RMI Coordinated Cache

Supported.

Supported.

CORBA Coordinated Cache

Supported.

Unsupported.

Oracle Application Server Cluster Coordinated Cache

Unsupported.

Unsupported.

Custom Coordinated Cache

Unsupported.

Unsupported.


For information, see the following:

  • [#BABEJHFE22 Configuring RMI Registry Naming Service Information]
  • [[#Configuring JNDI Naming Service Information]


Configuring JNDI Naming Service Information

The session's message transport service uses a naming service when it looks up connections to other sessions in the coordinated cache. If you choose to use a JNDI naming service, you must configure JNDI naming service information.

[[#Table 99-8] summarizes which coordinated caches support JNDI naming service configuration.


Table 99-8 Coordinated Cache Support for JNDI Naming Service Configuration

Coordinated Cache [[#How to Configure JNDI Naming Service Information Using Workbench]
How to Use Java

JMS Coordinated Cache

Supported.

Supported.

RMI Coordinated Cache

Supported.

Supported.

CORBA Coordinated Cache

Supported.

Supported.

Oracle Application Server Cluster Coordinated Cache

Unsupported.

Unsupported.

Custom Coordinated Cache

Unsupported.

Unsupported.


EclipseLink uses JNDI naming service information differently, depending on the type of coordinated cache.

For a JMS coordinated cache, when a particular session's coordinated cache starts up, it uses its JNDI naming service information to locate and create a connection to the JMS server. The coordinated cache is ready when all participating sessions are connected to the JMS server. At this point, sessions can start sending and receiving object change messages. You can then configure all sessions that are participating in the same coordinated cache with the same JNDI naming service information.

For an RMI or CORBA coordinated cache, when a particular session's coordinated cache starts up, the session binds its connection in JNDI, creates an announcement message (that includes its own JNDI naming service information), and broadcasts the announcement to its multicast group (see [[#Configuring a Multicast Group Address] and [[#Configuring a Multicast Port]). When a session that belongs to the same multicast group receives this announcement, it uses the JNDI naming service information in the announcement message to establish bidirectional connections with the newly announced session's coordinated cache. The coordinated cache is ready when all participating sessions are interconnected in this way, at which point, sessions can start sending and receiving object change messages. You can then configure each session with JNDI naming information that identifies the host on which the session is deployed.


How to Configure JNDI Naming Service Information Using Workbench

To specify the sessions's JNDI naming service, use this procedure:

  1. Select a session or session broker in the Navigator. Its properties appear in the Editor.
  2. Click the Cache Coordination tab. The Cache Coordination tab appears.
  3. Ensure the Enable Cache Coordination option is selected, then select the appropriate coordinated cache Type (see [[#Table 99-8]). The cache coordination options appear on the tab.
    Figure 99-5 Cache Coordination Tab, JNDI Naming Service OptionsDescription of Figure 99-5 follows
    [img_text/jndisrvc Description of "Figure 99-5 Cache Coordination Tab, JNDI Naming Service Options"]

  4. Complete the [topicid:session.clustering.jndiNamingService Naming Service options].

Use the following information to enter data in the fields of the Cache Coordination tab to configure the naming service options:


Field Description
URL

The location of the JNDI naming service. For a JMS coordinated cache: If you are using the Oracle Containers for J2EE (OC4J) JNDI naming service and all the hosts in your coordinated cache can communicate using the OC4J proprietary RMI protocol ORMI, use a URL similar to the following:

ormi://<JMS-host-IP>:<JMS-host-port>

where JMS-host-IP is the IP address of the host on which the JMS service provider is running and JMS-host-port is the port on which the JMS service provider is listening for JMS requests.For an RMI or CORBA coordinated cache: If you are using the OC4J JNDI naming service and all the hosts in your coordinated cache can communicate using the OC4J proprietary RMI protocol ORMI on OC4J default port 23791, use a URL similar to the following:

ormi://<session-host-IP>:23791

where session-host-IP is the IP address of the host on which this session is deployed.

Username

The user name required to log in to the JNDI naming service. The value you enter defines the Context.SECURITY_PRINCIPAL environment property.

Password

The plain text (unencrypted) password required to log in to the JNDI naming service. The password appears in plain text in Workbench, but it is encrypted when written to the sessions.xml file The value you enter defines the Context.SECURITY_CREDENTIALS environment property.

Initial Context Factory

The name of the factory class, provided by your JNDI naming service provider, that implements the javax.naming.spi.InitialContextFactory interface. This factory class is used to create a javax.naming.Context instance that can access the JNDI naming service provider's context implementation. The value you enter defines the Context.INITIAL_CONTEXT_FACTORY environment property.

Properties

The JNDI context properties. Click Properties to configure custom JNDI context properties (see #Configuring Context Properties).


See Also

[[#Configuring JNDI Naming Service Information]


Configuring RMI Registry Naming Service Information

The session's message transport service uses a naming service when it looks up connections to other sessions in the coordinated cache. If you choose to use an RMI registry naming service, you can configure RMI registry naming service options.

[[#Table 99-8] summarizes which coordinated caches support RMI registry naming service configuration.


Table 99-9 Coordinated Cache Support for RMI Registry Naming Service Configuration

Coordinated Cache [[#How to Configure RMI Registry Naming Service Information Using Workbench]
How to Use Java

JMS Coordinated Cache

Unsupported.

Unsupported.

RMI Coordinated Cache

Supported.

Supported.

CORBA Coordinated Cache

Unsupported.

Unsupported.

Oracle Application Server Cluster Coordinated Cache

Unsupported.

Unsupported.

Custom Coordinated Cache

Unsupported.

Unsupported.


For an RMI coordinated cache, when a particular session's coordinated cache starts up, the session binds its connection in its RMI registry, creates an announcement message (that includes its own naming service information), and broadcasts the announcement to its multicast group (see [[#Configuring a Multicast Group Address] and [[#Configuring a Multicast Port]). When a session that belongs to the same multicast group receives this announcement, it uses the JNDI naming service information in the announcement message to establish bidirectional connections with the newly announced session's coordinated cache. The coordinated cache is ready when all participating sessions are interconnected in this way, at which point, sessions can start sending and receiving object change messages. You can then configure each session with RMI registry naming information that identifies the host on which the session is deployed.


How to Configure RMI Registry Naming Service Information Using Workbench

To specify the sessions's registry naming service, use this procedure:

  1. Select a session or session broker in the Navigator. Its properties appear in the Editor window.
  2. Click the Cache Coordination tab. The Cache Coordination tab appears.
  3. Ensure the Enable Cache Coordination option is selected, then select the appropriate coordinated cache Type (see [[#Table 99-9]). The cache coordination options appear on the tab.
    Figure 99-6 Cache Coordination Tab, Naming Service OptionsDescription of Figure 99-6 follows
    [img_text/rmisrvc Description of "Figure 99-6 Cache Coordination Tab, Naming Service Options"]

  4. Complete the [topicid:session.clustering.rcm.rmi.rmiURL Registry Naming Service options].

Use the following information to configure the naming service options:


Field Description
URL

Assuming that you are using the OC4J JNDI naming service and that all the hosts in your coordinated cache can communicate using the OC4J proprietary RMI protocol ORMI on OC4J default port 23791, use a URL similar to the following:

ormi://<session-host-IP>:23791

where session-host-IP is the IP address of the host on which this session is deployed.


See Also

[#BABEJHFE22 Configuring RMI Registry Naming Service Information]


Configuring an Announcement Delay

Use the announcement delay option to set the amount of time (in milliseconds) that a session should wait between the time that it is available and the time that it broadcasts its announcement message to the members of the coordinated cache. This additional delay may be necessary to give some systems more time to post their connections into the naming service (see [[#Configuring a Naming Service Type]).

[[#Table 99-10] summarizes which coordinated caches support announcement delay configuration.


Table 99-10 Coordinated Cache Support for Announcement Delay Configuration

Coordinated Cache [[#How to Configure an Announcement Delay Using Workbench]
How to Use Java

JMS Coordinated Cache

Unsupported.

Unsupported.

RMI Coordinated Cache

Supported.

Supported.

CORBA Coordinated Cache

Supported.

Supported.

Oracle Application Server Cluster Coordinated Cache

Unsupported.

Unsupported.

Custom Coordinated Cache

Unsupported.

Unsupported.


In addition to announcement delay, you may also need to consider packet time-to-live configuration (see [[#Configuring a Packet Time-to-Live]).


How to Configure an Announcement Delay Using Workbench

To specify the announcement delay (in milliseconds) for an RMI coordinated cache, use this procedure:

  1. Select a session or session broker in the Navigator. Its properties appear in the Editor.
  2. Click the Cache Coordination tab. The Cache Coordination tab appears.
  3. Ensure the Enable Cache Coordination option is selected, then select the appropriate coordinated cache Type (see [[#Table 99-10]). The cache coordination options appear on the tab.
    Figure 99-7 Cache Coordination Tab, Announcement Delay FieldDescription of Figure 99-7 follows
    [img_text/rmicluad Description of "Figure 99-7 Cache Coordination Tab, Announcement Delay Field"]

  4. Select the amount of time (in milliseconds) that this session should wait between the time that it is available and the time that it broadcasts its announcement message to the members of the coordinated cache.

See Also

#Configuring an Announcement Delay
#Configuring a Packet Time-to-Live


Configuring Connection Handling

The session's transport manager creates connections to the various members of the coordinated cache. If a communication error occurs on one of these connections, you can configure the session to either ignore the error or remove the connection.

[[#Table 99-11] summarizes which coordinated caches support connection handling configuration.


Table 99-11 Coordinated Cache Support for Connection Handling Configuration

Coordinated Cache #How to Configure Connection Handling Using Workbench
How to Use Java

JMS Coordinated Cache

Supported.

Supported.

RMI Coordinated Cache

Supported.

Supported.

CORBA Coordinated Cache

Supported.

Supported.

Oracle Application Server Cluster Coordinated Cache

Unsupported.

Unsupported.

Custom Coordinated Cache

Supported.

Supported.


If you configure the session to remove the connection on error, the next time the session tries to communicate with that coordinated cache member, it will construct a new connection.

If you configure the session to ignore the error, the next time the session tries to communicate with that coordinated cache member, it will continue to use the same connection.


How to Configure Connection Handling Using Workbench

To specify how EclipseLink handles session connections in the event of an error, use this procedure:

  1. Select a session or session broker in the Navigator. Its properties appear in the Editor.
  2. Click the Cache Coordination tab. The Cache Coordination tab appears.
  3. Ensure the Enable Cache Coordination option is selected, then select the appropriate coordinated cache Type (see [[#Table 99-11]). The cache coordination options appear on the tab.
    Figure 99-8 Cache Coordination Tab, Remove Connection on Error OptionDescription of Figure 99-8 follows
    [img_text/clonerr Description of "Figure 99-8 Cache Coordination Tab, Remove Connection on Error Option"]

  4. Select the Remove Connection on Error option to configure the session to remove the data source connection in the event of an error.

See Also

[[#Configuring Connection Handling]


Configuring Context Properties

When you configure a coordinated cache to use a JNDI naming service (see [[#Configuring a Naming Service Type]), you can add new environment properties to the environment of the initial JNDI context.

[[#Table 99-12] summarizes which coordinated caches support context properties.


Table 99-12 Coordinated Cache Support for Context Properties

Coordinated Cache #How to Configure Context Properties Using Workbench
How to Use Java

JMS Coordinated Cache

Supported.

Supported.

RMI Coordinated Cache[#sthref3406 Foot 1 ]

Supported.

Supported.

CORBA Coordinated Cache

Supported.

Supported.

Oracle Application Server Cluster Coordinated Cache

Unsupported.

Unsupported.

Custom Coordinated Cache

Unsupported.

Unsupported.


Footnote 1 When JNDI naming service is selected (see [[#Configuring a Naming Service Type]).

Using Workbench, EclipseLink uses the new environment properties you add to create the initial context for both local and remote JNDI access.

Using Java, you can configure different properties for local and remote JNDI access using a session customizer class to call TransportManager methods setLocalContextProperties and setRemoteContectProperties (for more information, see Configuring a Session Customizer Class).


How to Configure Context Properties Using Workbench

To define JNDI context properties, use this procedure:

  1. Select a session or session broker in the Navigator. Its properties appear in the Editor.
  2. Ensure the Enable Cache Coordination option is selected, then select the appropriate coordinated cache Type (see [[#Table 99-12]). The cache coordination options appear on the tab.
  3. Ensure the JNDI Naming Service option is selected. See [[#Configuring a Naming Service Type].
  4. In the JNDI Naming Service area, click Properties. The Edit Properties dialog box appears.
    Figure 99-9 Edit Properties Dialog BoxDescription of Figure 99-9 follows
    [img_text/cachepropdialog Description of "Figure 99-9 Edit Properties Dialog Box"]

  5. Click Add to create a new property. The [topicid:dialog.jndiNamingService.properties Add New Property dialog box] appears.

Use this table to enter data in the following fields on the dialog box.


Field Description
Name The name of the property.
Value The value of the property.


To change (or delete) an existing property, select the property and click Edit (or Remove).

See Also

#Configuring Context Properties


Configuring a Packet Time-to-Live

The packet time-to-live is the number of hops that session data packets can take before expiring. The default is 2. This allows for a hub and an interface card, and prevents the data packets from leaving the local network. If sessions are hosted on different local area networks (LANs) that are part of wide area network (WAN), or if a firewall configuration prevents it, the announcement sent by one session may not reach the other sessions in the coordinated cache. In this case, consult your network administrator for the correct time-to-live value.

[[#Table 99-13] summarizes which coordinated caches support packet time-to-live configuration.


Table 99-13 Coordinated Cache Support for Packet Time-to-Live Configuration

Coordinated Cache #How to Configure a Packet Time-to-Live Using Workbench
How to Use Java

JMS Coordinated Cache

Unsupported.

Unsupported.

RMI Coordinated Cache

Supported.

Supported.

CORBA Coordinated Cache

Supported.

Supported.

Oracle Application Server Cluster Coordinated Cache

Unsupported.

Unsupported.

Custom Coordinated Cache

Unsupported.

Unsupported.


In addition to configuring packet time-to-live, you may also need to configure announcement delay (see [[#Configuring an Announcement Delay]).


How to Configure a Packet Time-to-Live Using Workbench

To specify the number of hops that session data packets can take before expiring, use this procedure:

  1. Select a session or session broker in the Navigator. Its properties appear in the Editor.
  2. Ensure the Enable Cache Coordination option is selected, then select the appropriate coordinated cache Type (see [[#Table 99-12]). The cache coordination options appear on the tab.
    Figure 99-10 Cache Coordination Tab, Packet Time to Live FieldDescription of Figure 99-10 follows
    [img_text/rmipacket Description of "Figure 99-10 Cache Coordination Tab, Packet Time to Live Field"]

In the Packet Time to Live field, specify the number of hops (default = 2) that session data packets can take before expiring.

See Also

[[#Configuring a Packet Time-to-Live]



Copyright Statement

Back to the top