Changeset 9459 in ntrip


Ignore:
Timestamp:
Jun 8, 2021, 11:36:13 AM (3 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ntripserver/ntripserver.c

    r9458 r9459  
    15721572          if (errno != EAGAIN) {
    15731573            perror("WARNING: could not send data to Destination caster");
    1574             return;
     1574            if (outmode == NTRIP1) {
     1575              return;
     1576            }
     1577            if (outmode == TCPIP) {
     1578              memset((char*) &buffer, 0x00, sizeof(buffer));
     1579              nBufferBytes = 0;
     1580            }
    15751581          }
    15761582        } else if (i) {
Note: See TracChangeset for help on using the changeset viewer.