mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 12:24:19 +00:00
correct options szie
This commit is contained in:
parent
636fc633d4
commit
6fee2d3536
@ -503,7 +503,7 @@ namespace stream
|
|||||||
uint8_t * signature = packet + size; // set it later
|
uint8_t * signature = packet + size; // set it later
|
||||||
memset (signature, 0, signatureLen); // zeroes for now
|
memset (signature, 0, signatureLen); // zeroes for now
|
||||||
size += signatureLen; // signature
|
size += signatureLen; // signature
|
||||||
htobe16buf (optionsSize, packet + size - optionsSize); // actual options size
|
htobe16buf (optionsSize, packet + size - 2 - optionsSize); // actual options size
|
||||||
size += m_SendBuffer.Get (packet + size, STREAMING_MTU - size); // payload
|
size += m_SendBuffer.Get (packet + size, STREAMING_MTU - size); // payload
|
||||||
m_LocalDestination.GetOwner ()->Sign (packet, size, signature);
|
m_LocalDestination.GetOwner ()->Sign (packet, size, signature);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user