THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.

Revision history  [back]

Based on the RFC 791 https://tools.ietf.org/html/rfc791 , I read the flags as:

  • MF set: this packet contains a fragment,
  • DF set: this packet cannot be split into (smaller) fragments.

The combination makes it: this packet contains a fragment which in turn may not be split into smaller fragments.
So while unusual, it is allowed.