clean up incomplete messages

This commit is contained in:
orignal 2016-12-06 16:23:52 -05:00
parent 59681398cb
commit 381f6b184e
2 changed files with 10 additions and 0 deletions

View file

@ -15,6 +15,7 @@ namespace tunnel
{
struct TunnelMessageBlockEx: public TunnelMessageBlock
{
uint64_t receiveTime; // milliseconds since epoch
uint8_t nextFragmentNum;
};