A module specified as a
Start a transport process.
Called by diameter as a consequence of a call to
The first argument indicates whether the transport process in question
is being started for a connecting (
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.
The capabilities in the
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 close the transport connection.
The transport process should terminate after closing the
connection.
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.