1998Q3/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Windows&#45;>Linux TCP/IP stack performance problems -->
<!--X-From-R13: Oyrk Egrjneg <evpurNpey.pbz> -->
<!--X-Date: Mon, 14 Sep 1998 10:10:20 &#45;0700 -->
<!--X-Message-Id: 199809141606.AA00525#crl5,crl.com -->
<!--X-Content-Type: text/plain -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: Windows-&gt;Linux TCP/IP stack performance problems</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:riche#crl,com">
</head>
<body background="/backgrounds/paperback.gif" bgcolor="#ffffff"
      text="#000000" link="#0000FF" alink="#FF0000" vlink="#006000">

  <font size="+4" color="#804040">
    <strong><em>MUD-Dev<br>mailing list archive</em></strong>
  </font>
      
<br>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
<br clear=all><hr>
<!--X-Body-Begin-->
<!--X-User-Header-->
<!--X-User-Header-End-->
<!--X-TopPNI-->

Date:&nbsp;
[&nbsp;<a href="msg01043.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01045.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg01012.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01009.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#01044">Author</A>
&nbsp;|&nbsp;<A HREF="#01044">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#01044">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: Windows-&gt;Linux TCP/IP stack performance problems</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Subject</em>: [MUD-Dev] Re: Windows-&gt;Linux TCP/IP stack performance problems</LI>
<LI><em>From</em>: Alex Stewart &lt;<A HREF="mailto:riche#crl,com">riche#crl,com</A>&gt;</LI>
<LI><em>Date</em>: Mon, 14 Sep 1998 09:06:19 -0700 (PDT)</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
J C Lawrence wrote:
&gt; ------- Begin Forwarded Message
[...]
&gt; Rhapsody, AIX, and appearantly Windoz behave like each other and
&gt; presume that the slow start feature of TCP will initially send two
&gt; segments. According to RFC 2001, TCP slow start should send only one
&gt; segment.  Linux follows this RFC and the following situation unfolds:
&gt; 
&gt; non-RFC OS     sends http request.
&gt; Linux          sends the first segment and waits for an ACK.
&gt; non-RFC OS     waits 200ms for the seconds segment.
&gt; non-RFC OS     gives up and sends ACK.
&gt; Linux          sends more data...
[...]
&gt; ------- End of Forwarded Message
[...]
&gt; This may or may not affect your client operations.  Most likely it
&gt; wouldn't as most client designs use long term connections (ie the rate
&gt; of generating new connections is low) which is in direct contrast to
&gt; web servers (where this impacts hard).  

It should be noted that slow-start is not just used for starting up a
connection.  While this may not be a large issue for many MUD implementations
either, slow-start will also be involved for already-open connections under
some congested network conditions (if packets start getting dropped).  Even
with persistent connections, therefore, this behavior can cause connection
performance to deteriorate even worse under already bad conditions for anything
which needs to send large amounts or bursts of data.

-alex
-------------------------------------------------------------------------------
     Alex Stewart - riche#crl,com - Richelieu @ Diversity University MOO
                         <A  HREF="http://www.crl.com/~riche">http://www.crl.com/~riche</A>
           "For the world is hollow, and I have touched the sky."


</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<!--X-Follow-Ups-End-->
<!--X-References-->
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg01043.html">[MUD-Dev] Re: Admin: Unsubscriptions</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg01045.html">[MUD-Dev] Off-topic! Re: Off-topic! Re: Windows-&gt;Linux TCP/IP stack performance problems</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg01012.html">[MUD-Dev] Re: Windows-&gt;Linux TCP/IP stack performance problems</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg01009.html">[MUD-Dev] Windows-&gt;Linux TCP/IP stack performance problems</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#01044"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#01044"><STRONG>Thread</STRONG></A></LI>
</UL>
</LI>
</UL>

<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
<ul><li>Thread context:
<BLOCKQUOTE><UL>
<LI><strong><A NAME="01015" HREF="msg01015.html">[MUD-Dev] X, Y &amp; Z.</A></strong>, 
Scott Cade <a href="mailto:scade#protocol,co.uk">scade#protocol,co.uk</a>, Fri 11 Sep 1998, 17:22 GMT
<UL>
<LI><strong><A NAME="01016" HREF="msg01016.html">[MUD-Dev] Re: X, Y &amp; Z.</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Fri 11 Sep 1998, 17:42 GMT
</LI>
<LI><strong><A NAME="01020" HREF="msg01020.html">[MUD-Dev] Re: X, Y &amp; Z.</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Fri 11 Sep 1998, 22:53 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="01012" HREF="msg01012.html">[MUD-Dev] Re: Windows-&gt;Linux TCP/IP stack performance problems</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Fri 11 Sep 1998, 02:42 GMT
<UL>
<li>&lt;Possible follow-up(s)&gt;<br>
<LI><strong><A NAME="01044" HREF="msg01044.html">[MUD-Dev] Re: Windows-&gt;Linux TCP/IP stack performance problems</A></strong>, 
Alex Stewart <a href="mailto:riche#crl,com">riche#crl,com</a>, Mon 14 Sep 1998, 17:10 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="01009" HREF="msg01009.html">[MUD-Dev] Windows-&gt;Linux TCP/IP stack performance problems</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Thu 10 Sep 1998, 22:34 GMT
<UL>
<LI><strong><A NAME="01011" HREF="msg01011.html">[MUD-Dev] Re: Windows-&gt;Linux TCP/IP stack performance problems</A></strong>, 
Vadim Tkachenko <a href="mailto:vt#freehold,crocodile.org">vt#freehold,crocodile.org</a>, Fri 11 Sep 1998, 02:35 GMT
<UL>
<LI><strong><A NAME="01014" HREF="msg01014.html">[MUD-Dev] Re: OT: Windows-&gt;Linux TCP/IP stack performance problems</A></strong>, 
J C Lawrence <a href="mailto:claw#kanga,nu">claw#kanga,nu</a>, Fri 11 Sep 1998, 04:34 GMT
</LI>
<LI><strong><A NAME="01019" HREF="msg01019.html">[MUD-Dev] Off-topic! Re: Windows-&gt;Linux TCP/IP stack performance problems</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Fri 11 Sep 1998, 18:41 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL></BLOCKQUOTE>

</ul>
<hr>
<center>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
</center>
<hr>
</body>
</html>