Changeset 9853 in ntrip
- Timestamp:
- Oct 18, 2022, 4:40:07 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncuploadcaster.cpp
r9851 r9853 271 271 return; 272 272 } else { 273 emit(newMessage("Proxy: Connection established for " + _mountpoint.toLatin1(), true)); 273 emit(newMessage("Proxy: Connection established for " + _mountpoint.toLatin1()+ "@" + 274 _casterOutHost.toLatin1() + ":" + QString("%1").arg(_casterOutPort).toLatin1() , true)); 274 275 _sOpenTrial = 0; 275 276 _outSocket->setPeerVerifyName(_casterOutHost); … … 310 311 delete _outSocket; _outSocket = 0; 311 312 int l = ans.indexOf("\r\n", 0); 312 emit(newMessage("Broadcaster: 313 emit(newMessage("Broadcaster: Connection broken for " + _mountpoint.toLatin1() + "@" + 313 314 _casterOutHost.toLatin1() + ":" + QString("%1").arg(_casterOutPort).toLatin1() + 314 315 ": " + ans.left(l), true));
Note:
See TracChangeset
for help on using the changeset viewer.