Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 15, 2010, 2:51:39 PM (13 years ago)
Author:
smerkli
Message:

disconnect implemented, switching to only use the MSC object of wandiscovery.

File:
1 edited

Legend:

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

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