Changeset 10214 in ntrip for trunk/BNC/src/pppRun.cpp


Ignore:
Timestamp:
Sep 16, 2023, 12:43:47 AM (8 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/pppRun.cpp

    r10192 r10214  
    330330  // Make sure the buffer does not grow beyond any limit
    331331  // ---------------------------------------------------
    332   const unsigned MAX_EPODATA_SIZE = 65;
     332  const unsigned MAX_EPODATA_SIZE = 61;
    333333  if (_epoData.size() > MAX_EPODATA_SIZE) {
    334334    delete _epoData.front();
Note: See TracChangeset for help on using the changeset viewer.