Tagged Questions
3
votes
3answers
892 views
Why isn't Java's InetAddress class resolving ipv6 addresses to their FQDN?
I'm trying to write a simple program using Java that, given an IP in either version 4 or 6 format, will return its FQDN. The following code works fine when given an ipv4 address, but will only return ...
1
vote
2answers
804 views
Get unqualified host name in .NET
Is there a .NET equivalent to the winsock function GetNameInfoW() with the NI_NOFQDN flag set? As the MSDN docs for GetNameInfoW explain:
Setting the NI_NOFQDN flag results in local hosts having ...
1
vote
5answers
518 views
Sorting domain names
Has anyone implemented sorting a list of domain names?
I have seen some applications sort them as flat strings, but the problem is that you end up scattering all the related hosts in a domain:
...
0
votes
2answers
210 views
C++ Retrive the IP from a name from the DNS - LINUX
In my C++ linu application: how can I get from a DNS the IP reffering to a name?
Please attach code sample.
10x
0
votes
1answer
104 views
SMTP Fully-qualified domain name configuration
I have trouble with receiving of email from from my SMTP to internal (the same domain) email.
I mean that when I sent email from my registration@example.com email to private email somename@yahoo.com ...