service
XMSDNS Service — Provides DNS resolution services<service class="xms.net.dns.XMSDNSService" … />
Table 84. Attributes for service tag (for xms.net.dns.XMSDNSService)
| Name | Description | Type | Default Value | Required |
|---|---|---|---|---|
| cacheSize | The number of DNS replies to cache | int any integer | 1000 | no |
| cacheTimeout | The maximum amount of time in ms to cache DNS results | int any integer | 30000 | no |
| concurrency | The number of DNS lookups to perform in parallel | int any integer | 100 | no |
| rate | Limits the number of lookups per second | int any integer | 0 (no limit) | no |
| servers | A list of DNS servers to query | String any character combination | Specified by operating system | no |
This tag depends on the following services (or a service that extends or implements these classes)