NativeCrypto.alpn_select_callback

Callback for the server to select an ALPN protocol.

class NativeCrypto
extern (C) static
int
alpn_select_callback
(
SSL* ssl
,
uint8_t** outBuffer
,
uint8_t* outLen
,
const(uint8_t)* inBuffer
,
uint inLen
,
void*
)

Meta