<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: DNS Query Code in C with winsock and linux sockets</title>
	<atom:link href="http://www.binarytides.com/blog/dns-query-code-in-c-with-winsock-and-linux-sockets/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.binarytides.com/blog/dns-query-code-in-c-with-winsock-and-linux-sockets/</link>
	<description></description>
	<lastBuildDate>Wed, 28 Jul 2010 17:45:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Adrian</title>
		<link>http://www.binarytides.com/blog/dns-query-code-in-c-with-winsock-and-linux-sockets/comment-page-1/#comment-3646</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Wed, 28 Jul 2010 15:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=7#comment-3646</guid>
		<description>Very good article!
I have a question, how can i implement a timeout on receive answer?</description>
		<content:encoded><![CDATA[<p>Very good article!<br />
I have a question, how can i implement a timeout on receive answer?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepanshu</title>
		<link>http://www.binarytides.com/blog/dns-query-code-in-c-with-winsock-and-linux-sockets/comment-page-1/#comment-3372</link>
		<dc:creator>Deepanshu</dc:creator>
		<pubDate>Mon, 12 Jul 2010 07:01:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=7#comment-3372</guid>
		<description>Hi
I wanted to use the code in a commercial product and would like your permission. The product is open source and licensed under BSD license.</description>
		<content:encoded><![CDATA[<p>Hi<br />
I wanted to use the code in a commercial product and would like your permission. The product is open source and licensed under BSD license.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://www.binarytides.com/blog/dns-query-code-in-c-with-winsock-and-linux-sockets/comment-page-1/#comment-3091</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Fri, 25 Jun 2010 04:55:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=7#comment-3091</guid>
		<description>Sorry, last comment got munged a bit...you need to #include &lt;arpa/inet.h&gt;</description>
		<content:encoded><![CDATA[<p>Sorry, last comment got munged a bit&#8230;you need to #include &lt;arpa/inet.h&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://www.binarytides.com/blog/dns-query-code-in-c-with-winsock-and-linux-sockets/comment-page-1/#comment-3090</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Fri, 25 Jun 2010 04:54:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=7#comment-3090</guid>
		<description>Just a note on the Linux code...unless you #include , this code segfaults...for some reason, inet_ntoa() returns a bogus int instead of a string.  Other than that, it works great...Thanks!

@@ron</description>
		<content:encoded><![CDATA[<p>Just a note on the Linux code&#8230;unless you #include , this code segfaults&#8230;for some reason, inet_ntoa() returns a bogus int instead of a string.  Other than that, it works great&#8230;Thanks!</p>
<p>@@ron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sevcio</title>
		<link>http://www.binarytides.com/blog/dns-query-code-in-c-with-winsock-and-linux-sockets/comment-page-1/#comment-2890</link>
		<dc:creator>sevcio</dc:creator>
		<pubDate>Fri, 11 Jun 2010 17:25:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=7#comment-2890</guid>
		<description>Hi there,
Sory for my english :) Program run succeded, but IPs are not correct i think. I mean it is different than IPs given from windows &#039;ping&#039; command in command prompt. Why is that?</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
Sory for my english <img src='http://www.binarytides.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Program run succeded, but IPs are not correct i think. I mean it is different than IPs given from windows &#8216;ping&#8217; command in command prompt. Why is that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alessandro I.</title>
		<link>http://www.binarytides.com/blog/dns-query-code-in-c-with-winsock-and-linux-sockets/comment-page-1/#comment-2581</link>
		<dc:creator>Alessandro I.</dc:creator>
		<pubDate>Thu, 20 May 2010 14:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=7#comment-2581</guid>
		<description>Hi there,
I am trying to get a string representation of the all message sent over the socket. I am not confident with C, how can I print it?

Thanks for the code btw.</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
I am trying to get a string representation of the all message sent over the socket. I am not confident with C, how can I print it?</p>
<p>Thanks for the code btw.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dannie</title>
		<link>http://www.binarytides.com/blog/dns-query-code-in-c-with-winsock-and-linux-sockets/comment-page-1/#comment-624</link>
		<dc:creator>dannie</dc:creator>
		<pubDate>Mon, 07 Dec 2009 11:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=7#comment-624</guid>
		<description>Hello, doesn&#039;t appear anything on my command prompt when i run the program..</description>
		<content:encoded><![CDATA[<p>Hello, doesn&#8217;t appear anything on my command prompt when i run the program..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mona</title>
		<link>http://www.binarytides.com/blog/dns-query-code-in-c-with-winsock-and-linux-sockets/comment-page-1/#comment-623</link>
		<dc:creator>mona</dc:creator>
		<pubDate>Mon, 07 Dec 2009 11:52:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=7#comment-623</guid>
		<description>Hi, i don&#039;t understand why but all the printf&#039;s text do not appear on the command prompt.. Why is that? :S

Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Hi, i don&#8217;t understand why but all the printf&#8217;s text do not appear on the command prompt.. Why is that? :S</p>
<p>Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larkou</title>
		<link>http://www.binarytides.com/blog/dns-query-code-in-c-with-winsock-and-linux-sockets/comment-page-1/#comment-605</link>
		<dc:creator>larkou</dc:creator>
		<pubDate>Thu, 03 Dec 2009 21:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=7#comment-605</guid>
		<description>hey there !
how are you , i want to learn about the &quot;receiving answer&quot; too 
georgios larkou =p</description>
		<content:encoded><![CDATA[<p>hey there !<br />
how are you , i want to learn about the &#8220;receiving answer&#8221; too<br />
georgios larkou =p</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanarita Holmes</title>
		<link>http://www.binarytides.com/blog/dns-query-code-in-c-with-winsock-and-linux-sockets/comment-page-1/#comment-292</link>
		<dc:creator>Sanarita Holmes</dc:creator>
		<pubDate>Sun, 11 Oct 2009 15:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=7#comment-292</guid>
		<description>Hey i have a question. I run this code with visual c++ but it does not display the host&#039;s ip as if it is stuck in a loop (the cursor keeps blinking at &quot;receiving answer..&quot;) I have tried many hosts simplest of all, www.google.com but the console never shows any result. Please help me with this problem...its really urgent. Thanx</description>
		<content:encoded><![CDATA[<p>Hey i have a question. I run this code with visual c++ but it does not display the host&#8217;s ip as if it is stuck in a loop (the cursor keeps blinking at &#8220;receiving answer..&#8221;) I have tried many hosts simplest of all, <a href="http://www.google.com" rel="nofollow">http://www.google.com</a> but the console never shows any result. Please help me with this problem&#8230;its really urgent. Thanx</p>
]]></content:encoded>
	</item>
</channel>
</rss>
