Changes between Version 3 and Version 4 of ~archive/NetworkStream
- Timestamp:
- Sep 21, 2008, 8:57:00 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
~archive/NetworkStream
v3 v4 32 32 /* 33 33 * Constructor for the network stream that is called from the NetworkManager. The constructor 34 * will generate the NetworkSocket from the IPaddress information s.34 * will generate the NetworkSocket from the IPaddress information. 35 35 * 36 * @param address: the address information s(SDL_net.h definition) of the remote host36 * @param address: the address information (SDL_net.h definition) of the remote host 37 37 * @param sync: the synchronizeable object, the other end of the connection 38 38 * @param type: the node type: Client/Server