<HTML dir=ltr><HEAD>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.6000.16674" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial color=#000000 size=2>The TANA BoF hasn't happened yet, and I'll be on a plane when it does, but I've looked at the problem statement and have a few short comments:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>(1) I have no idea what an "advanced networking application" is.&nbsp; I suggest actually defining this or finding a more precise term.&nbsp; I assume you don't mean advanced in terms of age :).</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>(2) On "multiple connections" between 2 peers, this only has meaning when talking about TCP applications, with UDP it doesn't matter how many port pairs you use, the sending behavior can be the same.&nbsp; The only difference is that with multiple UDP sockets you have multiple socket buffers to fill and the kernel may drain them in some different pattern than if you wrote all the packets to the same UDP socket.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>(3) There is ambiguity about what transport services the targetted applications need; if it's datagram or reliable bitstream, either, both, etc.&nbsp; It may not actually matter, but it might be useful to know in determining what work is actually needed here.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>(4) The problem statement mentions that there is already a fielded solution.&nbsp; Is the purpose of this activity to write up that solution, or to work on creating solutions?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>