pgnutls_transport_set_fastopen

Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
version(!BindGnuTLS_Static)
extern (System) @nogc nothrow @system
alias pgnutls_transport_set_fastopen = void function
(
gnutls_session_t session
,
int fd
,
sockaddr* connect_addr
,
socklen_t connect_addrlen
,
uint flags
)

Meta