• X
    Correct 'extraSeq' in ack packet after stop is requested · fb9081fc
    xiong-gang 提交于
    If the ack packet in doSendStopMessageUDPIFC() is lost, QE will keep sending status packet,
     and QD will ack it in handleDataPacket(). We need make sure the 'extraSeq' is equal to 'seq'
     in the ack packet so that QE can update the capacity. Or else, QE will hang for ever.
    fb9081fc
ic_udpifc.c 185.3 KB