Changeset 9551 in ntrip for trunk/BNC/src/PPP/pppClient.cpp


Ignore:
Timestamp:
Nov 23, 2021, 2:35:04 PM (2 years ago)
Author:
stuerze
Message:

update regarding PPP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppClient.cpp

    r9548 r9551  
    669669      if (_filter->processEpoch() != success) {
    670670        LOG << "filter->processEpoch() != success" << endl;
     671        if (_filter->ageOfLastSolutionOK() >= 120) {
     672          reset();
     673        }
    671674        return finish(failure,7);
    672675      }
Note: See TracChangeset for help on using the changeset viewer.