|
From: | Johannes Fortmann |
Subject: | Re: [Enigma-devel] Networking |
Date: | Tue, 24 Feb 2004 14:40:57 +0100 |
Am 22. Feb 2004 um 20:34 schrieb Daniel Heck:
Converting the current code base is a huge task, we can only do it step by step. Here's a rough list of small steps needed: - Choose a suitable networking library. My favourite is enet (enet.cubik.org), but SDL_net might also be an option. - Integrate the library into the Enigma configure script / Makefiles
I'm all for Enet. I have used SDL_net in the past (well, tried to), and I wouldn't want to do it again :-). Plus, the rationale for enet given in its documentation (fast&unreliable message passing if you need it, optional reliable packets) sounds very good.
I've already integrated enet into my local copy of SDL, however I'm completely stuck as to how I import the enet source tree into CVS. I'm trying to work with cvs import, but that wants some really strange parameters.
I just want to do some kind of recursive add, but that seems impossible. Can anyone point me in the right direction? Greetings, Johannes
[Prev in Thread] | Current Thread | [Next in Thread] |