Changeset 9551 in ntrip for trunk/BNC/src/PPP/pppClient.cpp
- Timestamp:
- Nov 23, 2021, 2:35:04 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppClient.cpp
r9548 r9551 669 669 if (_filter->processEpoch() != success) { 670 670 LOG << "filter->processEpoch() != success" << endl; 671 if (_filter->ageOfLastSolutionOK() >= 120) { 672 reset(); 673 } 671 674 return finish(failure,7); 672 675 }
Note:
See TracChangeset
for help on using the changeset viewer.