Smoothed naming and other conventions

This commit is contained in:
Kayne Ruse
2013-05-24 00:51:04 +10:00
parent cce1a874bf
commit 0b2af1d80f
21 changed files with 176 additions and 257 deletions
-14
View File
@@ -50,17 +50,3 @@ Receive:
player update:
PlayerManager.Update(message)
end
-------------------------
TCP systems
TCPNetworkManager: //NOPE
Init //opens the TCP server socket, and allocates the socket set
Quit //close the TCP server socket, and free the socket set
AcceptConnections //accept new connections
Send //send to a specific client, closing the connection if an error occured
SendAll //send to all clients
CheckSockets //non-blocking
GetSocket() //get a specific socket
total connections in the packet