<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>dndns Forum Rss Feed</title><link>http://www.codeplex.com/dndns/Thread/List.aspx</link><description>dndns Forum Rss Description</description><item><title>New Post: UDP Timeout concerns</title><link>http://www.codeplex.com/dndns/Thread/View.aspx?ThreadId=24216</link><description>&lt;div style="line-height: normal;"&gt;no problem!&amp;nbsp; glad you found it useful.&lt;br&gt;
&lt;/div&gt;</description><author>jmonty</author><pubDate>Wed, 20 Aug 2008 20:36:56 GMT</pubDate><guid isPermaLink="false">New Post: UDP Timeout concerns 20080820083656P</guid></item><item><title>New Post: UDP Timeout concerns</title><link>http://www.codeplex.com/dndns/Thread/View.aspx?ThreadId=24216</link><description>&lt;div style="line-height: normal;"&gt;Ok, thanks. I'll done that (downloaded source, open project with Visual Studio 2008 (why so?))&amp;nbsp;added 3ms&amp;nbsp;timout and&amp;nbsp;and everyting is ok now. Thanks so much for your work.
&lt;/div&gt;</description><author>mman</author><pubDate>Fri, 08 Aug 2008 09:50:39 GMT</pubDate><guid isPermaLink="false">New Post: UDP Timeout concerns 20080808095039A</guid></item><item><title>New Post: UDP Timeout concerns</title><link>http://www.codeplex.com/dndns/Thread/View.aspx?ThreadId=24216</link><description>&lt;div style="line-height: normal;"&gt;Yep!&lt;br&gt;
&lt;br&gt;
As of right now, there has not been a new release created with that fix in it. You'll have to download the source and recompile.&lt;br&gt;
&lt;/div&gt;</description><author>jmonty</author><pubDate>Thu, 07 Aug 2008 20:33:24 GMT</pubDate><guid isPermaLink="false">New Post: UDP Timeout concerns 20080807083324P</guid></item><item><title>New Post: UDP Timeout concerns</title><link>http://www.codeplex.com/dndns/Thread/View.aspx?ThreadId=24216</link><description>&lt;div style="line-height: normal;"&gt;I got the same problem with infinite timeout when server is not responding. I use downloaded library. Should I get source code and recompile with above patch or there will be a new precompiled version of library?
&lt;/div&gt;</description><author>mman</author><pubDate>Thu, 07 Aug 2008 15:38:57 GMT</pubDate><guid isPermaLink="false">New Post: UDP Timeout concerns 20080807033857P</guid></item><item><title>NEW POST: Error in SrvRecord class</title><link>http://www.codeplex.com/dndns/Thread/View.aspx?ThreadId=27976</link><description>&lt;div style="line-height: normal;"&gt;This discussion has been copied to a work item. Click here to &lt;a href="http://www.codeplex.com/dndns/WorkItem/View.aspx?WorkItemId=2244"&gt;go to the work item and continue the discussion&lt;/a&gt;.&lt;br&gt;
&lt;/div&gt;</description><author>jmonty</author><pubDate>Thu, 29 May 2008 16:41:37 GMT</pubDate><guid isPermaLink="false">NEW POST: Error in SrvRecord class 20080529044137P</guid></item><item><title>NEW POST: Error in SrvRecord class</title><link>http://www.codeplex.com/dndns/Thread/View.aspx?ThreadId=27976</link><description>&lt;div style="line-height: normal;"&gt;Great catch! Thanks for the feedback.&lt;br&gt;
&lt;br&gt;
later,&lt;br&gt;
jmonty
&lt;/div&gt;</description><author>jmonty</author><pubDate>Thu, 29 May 2008 16:30:59 GMT</pubDate><guid isPermaLink="false">NEW POST: Error in SrvRecord class 20080529043059P</guid></item><item><title>NEW POST: Error in SrvRecord class</title><link>http://www.codeplex.com/dndns/Thread/View.aspx?ThreadId=27976</link><description>&lt;div style="line-height: normal;"&gt;&lt;span style="font-size:13px"&gt;
&lt;p&gt;Change the line:&lt;br&gt;
&lt;br&gt;
_port = (&lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;ushort&lt;/span&gt;&lt;span style="font-size:13px"&gt;)&lt;/span&gt;&lt;span style="font-size:13px;color:#2b91af"&gt;IPAddress&lt;/span&gt;&lt;span style="font-size:13px"&gt;.NetworkToHostOrder(&lt;/span&gt;&lt;span style="font-size:13px;color:#2b91af"&gt;BitConverter&lt;/span&gt;&lt;span style="font-size:13px"&gt;.ToUInt16(port, 0));&lt;br&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;to:&lt;br&gt;
&lt;br&gt;
_port = (&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;ushort&lt;/span&gt;&lt;span style="font-size:13px"&gt;)&lt;/span&gt;&lt;span style="font-size:13px;color:#2b91af"&gt;IPAddress&lt;/span&gt;&lt;span style="font-size:13px"&gt;.NetworkToHostOrder((&lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;short&lt;/span&gt;&lt;span style="font-size:13px"&gt;)&lt;/span&gt;&lt;span style="font-size:13px;color:#2b91af"&gt;BitConverter&lt;/span&gt;&lt;span style="font-size:13px"&gt;.ToUInt16(port, 0));&lt;br&gt;
&lt;br&gt;
otherwise the returned port is always 0.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Stefano
&lt;p&gt; &lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>dotnetted</author><pubDate>Mon, 19 May 2008 11:59:56 GMT</pubDate><guid isPermaLink="false">NEW POST: Error in SrvRecord class 20080519115956A</guid></item><item><title>NEW POST: Compact Framework</title><link>http://www.codeplex.com/dndns/Thread/View.aspx?ThreadId=26542</link><description>&lt;div class="wikidoc"&gt;
&lt;div class="quote"&gt;
 &lt;br /&gt;LiquidCaffeine wrote:&lt;br /&gt;Does this work with CF 2.0 and up, or is there something similiar?  In particuliar, I need to do a MX record lookup on an email address to verify valid addresses from a Windows Mobile 5 platform.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt; &lt;br /&gt;I suspect it would...there's nothing too fancy in the code. If you are able to give it a shot, let me know if it works or not. If I can get around to it, I'd be interested to try this out as well...&lt;br /&gt;
