<?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>Gustavo F. Padovan &#187; TCP</title>
	<atom:link href="http://padovan.org/blog/tag/tcp/feed/" rel="self" type="application/rss+xml" />
	<link>http://padovan.org/blog</link>
	<description>a hacking life</description>
	<lastBuildDate>Fri, 23 Jul 2010 22:30:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How ERTM will work on BlueZ</title>
		<link>http://padovan.org/blog/2009/07/how-ertm-will-work-on-bluez/</link>
		<comments>http://padovan.org/blog/2009/07/how-ertm-will-work-on-bluez/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 07:06:35 +0000</pubDate>
		<dc:creator>padovan</dc:creator>
				<category><![CDATA[free software]]></category>
		<category><![CDATA[gsoc]]></category>
		<category><![CDATA[bluez]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[TCP]]></category>

		<guid isPermaLink="false">http://padovan.org/blog/?p=65</guid>
		<description><![CDATA[I spent the last days studying how Enhanced Retransmission Mode(ERTM) should be implemented on L2CAP. Marcel recommended me to look at TCP[0] code. ERTM on L2CAP is very similar to TCP. Both have retransmission support, recovery error,  acknowledgment of packets and timers. That means that ERTM implementation will look like TCP implementation[1] on Linux. So, [...]]]></description>
			<content:encoded><![CDATA[<p>I spent the last days studying how Enhanced Retransmission Mode(ERTM) should be implemented on L2CAP. Marcel recommended me to look at <a href="http://en.wikipedia.org/wiki/Transmission_Control_Protocol" target="_blank">TCP</a>[0] code. ERTM on L2CAP is very similar to TCP. Both have retransmission support, recovery error,  acknowledgment of packets and timers.</p>
<p>That means that ERTM implementation will look like <a href="http://vger.kernel.org/~davem/tcp_output.html" target="_blank">TCP implementation</a>[1] on Linux. So, there is no need to write ERTM from scratch, I&#8217;ve already started to code and I&#8217;m basing my code on  TCP code to get started with ERTM.</p>
<p>[0] <a href="http://en.wikipedia.org/wiki/Transmission_Control_Protocol" target="_blank">http://en.wikipedia.org/wiki/Transmission_Control_Protocol</a><br />
[1] <a href="http://vger.kernel.org/~davem/tcp_output.html" target="_blank">http://vger.kernel.org/~davem/tcp_output.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://padovan.org/blog/2009/07/how-ertm-will-work-on-bluez/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
