When a Radius request is a duplicate request ? What are criteria to define a duplicate request ? Same question for response Using wireshark Version 2.2.6 (v2.2.6-0-g32dac6a) |
There's a request and response tracking mechanism involved that also detects duplicates. From reading the code is seems to check for the radius code, ident and conversation (that is, the connection between server and client), and then it checks the authenticator as well. If these all match then it's marked a duplicate. |