<?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: Yet another network optimization	</title>
	<atom:link href="https://www.dragonflydigest.com/2015/10/26/yet-another-network-optimization/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.dragonflydigest.com/2015/10/26/yet-another-network-optimization/</link>
	<description>A running description of activity related to DragonFly BSD.</description>
	<lastBuildDate>Thu, 29 Oct 2015 01:18:13 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		By: Anonymous		</title>
		<link>https://www.dragonflydigest.com/2015/10/26/yet-another-network-optimization/comment-page-1/#comment-355136</link>

		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Thu, 29 Oct 2015 01:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.dragonflydigest.com/?p=16981#comment-355136</guid>

					<description><![CDATA[Oh :)

Pretty accidental.  But the effect is same :), it currently read:
int error = 0;

if (ai != NULL)
  error = udp_preattach();

if (error) {
  goto out;
} else {
  /* comment */
}

I am fixing it now :)]]></description>
			<content:encoded><![CDATA[<p>Oh :)</p>
<p>Pretty accidental.  But the effect is same :), it currently read:<br />
int error = 0;</p>
<p>if (ai != NULL)<br />
  error = udp_preattach();</p>
<p>if (error) {<br />
  goto out;<br />
} else {<br />
  /* comment */<br />
}</p>
<p>I am fixing it now :)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: john		</title>
		<link>https://www.dragonflydigest.com/2015/10/26/yet-another-network-optimization/comment-page-1/#comment-355113</link>

		<dc:creator><![CDATA[john]]></dc:creator>
		<pubDate>Wed, 28 Oct 2015 14:56:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.dragonflydigest.com/?p=16981#comment-355113</guid>

					<description><![CDATA[hmm, s4 is correct.
I think it&#039;s missing brackets after != NULL) myself.]]></description>
			<content:encoded><![CDATA[<p>hmm, s4 is correct.<br />
I think it&#8217;s missing brackets after != NULL) myself.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: s4		</title>
		<link>https://www.dragonflydigest.com/2015/10/26/yet-another-network-optimization/comment-page-1/#comment-355106</link>

		<dc:creator><![CDATA[s4]]></dc:creator>
		<pubDate>Wed, 28 Oct 2015 13:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.dragonflydigest.com/?p=16981#comment-355106</guid>

					<description><![CDATA[There are missing brackets or wrong indentation. Most likely wrong indentation.

 +       if (ai != NULL)
 +               error = udp_preattach(so, 0 /* don&#039;t care */, ai);
 +               if (error)
 +                       goto out;
 +       else {
 +               /* Post attach; do nothing */
 +       }]]></description>
			<content:encoded><![CDATA[<p>There are missing brackets or wrong indentation. Most likely wrong indentation.</p>
<p> +       if (ai != NULL)<br />
 +               error = udp_preattach(so, 0 /* don&#8217;t care */, ai);<br />
 +               if (error)<br />
 +                       goto out;<br />
 +       else {<br />
 +               /* Post attach; do nothing */<br />
 +       }</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
