<?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, 24 Jan 2013 21:01:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: paulo lellis</title>
		<link>http://www.susegeek.com/networking/network-performance-fine-tuning-in-opensuse-suse/comment-page-1/#comment-10283</link>
		<dc:creator>paulo lellis</dc:creator>
		<pubDate>Tue, 01 Mar 2011 21:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.susegeek.com/?p=969#comment-10283</guid>
		<description><![CDATA[the correct commands are:
# sysctl -w &#039;net.ipv4.tcp_wmem=8192 87380 16777216&#039;
# sysctl -w &#039;net.ipv4.tcp_rmem=8192 87380 16777216&#039;

Thanks for the tips.]]></description>
		<content:encoded><![CDATA[<p>the correct commands are:<br />
# sysctl -w &#8216;net.ipv4.tcp_wmem=8192 87380 16777216&#8242;<br />
# sysctl -w &#8216;net.ipv4.tcp_rmem=8192 87380 16777216&#8242;</p>
<p>Thanks for the tips.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Firefox buggy during request - openSUSE Forums</title>
		<link>http://www.susegeek.com/networking/network-performance-fine-tuning-in-opensuse-suse/comment-page-1/#comment-3188</link>
		<dc:creator>Firefox buggy during request - openSUSE Forums</dc:creator>
		<pubDate>Mon, 19 Apr 2010 15:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.susegeek.com/?p=969#comment-3188</guid>
		<description><![CDATA[[...] have any problem before when I was using Vista. Maybe it was because I meddled with things like this  and tweaking some stuff in the about:config.   I&#039;m out of ideas.  What is wrong here? Please help [...]]]></description>
		<content:encoded><![CDATA[<p>[...] have any problem before when I was using Vista. Maybe it was because I meddled with things like this  and tweaking some stuff in the about:config.   I&#39;m out of ideas.  What is wrong here? Please help [...]</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-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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[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>
