mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-30 12:47:48 +02:00
small fixes
This commit is contained in:
parent
55534ea002
commit
91a420433a
10 changed files with 13 additions and 15 deletions
|
@ -319,7 +319,7 @@ namespace i2p {
|
|||
m_SentPackets.emplace(packetNum, packet);
|
||||
packet = newPacket; // just ack block
|
||||
}
|
||||
};
|
||||
}
|
||||
if (packet->payloadSize > ackBlockSize) {
|
||||
ackBlockSent = true;
|
||||
if (packet->payloadSize + 16 < m_MaxPayloadSize)
|
||||
|
@ -1392,7 +1392,7 @@ namespace i2p {
|
|||
}
|
||||
break;
|
||||
default:;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
void SSU2Session::HandleAck(const uint8_t *buf, size_t len) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue