pedantic style and logging changes

This commit is contained in:
Jeff Becker 2016-06-29 14:56:00 -04:00
parent 93fbd7b3ba
commit f405c62f1e
No known key found for this signature in database
GPG key ID: AB950234D6EA286B
2 changed files with 8 additions and 3 deletions

View file

@ -102,7 +102,7 @@ namespace i2p
{
RAND_bytes ((uint8_t *)&msgID, 4);
htobe32buf (buf + DELIVERY_STATUS_MSGID_OFFSET, msgID);
htobe64buf (buf + DELIVERY_STATUS_TIMESTAMP_OFFSET, I2PD_NET_ID); // netID = 2
htobe64buf (buf + DELIVERY_STATUS_TIMESTAMP_OFFSET, I2PD_NET_ID);
}
m->len += DELIVERY_STATUS_SIZE;
m->FillI2NPMessageHeader (eI2NPDeliveryStatus);