But first check that no concrete message type depends on it.
I vaguely remember adding this date to make messages valid in the future (not the present), but I can't think of a real-world use case, so I probably just gold-plated it.
This is actually needed when storing the public key of a DH key in incoming messages: we only store it if the RAMF message creation date is the latest we've got so far.
But first check that no concrete message type depends on it.
I vaguely remember adding this date to make messages valid in the future (not the present), but I can't think of a real-world use case, so I probably just gold-plated it.