The discovered PRFLX priority, RFC 5245 says "Its priority is set equal to the value of the PRIORITY attribute in the Binding request.", but our code is written in function void ICELIB_makePeerLocalReflexiveCandidate:
pPeerCandidate->priority = ICELIB_calculatePriority(ICE_CAND_TYPE_PRFLX,
componentId, 0xffff);
The discovered PRFLX priority, RFC 5245 says "Its priority is set equal to the value of the PRIORITY attribute in the Binding request.", but our code is written in function
void ICELIB_makePeerLocalReflexiveCandidate: