<?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: How to Code a Port Scanner in C on Linux	</title>
	<atom:link href="https://www.binarytides.com/tcp-connect-port-scanner-c-code-linux-sockets/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.binarytides.com/tcp-connect-port-scanner-c-code-linux-sockets/</link>
	<description>News, Technology, Entertainment and more</description>
	<lastBuildDate>Mon, 27 Jul 2020 05:22:04 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: terdFergusion		</title>
		<link>https://www.binarytides.com/tcp-connect-port-scanner-c-code-linux-sockets/comment-page-1/#comment-243282</link>

		<dc:creator><![CDATA[terdFergusion]]></dc:creator>
		<pubDate>Sat, 11 Apr 2020 21:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=51#comment-243282</guid>

					<description><![CDATA[for the amp&#038; thing read [here](https://www.reddit.com/r/C_Programming/comments/d24mkf/what_the_hell_is_this_includeltstdiohgt/) what it is. 

jessechalken says : &quot;It would be a bug in the website where you got the code. The  signs have been html encoded. It’s not valid C syntax, don’t worry about it.&quot; 

if you&#039;re using nano, do a find and replace. hit ctrl + \ to enter the string you want replace, hit enter, and then enter the string you want to replace it with. I did this for all iterations of &quot;&#038;quot&quot; and replaced with quotes &quot;]]></description>
			<content:encoded><![CDATA[<p>for the amp&amp; thing read [here](<a href="https://www.reddit.com/r/C_Programming/comments/d24mkf/what_the_hell_is_this_includeltstdiohgt/" rel="nofollow ugc">https://www.reddit.com/r/C_Programming/comments/d24mkf/what_the_hell_is_this_includeltstdiohgt/</a>) what it is. </p>
<p>jessechalken says : &#8220;It would be a bug in the website where you got the code. The  signs have been html encoded. It’s not valid C syntax, don’t worry about it.&#8221; </p>
<p>if you&#8217;re using nano, do a find and replace. hit ctrl + \ to enter the string you want replace, hit enter, and then enter the string you want to replace it with. I did this for all iterations of &#8220;&amp;quot&#8221; and replaced with quotes &#8220;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: KSG		</title>
		<link>https://www.binarytides.com/tcp-connect-port-scanner-c-code-linux-sockets/comment-page-1/#comment-67908</link>

		<dc:creator><![CDATA[KSG]]></dc:creator>
		<pubDate>Thu, 09 Apr 2015 17:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=51#comment-67908</guid>

					<description><![CDATA[Takes long long time to run......]]></description>
			<content:encoded><![CDATA[<p>Takes long long time to run&#8230;&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ET		</title>
		<link>https://www.binarytides.com/tcp-connect-port-scanner-c-code-linux-sockets/comment-page-1/#comment-65763</link>

		<dc:creator><![CDATA[ET]]></dc:creator>
		<pubDate>Fri, 18 Oct 2013 12:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=51#comment-65763</guid>

					<description><![CDATA[you actually should avoid using strncpy to copy or free structures, since strncpy stops on the very first zero; use memset and memcpy instead.]]></description>
			<content:encoded><![CDATA[<p>you actually should avoid using strncpy to copy or free structures, since strncpy stops on the very first zero; use memset and memcpy instead.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
