bane
Joined: 01 May 2007 Posts: 41 Location: Pancevo, Serbia
|
Posted: Thu May 31, 2007 9:41 am Post subject: 0.2 released |
|
|
It is minor release of dnet layer only. Use it only to examine API for p2p and client/server models. It has no reliability and other advanced stuff, but it is *very* fast.
Things experimented with and implemented:
Connection object - can be used for p2p connections between local and remote end, or to connect to classic server. Will be base unit for reliable and ordered transfer of packets (not yet implemented in 0.2)
Listening server (or collection of connections) - classic server as in client/server model. One thing specific is that when new client requests to join, server spawns new UDP socket just for that client to comunicates with him. I believe it may benefit overal speed.
My first impressions of this model:
- it is very very fast
- it is usefull for both p2p and client/server model _________________ "I apologize only for my spelling" - a quote shamelessly stolen from some guy at unknown forum. |
|