Function
Dexdtls_connection_shutdown
unstable since: 1.2
Declaration [src]
DexFuture*
dex_dtls_connection_shutdown (
GDtlsConnection* dtls_connection,
gboolean shutdown_read,
gboolean shutdown_write,
int io_priority
)
Parameters
dtls_connection-
Type:
GDtlsConnectionThe data is owned by the caller of the function. shutdown_read-
Type:
gbooleanWhether to shut down the read side.
shutdown_write-
Type:
gbooleanWhether to shut down the write side.
io_priority-
Type:
intPriority for the IO operation.