Skip to content
  • Steven Murray's avatar
    We have modified the castor::tape::aggregator::Transceiver API. We have split · 0141c734
    Steven Murray authored
    the reception of an RTCP message into two separate function calls; the
    reception of the header and then the reception of the body.
    
    This modification was needed in order to deal with the next step of
    the RTCOPY protocol where the main select loop has to deal with different
    types of incoming RTCOPY messages comming from different RTCPD threads.i
    Immediately after a call to select which indicates an incoming message, the
    tape aggregator needs to use the Transceiever to just read in the RTCP message
    header so it can then dispatch the receptionm of the body of the incomming
    message to the appropriate Transceiver body reception function.
    0141c734