2.6.7: Does socket.gethostbyaddr truncate?

Antoon Pardon antoon.pardon at vub.be
Tue Jan 30 07:05:31 EST 2018


I am using python 2.6.7 to do a little network programming, but it seems I don't
get all the results.

When I call socket.gethostbyaddr(IP) entry [1] of the result is a list of 34 addresses.

However when I use: dig -x IP I get a list of 46 addresses.

Am I using the wrong function? Is this a bug? If the latter, is there a work around?

-- 
Antoon Pardon.




More information about the Python-list mailing list