<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>madnet.ch - Rolf Klemenz &#187; network</title>
	<atom:link href="http://www.madnet.ch/tag/network/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.madnet.ch</link>
	<description>because technology matters</description>
	<lastBuildDate>Thu, 06 Oct 2011 19:02:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Tuning Gigabit Ethernet on Mac OS X (10.5)</title>
		<link>http://www.madnet.ch/2009/02/16/tuning-gigabit-ethernet-on-mac-os-x-105/</link>
		<comments>http://www.madnet.ch/2009/02/16/tuning-gigabit-ethernet-on-mac-os-x-105/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 08:13:24 +0000</pubDate>
		<dc:creator>Rolf</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[MadNet]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.madnet.ch/2009/02/16/tuning-gigabit-ethernet-on-mac-os-x-105/</guid>
		<description><![CDATA[I recently bought a new NAS (Netgear ReadyNAS Duo) and attached it to my gigabit ethernet network. Unfortunately I only got transfer rates at around 10 MB/s which is really poor. I enabled Jumbo Frames (MTU &#62; 1500) but this &#8230; <a href="http://www.madnet.ch/2009/02/16/tuning-gigabit-ethernet-on-mac-os-x-105/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I recently bought a new NAS (Netgear ReadyNAS Duo) and attached it to my gigabit ethernet network. Unfortunately I only got transfer rates at around 10 MB/s which is really poor. I enabled Jumbo Frames (MTU &gt; 1500) but this didn&#8217;t help much. So I did a bit more research and found out that the limiting factor was not only the MTU but the send and receive buffers.<br />
This means my CPU was not able to catch up with the speed of the gigabit ethernet. What I did then was to increase the send and receive buffers for TCP/UDP traffic. É voilà! Now I get at least 35 MB/s. Still not the max a gigabit ethernet can offer, but I&#8217;m on the right way. I&#8217;d like to see something like 80-90 MB/s. Given the Samsung Disk can do at least 175 MB/s to/from buffer this should be possible.</p>
<p>I use the following parameters in my sysctl.conf:</p>
<p><code>kern.ipc.maxsockbuf=2500000<br />
net.inet.tcp.sendspace=1000000<br />
net.inet.tcp.recvspace=1000000<br />
net.inet.tcp.mssdflt=7936<br />
net.inet.tcp.delayed_ack=0</code><br />
The buffers are probably too high, I know. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.madnet.ch/2009/02/16/tuning-gigabit-ethernet-on-mac-os-x-105/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

