You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The different overloads/forms of LtpEngine::TransmissionRequest seem to behave differently about sending segments after starting a new outgoing transfer session. The function TrySendPacketIfAvailable() is called for the forms that take a parameter of transmission_request_t but is not called for the other (bare session parameters) forms.
A workaround is to always use the transmission_request_t forms, but it seems like this is a bug if the other overloads don't work consistently.
The text was updated successfully, but these errors were encountered:
The different overloads/forms of
LtpEngine::TransmissionRequest
seem to behave differently about sending segments after starting a new outgoing transfer session. The functionTrySendPacketIfAvailable()
is called for the forms that take a parameter oftransmission_request_t
but is not called for the other (bare session parameters) forms.A workaround is to always use the
transmission_request_t
forms, but it seems like this is a bug if the other overloads don't work consistently.The text was updated successfully, but these errors were encountered: