<?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: Network Performance Fine Tuning in openSUSE &amp; SUSE</title>
	<atom:link href="http://www.susegeek.com/networking/network-performance-fine-tuning-in-opensuse-suse/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.susegeek.com/networking/network-performance-fine-tuning-in-opensuse-suse/</link>
	<description>Tips,Tricks, Tutorials,How Tos and Troubleshooting suse linux</description>
	<lastBuildDate>Thu, 11 Mar 2010 18:06:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: idanka</title>
		<link>http://www.susegeek.com/networking/network-performance-fine-tuning-in-opensuse-suse/comment-page-1/#comment-3049</link>
		<dc:creator>idanka</dc:creator>
		<pubDate>Sat, 06 Mar 2010 09:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.susegeek.com/?p=969#comment-3049</guid>
		<description>correctly
sysctl -w net.ipv4.tcp_wmem=&#039;8192 87380 16777216&#039;
sysctl -w net.ipv4.tcp_rmem=&#039;8192 87380 16777216&#039;</description>
		<content:encoded><![CDATA[<p>correctly<br />
sysctl -w net.ipv4.tcp_wmem=&#8217;8192 87380 16777216&#8242;<br />
sysctl -w net.ipv4.tcp_rmem=&#8217;8192 87380 16777216&#8242;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: idanka</title>
		<link>http://www.susegeek.com/networking/network-performance-fine-tuning-in-opensuse-suse/comment-page-1/#comment-3031</link>
		<dc:creator>idanka</dc:creator>
		<pubDate>Wed, 10 Feb 2010 09:34:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.susegeek.com/?p=969#comment-3031</guid>
		<description>default parameters are good, the maximum bandwidth available
the problem Reno and cubic (terrible web page download)
htcp the perfect solution for a single set

sysctl -w net.ipv4.tcp_congestion_control=htcp
or sysconfog.conf paste net.ipv4.tcp_congestion_control=htcp</description>
		<content:encoded><![CDATA[<p>default parameters are good, the maximum bandwidth available<br />
the problem Reno and cubic (terrible web page download)<br />
htcp the perfect solution for a single set</p>
<p>sysctl -w net.ipv4.tcp_congestion_control=htcp<br />
or sysconfog.conf paste net.ipv4.tcp_congestion_control=htcp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: idanka</title>
		<link>http://www.susegeek.com/networking/network-performance-fine-tuning-in-opensuse-suse/comment-page-1/#comment-2989</link>
		<dc:creator>idanka</dc:creator>
		<pubDate>Wed, 20 Jan 2010 22:51:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.susegeek.com/?p=969#comment-2989</guid>
		<description>excellent new openSUSE
useful for tuning
but I get an error message line

linux:/etc # sysctl -w net.ipv4.tcp_wmem=”8192 87380 16777216″
error: &quot;Invalid argument&quot; setting key &quot;net.ipv4.tcp_wmem&quot;
error: &quot;87380&quot; must be of the form name=value
error: &quot;16777216″&quot; must be of the form name=value

linux:/etc # sysctl -w net.ipv4.tcp_rmem=”8192 87380 16777216″
error: &quot;Invalid argument&quot; setting key &quot;net.ipv4.tcp_rmem&quot;
error: &quot;87380&quot; must be of the form name=value
error: &quot;16777216″&quot; must be of the form name=value</description>
		<content:encoded><![CDATA[<p>excellent new openSUSE<br />
useful for tuning<br />
but I get an error message line</p>
<p>linux:/etc # sysctl -w net.ipv4.tcp_wmem=”8192 87380 16777216″<br />
error: &#8220;Invalid argument&#8221; setting key &#8220;net.ipv4.tcp_wmem&#8221;<br />
error: &#8220;87380&#8243; must be of the form name=value<br />
error: &#8220;16777216″&#8221; must be of the form name=value</p>
<p>linux:/etc # sysctl -w net.ipv4.tcp_rmem=”8192 87380 16777216″<br />
error: &#8220;Invalid argument&#8221; setting key &#8220;net.ipv4.tcp_rmem&#8221;<br />
error: &#8220;87380&#8243; must be of the form name=value<br />
error: &#8220;16777216″&#8221; must be of the form name=value</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ChungChen, Lin</title>
		<link>http://www.susegeek.com/networking/network-performance-fine-tuning-in-opensuse-suse/comment-page-1/#comment-2903</link>
		<dc:creator>ChungChen, Lin</dc:creator>
		<pubDate>Wed, 30 Dec 2009 17:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.susegeek.com/?p=969#comment-2903</guid>
		<description>hi, is there a way to clean these network buffer?
because when I running a LOTs connections.

After two~three hours, I always get 
no buffer space available in /var/log/messages.

I wish there is a way to clean the network buffer in opensuse 11.1.

Thanks in Advance!</description>
		<content:encoded><![CDATA[<p>hi, is there a way to clean these network buffer?<br />
because when I running a LOTs connections.</p>
<p>After two~three hours, I always get<br />
no buffer space available in /var/log/messages.</p>
<p>I wish there is a way to clean the network buffer in opensuse 11.1.</p>
<p>Thanks in Advance!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
