mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
handle out-of-sequence fragment for first fragment
This commit is contained in:
parent
26c629a7d8
commit
1b70061169
1 changed files with 1 additions and 1 deletions
|
@ -121,8 +121,8 @@ namespace tunnel
|
|||
if (!isFollowOnFragment) // create new incomlete message
|
||||
{
|
||||
m.nextFragmentNum = 1;
|
||||
m_IncompleteMessages[msgID] = m;
|
||||
HandleOutOfSequenceFragment (msgID, m);
|
||||
m_IncompleteMessages[msgID] = m;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue