1/// `ICE-CONTROLLING` and `ICE-CONTROLLED`, which resolve role conflicts.
2pub mod control;
3/// The `PRIORITY` attribute carried in connectivity checks.
4pub mod priority;
5/// The `USE-CANDIDATE` flag, by which the controlling agent nominates a pair.
6pub mod use_candidate;