Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 11, 2010, 9:07:55 PM (13 years ago)
Author:
smerkli
Message:

started implementing server pings, but need a change to masterservercomm soon.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/src/libraries/network/WANDiscovery.cc

    r7750 r7756  
    133133    {
    134134      /* poll for reply and act according to what was received */
    135       switch( this->msc.pollForReply( rhandler ) )
     135      switch( this->msc.pollForReply( rhandler, 1000 ) )
    136136      { case 0: /* no event occured, decrease timeout */
    137137          --i; break;
Note: See TracChangeset for help on using the changeset viewer.