http://bugzilla.spamassassin.org/show_bug.cgi?id=3997
------- Additional Comments From [EMAIL PROTECTED] 2005-04-12 02:39 ------- I just looked into the Net::DNS::Resolver::Base.pm source code from Net::DNS version 0.48 and now I can't make any sense of Jonathan's description of the problem in bug #4249. There he says that bg_send() reuses a UDP socket if persistent_udp is set. Looking at the code, the only place that persistent_udp is consulted in in the send_udp() method, which is called by send(). bg_send() always creates a new IO::Socket and it does not call send_udp. Jonathan, what version of Net::DNS did you look at? If it is less than 0.48, can you still reproduce your problem if you upgade to Net::DNS to 0.48 or later and remove your non-persistent mode match? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
