Skip Menu |

This queue is for tickets about the Net-DNS CPAN distribution.

Report information
The Basics
Id: 13809
Status: resolved
Priority: 0/
Queue: Net-DNS

People
Owner: Nobody in particular
Requestors: phar [...] stonedcoder.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.52
Fixed in: (no value)



Subject: udp_connection is broken
Nameserver.pm:udp_connection(line 333) is a bit broken, in that when make_reply is called, the peer address is never passed.. pretty useless... i corrected by changing: my ($peerhost,$peerport); to my ($peerhost,$peerport) = ($sock->peerhost. $sock->peerport); thnx -phar
[guest - Thu Jul 21 02:36:27 2005]: Show quoted text
> Nameserver.pm:udp_connection(line 333) is a bit broken, in that when > make_reply is called, the peer address is never passed.. pretty > useless...
Indeed... (and not very handy if you want to implement "views"). Anyway its fixed on the subversion trunk. It may take a while before the fix appears as release. I do not want to release in vacation time. Is "phar" the name you want to be acknowledged by? Thanks ! --Olaf