Srv 11 should check CRC of TT packet #719
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Incoming packets as data in the packet should be checked before inserting.
There was a wrong TcPacket sent without a timestamp and it still got inserted in the Schedule successful.
I will try to fix this today.
The new code should also probably check that the received packet has the minimum size required for a TC packet. A min length check is required anyway before performing the CRC check.