check garlic message payload hash

This commit is contained in:
orignal 2014-01-16 08:08:28 -05:00
parent 075650b6d3
commit bc9b355d5d
3 changed files with 25 additions and 12 deletions

View file

@ -143,7 +143,7 @@ namespace tunnel
void TunnelEndpoint::HandleNextMessage (const TunnelMessageBlock& msg)
{
LogPrint ("TunnelMessage: handle fragment of ", msg.data->GetLength ()," bytes");
LogPrint ("TunnelMessage: handle fragment of ", msg.data->GetLength ()," bytes. Msg type ", (int)msg.data->GetHeader()->typeID);
switch (msg.deliveryType)
{
case eDeliveryTypeLocal: