Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5746 in orxonox.OLD


Ignore:
Timestamp:
Nov 23, 2005, 10:44:42 PM (18 years ago)
Author:
bottac
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/network/network_stream.cc

    r5743 r5746  
    5353{
    5454  this->init();
    55   this->networkSocket = new NetworkSocket( address, 88 );
     55  this->networkSocket = new NetworkSocket( address, 9999 );
    5656   // this->networkSocket->connectToServer(address, 88);
    5757  this->networkProtocol = new NetworkProtocol();
     
    6666  this->init();
    6767  this->networkSocket = new NetworkSocket(/* address, type */);
     68  this->networkSocket->listen(9999);
    6869  this->networkProtocol = new NetworkProtocol();
    6970  this->synchronizeables = &sync;
Note: See TracChangeset for help on using the changeset viewer.