git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2587 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2006-12-08 03:18:02 +00:00
parent 6a8033ff7b
commit 21236ef142
+3 -1
View File
@@ -32,8 +32,9 @@ packetq.{c,h} Manages the packet queue.
packetsenders.{c,h} Creates and sends/queues packets. packetsenders.{c,h} Creates and sends/queues packets.
In netplay/proto/: In netplay/proto/:
confirm.{c,h} Functions for handing the 'confirmation' protocol. npconfirm.{c,h} Functions for handing the 'confirmation' protocol.
ready.{c,h} Functions for handling the 'ready' protocol. ready.{c,h} Functions for handling the 'ready' protocol.
reset.{c,h} Functions for handling the 'reset' protocol.
@@ -42,6 +43,7 @@ ready.{c,h} Functions for handling the 'ready' protocol.
TODO: TODO:
Division: Division:
- files that interface with sockets and knows nothing of the game - files that interface with sockets and knows nothing of the game
(these are in libs/network)
- files that know of sockets and the game but don't directly interface - files that know of sockets and the game but don't directly interface
with either with either
- files that interface with the game and know nothing of sockets - files that interface with the game and know nothing of sockets