Ignore:
Timestamp:
Oct 18, 2022, 4:40:07 PM (18 months ago)
Author:
stuerze
Message:

restore RTNET buffer reading code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/upload/bncuploadcaster.cpp

    r9851 r9853  
    271271        return;
    272272      } 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));
    274275        _sOpenTrial = 0;
    275276        _outSocket->setPeerVerifyName(_casterOutHost);
     
    310311    delete _outSocket; _outSocket = 0;
    311312    int l = ans.indexOf("\r\n", 0);
    312     emit(newMessage("Broadcaster:  Connection broken for " + _mountpoint.toLatin1() + "@" +
     313    emit(newMessage("Broadcaster: Connection broken for " + _mountpoint.toLatin1() + "@" +
    313314         _casterOutHost.toLatin1() + ":" + QString("%1").arg(_casterOutPort).toLatin1() +
    314315         ": " + ans.left(l), true));
Note: See TracChangeset for help on using the changeset viewer.