Changeset 2319 in ntrip for trunk/BNS


Ignore:
Timestamp:
Feb 20, 2010, 8:08:49 PM (14 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnscaster.cpp

    r2046 r2319  
    151151  QByteArray msg = "SOURCE " + password.toAscii() + " /" +
    152152                   _mountpoint.toAscii() + "\r\n" +
    153                    "Source-Agent: NTRIP BNS/1.0\r\n\r\n";
     153                   "Source-Agent: NTRIP BNS/1.1\r\n\r\n";
    154154
    155155  _outSocket->write(msg);
Note: See TracChangeset for help on using the changeset viewer.