<?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 ICMP Ping Flood Program in C with Sockets &#8211; Winsock	</title>
	<atom:link href="https://www.binarytides.com/winsock-icmp-ping-flood-code-c-sockets/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.binarytides.com/winsock-icmp-ping-flood-code-c-sockets/</link>
	<description>News, Technology, Entertainment and more</description>
	<lastBuildDate>Mon, 26 Apr 2021 16:08:42 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: Andrew deeta		</title>
		<link>https://www.binarytides.com/winsock-icmp-ping-flood-code-c-sockets/comment-page-1/#comment-316666</link>

		<dc:creator><![CDATA[Andrew deeta]]></dc:creator>
		<pubDate>Mon, 26 Apr 2021 16:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=4612#comment-316666</guid>

					<description><![CDATA[This is very awesome, but you might want to make a fee changes.

First, waiting for the user to press a key will limit the performance of this. Remove _getch().

Next, to limit cpu usage when you do this, add &quot;Sleep(1)&quot; to the while loop.

Finally, you might want to add an option to set a custom ip and payload size at runtime.]]></description>
			<content:encoded><![CDATA[<p>This is very awesome, but you might want to make a fee changes.</p>
<p>First, waiting for the user to press a key will limit the performance of this. Remove _getch().</p>
<p>Next, to limit cpu usage when you do this, add &#8220;Sleep(1)&#8221; to the while loop.</p>
<p>Finally, you might want to add an option to set a custom ip and payload size at runtime.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ted Mittelstaedt		</title>
		<link>https://www.binarytides.com/winsock-icmp-ping-flood-code-c-sockets/comment-page-1/#comment-68144</link>

		<dc:creator><![CDATA[Ted Mittelstaedt]]></dc:creator>
		<pubDate>Wed, 27 Jan 2016 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=4612#comment-68144</guid>

					<description><![CDATA[This 32 bit code will only work on Windows XP pre-service pack 2.  After SP 1, Microsoft disabled the ability to send in raw sockets.  In addition, the kernel buffer space is only 8k, way too small.  This is discussed here:

http://tech.blinemedical.com/dropped-packets-with-promiscuous-raw-sockets/

The correct way to do this on Windows is to use a packet driver, WinPcap.]]></description>
			<content:encoded><![CDATA[<p>This 32 bit code will only work on Windows XP pre-service pack 2.  After SP 1, Microsoft disabled the ability to send in raw sockets.  In addition, the kernel buffer space is only 8k, way too small.  This is discussed here:</p>
<p><a href="http://tech.blinemedical.com/dropped-packets-with-promiscuous-raw-sockets/" rel="nofollow ugc">http://tech.blinemedical.com/dropped-packets-with-promiscuous-raw-sockets/</a></p>
<p>The correct way to do this on Windows is to use a packet driver, WinPcap.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jackson Farmy		</title>
		<link>https://www.binarytides.com/winsock-icmp-ping-flood-code-c-sockets/comment-page-1/#comment-66226</link>

		<dc:creator><![CDATA[Jackson Farmy]]></dc:creator>
		<pubDate>Sat, 07 Jun 2014 14:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=4612#comment-66226</guid>

					<description><![CDATA[It&#039;s nice &#038; helpful Article, Thankx M00n Silv3r ;).But,

For Windows , I think The use of RAW_SOCK is restricted. No ?]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s nice &amp; helpful Article, Thankx M00n Silv3r ;).But,</p>
<p>For Windows , I think The use of RAW_SOCK is restricted. No ?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
