tsvwg / draft-ietf-tsvwg-udp-options

1 stars 0 forks source link

NiT (Erik): Section 6 #50

Closed gorryfair closed 2 months ago

gorryfair commented 7 months ago
  1. The UDP option mechanism and UDP options themselves should default to the same behavior experienced by a legacy receiver.

    By default, even when option checksums (OCS, APC), authentication, or encryption fail, every received packet is

A small nit: I would expect the receiver to attempt decryption, not encryption.

Mike-Heard commented 3 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.