Changeset 5746 in orxonox.OLD for branches/network/src
- Timestamp:
- Nov 23, 2005, 10:44:42 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/lib/network/network_stream.cc
r5743 r5746 53 53 { 54 54 this->init(); 55 this->networkSocket = new NetworkSocket( address, 88);55 this->networkSocket = new NetworkSocket( address, 9999 ); 56 56 // this->networkSocket->connectToServer(address, 88); 57 57 this->networkProtocol = new NetworkProtocol(); … … 66 66 this->init(); 67 67 this->networkSocket = new NetworkSocket(/* address, type */); 68 this->networkSocket->listen(9999); 68 69 this->networkProtocol = new NetworkProtocol(); 69 70 this->synchronizeables = &sync;
Note: See TracChangeset
for help on using the changeset viewer.