mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
handle out-of-sequence fragment for first fragment
This commit is contained in:
@@ -121,8 +121,8 @@ namespace tunnel
|
|||||||
if (!isFollowOnFragment) // create new incomlete message
|
if (!isFollowOnFragment) // create new incomlete message
|
||||||
{
|
{
|
||||||
m.nextFragmentNum = 1;
|
m.nextFragmentNum = 1;
|
||||||
m_IncompleteMessages[msgID] = m;
|
|
||||||
HandleOutOfSequenceFragment (msgID, m);
|
HandleOutOfSequenceFragment (msgID, m);
|
||||||
|
m_IncompleteMessages[msgID] = m;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user