blob: 52a26d85d08f403fe1ad6ffe07437678bc65895a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
<!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:lecroart%40nevrax.com">
<LINK REL="Previous" HREF="000796.html">
<LINK REL="Next" HREF="000799.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Nel] TCP vs UDP</H1>
<B>Vianney Lecroart</B>
<A HREF="mailto:lecroart%40nevrax.com"
TITLE="[Nel] TCP vs UDP">lecroart@nevrax.com</A><BR>
<I>Thu, 13 Dec 2001 18:23:54 +0100</I>
<P><UL>
<LI> Previous message: <A HREF="000796.html">[Nel] TCP vs UDP</A></li>
<LI> Next message: <A HREF="000799.html">[Nel] small bug, bug unforgivable design flaw</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#797">[ date ]</a>
<a href="thread.html#797">[ thread ]</a>
<a href="subject.html#797">[ subject ]</a>
<a href="author.html#797">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>><i> TCP+UDP use ? Custom UDP protocol ?
</I>
Server to server communication use TCP with 5 NeL layer abstraction (on
LAN).
Server to client and client to server communcations use UDP wrapper in NeL
(CUdpSock).
Vianney Lecroart
---
lead network programmer / nevrax.com
icq#: 6870415
homepage: <A HREF="http://ace.planet-d.net">http://ace.planet-d.net</A>
www.geekcode.com: GCS/E d- s+++: a-- C+++$ UL++ P- L+++>+$ E+>- W++ N+ o? K-
w++$ O- M- V- PS- PE? Y PGP t 5? X+ R- tv++ b- DI D+ G e++ h+ r-- y?
</pre>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="000796.html">[Nel] TCP vs UDP</A></li>
<LI> Next message: <A HREF="000799.html">[Nel] small bug, bug unforgivable design flaw</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#797">[ date ]</a>
<a href="thread.html#797">[ thread ]</a>
<a href="subject.html#797">[ subject ]</a>
<a href="author.html#797">[ author ]</a>
</LI>
</UL>
</body></html>
|