Add TCP UTO (SoC).
This commit is contained in:
parent
4cc3c2da36
commit
d6ded186a6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=33974
1 changed files with 21 additions and 1 deletions
|
@ -15,7 +15,7 @@ Ideas//EN"
|
|||
<ideas>
|
||||
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
||||
<cvs:keyword name="freebsd">
|
||||
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.119 2009/03/17 15:00:02 rwatson Exp $
|
||||
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.120 2009/03/17 15:22:53 rwatson Exp $
|
||||
</cvs:keyword>
|
||||
</cvs:keywords>
|
||||
|
||||
|
@ -1037,6 +1037,26 @@ destDir parameter.</li>
|
|||
others.)</p>
|
||||
</desc>
|
||||
</idea>
|
||||
|
||||
<idea id="tcp-uto" class="soc">
|
||||
<title>Implement TCP UTO</title>
|
||||
<desc>
|
||||
<p><strong>Technical contact</strong>: <a
|
||||
href="mailto:rpaulo@FreeBSD.org">Rui Paulo</a></p>
|
||||
|
||||
<p>Implement TCP UTO (User Timeout Option) as defined by RFC
|
||||
5482.</p>
|
||||
|
||||
<p><strong>Requirements</strong>:</p>
|
||||
<ul>
|
||||
<li>Good knowledge of C and TCP.</li>
|
||||
<li>Able to understand the FreeBSD TCP/IP stack.</li>
|
||||
<li>A testbed with at least two machines.</li>
|
||||
</ul>
|
||||
|
||||
</desc>
|
||||
</idea>
|
||||
|
||||
</category>
|
||||
|
||||
<category>
|
||||
|
|
Loading…
Reference in a new issue