Index: /trunk/BNC/src/ephemeris.cpp
===================================================================
--- /trunk/BNC/src/ephemeris.cpp	(revision 8688)
+++ /trunk/BNC/src/ephemeris.cpp	(revision 8689)
@@ -613,5 +613,5 @@
   double dtPos = bncTime(GPSweek, GPSweeks) - _tt;
 
-  if (fabs(dtPos) > 24*3600.0) {
+  if (fabs(dtPos) > 3600.0) {
     return failure;
   }
Index: /trunk/BNC/src/latencychecker.h
===================================================================
--- /trunk/BNC/src/latencychecker.h	(revision 8688)
+++ /trunk/BNC/src/latencychecker.h	(revision 8689)
@@ -40,22 +40,21 @@
   void checkCorrLatency(int corrGPSEpochTime, int type);
   double currentLatency() { return _curLat;}
-  //QByteArray currentLatencyType() {return l._type;}
 
   class t_latency  {
    public:
     t_latency() {
-      _oldSec     = -1;
-      _newSec     = -1;
-      _numGaps    =  0;
-      _diffSec    =  0;
-      _numLat     =  0;
-      _sumLat     =  0.0;
-      _sumLatQ    =  0.0;
-      _meanDiff   =  0.0;
+      _oldSec     = 0;
+      _newSec     = 0;
+      _numGaps    = 0;
+      _diffSec    = 0;
+      _numLat     = 0;
+      _sumLat     = 0.0;
+      _sumLatQ    = 0.0;
+      _meanDiff   = 0.0;
       _minLat     =  1000.0;
       _maxLat     = -1000.0;
-      _curLat     =  0.0;
-      _type       =  "";
-      _followSec  =  false;
+      _curLat     = 0.0;
+      _type       = "";
+      _followSec  = false;
     }
     void init() {
Index: /trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
===================================================================
--- /trunk/BNC/src/upload/bncrtnetuploadcaster.cpp	(revision 8688)
+++ /trunk/BNC/src/upload/bncrtnetuploadcaster.cpp	(revision 8689)
@@ -504,4 +504,9 @@
         }
         else {
+          in >> numVal;
+          for (int ii = 0; ii < numVal; ii++) {
+            double dummy;
+            in >> dummy;
+          }
           emit(newMessage("                      RTNET format error: "
                           +  lines[ii].toLatin1(), false));
Index: /trunk/BNC/src/upload/bncuploadcaster.cpp
===================================================================
--- /trunk/BNC/src/upload/bncuploadcaster.cpp	(revision 8688)
+++ /trunk/BNC/src/upload/bncuploadcaster.cpp	(revision 8689)
@@ -102,5 +102,5 @@
         _outBuffer.clear();
       }
-      msleep(100); //sleep 0.1 sec
+      msleep(200); //sleep 0.2 sec
     }
     else {
