mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
copy path challenge to response
This commit is contained in:
@@ -2592,6 +2592,7 @@ namespace transport
|
||||
uint8_t payload[SSU2_MAX_PACKET_SIZE];
|
||||
payload[0] = eSSU2BlkPathResponse;
|
||||
htobe16buf (payload + 1, len);
|
||||
memcpy (payload + 3, data, len);
|
||||
SendData (payload, len + 3);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user