ref to this WebRTC - TURN and ICE functions it mentions that: "Regular Nomination The checks continue until there is at least one valid candidate pair. The controlling agent picks from the valid pairs and sends a second STUN request on that pair with a flag to tell the peer that this is the one that is nominated for use.
Aggressive Nomination The nomination flag is sent with every STUN request, once the first check succeeds ICE processing for that media stream is finished and a second STUN request is not needed."
here is the stun packet which I capture by wireshark, but it seems that there are no a flag named nomination flag, can somebody tell or any documents to ref, thanks