Callback invoked when an SCTP datagram BIO receives a notification message.
Synopsis
Declared in <openssl/bio.h>
typedef void(* BIO_dgram_sctp_notification_handler_fn)(BIO*, void*, void*);
Parameters
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). |
Created with MrDocs