Subject: | peerhost still not working as expected |
Earlier versions has a problem with not showing correct $peerhost in .53_01 this problem is solved partialy (passing $sock directly to udp_connection() instead of $sock->peerhost, which doesn work !!)
Now it almost work.
What happen when i make queries from two different ip addresses is :
1. On the first query : $peerhost is empty
2. Every first request from different address returns in $peerhost the previous address
Haven't debugged the code to figure out the root of the cause.
Gentoo
Linux vr 2.6.10-rc3 #1 Sat Jan 8 22:15:17 EET 2005 i686 Intel(R) Celeron(R) CPU 2.53GHz GenuineIntel GNU/Linux
This is perl, v5.8.6 built for i686-linux
Net::DNS
$VERSION = '0.53_01';
that is for now