Callback invoked when an SCTP datagram BIO receives a notification message.
Declared in <openssl/bio.h>
typedef void(* BIO_dgram_sctp_notification_handler_fn)(BIO*, void*, void*);
| Name | Description |
|---|---|
| b | Datagram BIO that received the notification. |
| context | User pointer supplied when the handler was registered. |
| buf | Notification payload buffer (SCTP notification structure). |