Rick Pasotto <[EMAIL PROTECTED]> writes:
>
> Does mozilla do it's own name resolution? Or ip caching?
It does its own DNS caching but on a small scale. By default, it
caches a maximum of 30 addresses with an expiration time of 300
seconds. These values can be modified, I believe, by adding
appropriate lines to your "prefs.js":
user_pref("network.dnsCacheEntries", 30);
user_pref("network.dnsCacheExpiration", 300);
If you find entries more stale than 5 minutes, something's going
wrong.
--
Kevin <[EMAIL PROTECTED]>
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]