summaryrefslogtreecommitdiffstats
path: root/doc/enums/gnutls_alpn_flags_t
blob: 353907201ea3c92cfa662ff6b6dd34a0d369a829 (plain)
1
2
3
4
5
6
7
8
9
10
11
@c gnutls_alpn_flags_t
@table @code
@item GNUTLS_@-ALPN_@-MANDATORY
Require ALPN negotiation. The connection will be
aborted if no matching ALPN protocol is found.
@item GNUTLS_@-ALPN_@-SERVER_@-PRECEDENCE
The choices set by the server
will take precedence over the client's.
@end table