&lt;/div&gt;</description><author>jmonty</author><pubDate>Mon, 28 Apr 2008 17:07:13 GMT</pubDate><guid isPermaLink="false">NEW POST: Compact Framework 20080428050713P</guid></item><item><title>NEW POST: Compact Framework</title><link>http://www.codeplex.com/dndns/Thread/View.aspx?ThreadId=26542</link><description>&lt;div class="wikidoc"&gt;
Does this work with CF 2.0 and up, or is there something similiar?  In particuliar, I need to do a MX record lookup on an email address to verify valid addresses from a Windows Mobile 5 platform.&lt;br /&gt;
&lt;/div&gt;</description><author>LiquidCaffeine</author><pubDate>Thu, 24 Apr 2008 13:40:25 GMT</pubDate><guid isPermaLink="false">NEW POST: Compact Framework 20080424014025P</guid></item><item><title>NEW POST: UDP Timeout concerns</title><link>http://www.codeplex.com/dndns/Thread/View.aspx?ThreadId=24216</link><description>&lt;div class="wikidoc"&gt;
This discussion has been copied to a work item. Click here to &lt;a href="http://www.codeplex.com/dndns/WorkItem/View.aspx?WorkItemId=1966"&gt;go to the work item and continue the discussion&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>jmonty</author><pubDate>Sun, 06 Apr 2008 01:27:29 GMT</pubDate><guid isPermaLink="false">NEW POST: UDP Timeout concerns 20080406012729A</guid></item><item><title>NEW POST: UDP Timeout concerns</title><link>http://www.codeplex.com/dndns/Thread/View.aspx?ThreadId=24216</link><description>&lt;div class="wikidoc"&gt;
Really! I expected there would be a default timeout of some sort (not infinite!)....thanks for the info on adjusting it on the underlying socket! I'll adjust the code here accordingly.&lt;br /&gt;
&lt;/div&gt;</description><author>jmonty</author><pubDate>Sat, 05 Apr 2008 19:27:43 GMT</pubDate><guid isPermaLink="false">NEW POST: UDP Timeout concerns 20080405072743P</guid></item><item><title>NEW POST: UDP Timeout concerns</title><link>http://www.codeplex.com/dndns/Thread/View.aspx?ThreadId=24216</link><description>&lt;div class="wikidoc"&gt;
I appreciate the work you put into this. We were just talking about implementing something like this in-house. You saved us some time!  I had one issue come up while using it though. I had a situation where a DNS server didn't exist or wasn't properly set, so the UDP Receive function would hang indefinitely. I changed your code to take in a timeout_ms parameter in the Resolve function, and I set the underlying socket receive timeout to use it so everything could dispose properly when it timed out.  Works like a charm now!  Thanks!&lt;br /&gt; &lt;br /&gt;Here's a snippet&lt;br /&gt; &lt;br /&gt;UdpClient udpClient = new UdpClient();&lt;br /&gt;try&lt;br /&gt;{&lt;br /&gt;	udpClient.Connect(ipep);&lt;br /&gt;	udpClient.Send(bDnsQuery, bDnsQuery.Length);&lt;br /&gt; &lt;br /&gt;	udpClient.Client.ReceiveTimeout = timeout_ms; //added socket timeout here. &lt;br /&gt;	recvBytes = udpClient.Receive(ref ipep);&lt;br /&gt; &lt;br /&gt;}&lt;br /&gt;finally&lt;br /&gt;{&lt;br /&gt;	udpClient.Close();&lt;br /&gt;}&lt;br /&gt;
&lt;/div&gt;</description><author>nlb6665</author><pubDate>Mon, 17 Mar 2008 21:14:36 GMT</pubDate><guid isPermaLink="false">NEW POST: UDP Timeout concerns 20080317091436P</guid></item></channel></rss>