<?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: Windows Socket Version 2 API error code documentation</title>
	<atom:link href="http://www.ageektrapped.com/blog/windows-socket-version-2-api-error-code-documentation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ageektrapped.com/blog/windows-socket-version-2-api-error-code-documentation/</link>
	<description>Trapped online since 2004</description>
	<lastBuildDate>Wed, 11 Jan 2012 10:22:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Rodney</title>
		<link>http://www.ageektrapped.com/blog/windows-socket-version-2-api-error-code-documentation/comment-page-1/#comment-42</link>
		<dc:creator>Rodney</dc:creator>
		<pubDate>Thu, 02 Feb 2006 17:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://69.42.58.100/~jaso3118/blog/windows-socket-version-2-api-error-code-documentation/#comment-42</guid>
		<description>I found this on google btw.
&lt;br&gt;
&lt;br&gt;Along with the link of what I was looking for.</description>
		<content:encoded><![CDATA[<p>I found this on google btw.</p>
<p>Along with the link of what I was looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Flasko</title>
		<link>http://www.ageektrapped.com/blog/windows-socket-version-2-api-error-code-documentation/comment-page-1/#comment-41</link>
		<dc:creator>Mike Flasko</dc:creator>
		<pubDate>Tue, 09 Nov 2004 09:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://69.42.58.100/~jaso3118/blog/windows-socket-version-2-api-error-code-documentation/#comment-41</guid>
		<description>woohoo.... 20 jk.ca points - just wait until I tell all my friends :)</description>
		<content:encoded><![CDATA[<p>woohoo&#8230;. 20 jk.ca points &#8211; just wait until I tell all my friends <img src='http://www.ageektrapped.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Flasko</title>
		<link>http://www.ageektrapped.com/blog/windows-socket-version-2-api-error-code-documentation/comment-page-1/#comment-40</link>
		<dc:creator>Mike Flasko</dc:creator>
		<pubDate>Tue, 09 Nov 2004 05:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://69.42.58.100/~jaso3118/blog/windows-socket-version-2-api-error-code-documentation/#comment-40</guid>
		<description>try something like: (I haven&#039;t the code below, but I think it should work)
&lt;br&gt;
&lt;br&gt;UdpClient c = new UdpClient(5001);
&lt;br&gt;IPEndPoint RemoteEndPoint = null;
&lt;br&gt;...
&lt;br&gt;byte[] receivedBytes = c.Receive(ref RemoteEndPoint);
&lt;br&gt;...
&lt;br&gt;
&lt;br&gt;// you have to listen on a port, typically greater than 1024</description>
		<content:encoded><![CDATA[<p>try something like: (I haven&#8217;t the code below, but I think it should work)</p>
<p>UdpClient c = new UdpClient(5001);<br />
<br />IPEndPoint RemoteEndPoint = null;<br />
<br />&#8230;<br />
<br />byte[] receivedBytes = c.Receive(ref RemoteEndPoint);<br />
<br />&#8230;</p>
<p>// you have to listen on a port, typically greater than 1024</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Flasko</title>
		<link>http://www.ageektrapped.com/blog/windows-socket-version-2-api-error-code-documentation/comment-page-1/#comment-39</link>
		<dc:creator>Mike Flasko</dc:creator>
		<pubDate>Tue, 09 Nov 2004 05:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://69.42.58.100/~jaso3118/blog/windows-socket-version-2-api-error-code-documentation/#comment-39</guid>
		<description>Winsock 2 error codes can be found here:
&lt;br&gt;&lt;a target=&quot;_new&quot; href=&quot;http://msdn.microsoft.com/library/en-us/winsock/winsock/windows_sockets_error_codes_2.asp&quot;&gt;http://msdn.microsoft.com/library/en-us/winsock/winsock/windows_sockets_error_codes_2.asp&lt;/a&gt;
&lt;br&gt;
&lt;br&gt;I haven&#039;t look at your code yet... but in the meantime this may help :)</description>
		<content:encoded><![CDATA[<p>Winsock 2 error codes can be found here:<br />
<br /><a target="_new" href="http://msdn.microsoft.com/library/en-us/winsock/winsock/windows_sockets_error_codes_2.asp">http://msdn.microsoft.com/library/en-us/winsock/winsock/windows_sockets_error_codes_2.asp</a></p>
<p>I haven&#8217;t look at your code yet&#8230; but in the meantime this may help <img src='http://www.ageektrapped.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

