A module specified as a
Start a transport process.
Called by diameter as a consequence of a call to
Ref is the value that was returned from the call to
The start function should use the
A transport process must implement the message interface documented below. It should retain the pid of its parent, monitor the parent and terminate if it dies. It should not link to the parent. It should exit if its transport connection with its peer is lost.
All messages sent over the transport interface are of the
form
A transport process can expect the following messages from diameter.
An outbound Diameter message.
A request to terminate the transport process after having received DPA
in response to DPR.
The transport process should exit.
Indication of whether or not capabilities exchange has selected
inband security using TLS.
If TLS is requested (
This message is only sent to a transport process over whose
A transport process should send the following messages to its parent.
Inform the parent that the transport process with
Inform the parent that the transport process with
An inbound Diameter message.
Acknowledgment of a successful TLS handshake.