OpenDOF Project
DTLConnectionConfig(* DTLServer::GetConnectionConfig)(DTLServer server, DOFAddress address)

Report the connection configuration associated with a connection to the given address.

When a connection state is needed for an inbound packet from a datagram server (as if it were a connection), this returns the necessary configuration for the connection to that host. This will only be called for datagram servers, and always using the DOFAddress passed to Received_Server as the source of the datagram packet.

This callback must not be NULL.

Parameters
serverThe server. This parameter should not be NULL.
addressThe address of the host. This parameter must not be NULL.
Return values
Theconnection configuration associated with the connection to the given address, or NULL if there is no such configuration.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22