Closed gorryfair closed 2 months ago
Text in editor's copy of -33 changed as follows:
OLD:
By default, even when option checksums (OCS, APC), authentication, or encryption fail, every received packet is passed (possibly with an empty data payload) to the user application.
NEW:
By default, even when option checksums (OCS, APC), authentication, or decryption fail, all received packets (with the exception of UDP fragments) are passed (possibly with an empty data payload) to the user application.
A small nit: I would expect the receiver to attempt decryption, not encryption.