http://bugzilla.spamassassin.org/show_bug.cgi?id=3924
------- Additional Comments From [EMAIL PROTECTED] 2004-11-13 12:47 -------
Tony - you mean using
persistent_udp (persistent_tcp)
print 'Persistent UDP flag: ', $res->persistent_udp, "\n";
$res->persistent_udp(1);
Get or set the persistent UDP (TCP) setting. If set to true, Net::DNS will
keep a single UDP (TCP) socket open for all queries. This is useful if you're
using UDP (TCP) and need to make a lot of queries or updates.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.