aboutsummaryrefslogtreecommitdiff
path: root/pipermail/nel/2001-July/000482.html
diff options
context:
space:
mode:
Diffstat (limited to 'pipermail/nel/2001-July/000482.html')
-rw-r--r--pipermail/nel/2001-July/000482.html93
1 files changed, 93 insertions, 0 deletions
diff --git a/pipermail/nel/2001-July/000482.html b/pipermail/nel/2001-July/000482.html
new file mode 100644
index 00000000..0f399186
--- /dev/null
+++ b/pipermail/nel/2001-July/000482.html
@@ -0,0 +1,93 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Nel] TCP vs. UDP</TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:novalis%40novalis.org">
+ <LINK REL="Previous" HREF="000483.html">
+ <LINK REL="Next" HREF="000485.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Nel] TCP vs. UDP</H1>
+ <B>Dave Turner</B>
+ <A HREF="mailto:novalis%40novalis.org"
+ TITLE="[Nel] TCP vs. UDP">novalis@novalis.org</A><BR>
+ <I>Thu, 05 Jul 2001 11:14:47 -0400</I>
+ <P><UL>
+ <LI> Previous message: <A HREF="000483.html">Re[2]: [Nel] TCP vs. UDP</A></li>
+ <LI> Next message: <A HREF="000485.html">[Nel] TCP vs. UDP</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#482">[ date ]</a>
+ <a href="thread.html#482">[ thread ]</a>
+ <a href="subject.html#482">[ subject ]</a>
+ <a href="author.html#482">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Vianney Lecroart wrote:
+&gt;<i>
+</I>&gt;<i> Hi everybody!
+</I>&gt;<i>
+</I>&gt;<i> Let's talk a little bit about this great subject: TCP vs. UDP
+</I>&gt;<i>
+</I>&gt;<i> Thanks to Valerio Santinelli and Olivier Lejade, there's some cool
+</I>&gt;<i> discussion about this subject on the web and I would like to have your
+</I>&gt;<i> thought and discuss about this.
+</I>&gt;<i>
+</I>&gt;<i> On Anarchy Online game, they only use TCP protocol between client and server
+</I>&gt;<i> (other commercial online game use UDP) and it seems that it causes lot of
+</I>&gt;<i> problem like horrible ping or connection lost:
+</I>&gt;<i> <A HREF="http://aoforums.funcom.com/showthread.php?threadid=26297">http://aoforums.funcom.com/showthread.php?threadid=26297</A>
+</I>&gt;<i>
+</I>&gt;<i> There's also a mail on the MUD-Dev mailing list talking about these problems
+</I>&gt;<i> here:
+</I>&gt;<i> <A HREF="https://www.kanga.nu/archives/MUD-Dev-L/2001Q3/msg00009.php">https://www.kanga.nu/archives/MUD-Dev-L/2001Q3/msg00009.php</A>
+</I>&gt;<i>
+</I>&gt;<i> As you perhaps know, we only use TCP/IP (for server-server communication,
+</I>&gt;<i> but also for the client-server connection) and we currently think more and
+</I>&gt;<i> more about replacing the TCP client-server connection with a UDP one.
+</I>&gt;<i>
+</I>&gt;<i> In a first step, we would like to know your opinion about this choice. And
+</I>&gt;<i> in a next step, we'll do some test about ping/packet lost and so on to
+</I>&gt;<i> compare TCP and UDP, and we'll need your help to do that.
+</I>&gt;<i>
+</I>&gt;<i> Vianney Lecroart
+</I>
+There's often a lot of lag at the beginning of a UDP &quot;connection&quot; (yes,
+I know UDP doesn't have those). Then gateways, which consider UDP to
+have higher priority, remember that there's a connection, and things
+start going faster. Your tests should be written with this in mind.
+
+You might also want to look into XUDP,
+<A HREF="http://www.gweep.net/~rocko/XUDP_Paper/paper.html">http://www.gweep.net/~rocko/XUDP_Paper/paper.html</A>
+
+
+--
+-[Dave Turner Stalk me: (215)-545-2859]
+---------------------------------------------------------------------
+&quot;I would say our forefathers would have been ashamed, but they were
+slave owners.&quot; - Slashdot Anonymous Coward. Bring Pug back!
+
+</pre>
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI> Previous message: <A HREF="000483.html">Re[2]: [Nel] TCP vs. UDP</A></li>
+ <LI> Next message: <A HREF="000485.html">[Nel] TCP vs. UDP</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#482">[ date ]</a>
+ <a href="thread.html#482">[ thread ]</a>
+ <a href="subject.html#482">[ subject ]</a>
+ <a href="author.html#482">[ author ]</a>
+ </LI>
+ </UL>
+</body></html>