Home | History | Annotate | Download | only in ssl

Lines Matching refs:advertised

915  * advertised value. Also used to downgrade the MTU by
926 dtls_SetMTU(sslSocket *ss, PRUint16 advertised)
930 if (advertised == 0) {
937 if (COMMON_MTU_VALUES[i] <= advertised) {