(svn r8078) -Codechange: rewrite UDP part of the network code to make use classes. This is only one of the many steps to really cleanup the network code.

This commit is contained in:
rubidium
2007-01-12 14:30:01 +00:00
parent d34bdd8900
commit cf01dc9b16
8 changed files with 392 additions and 324 deletions

View File

@@ -123,10 +123,6 @@ typedef enum {
// following externs are instantiated at network.cpp
extern CommandPacket *_local_command_queue;
extern SOCKET _udp_client_socket; // udp client socket
extern SOCKET _udp_server_socket; // udp server socket
extern SOCKET _udp_master_socket; // udp master socket
// Here we keep track of the clients
// (and the client uses [0] for his own communication)
extern NetworkClientState _clients[MAX_CLIENTS];