Transport Definition Objects

The FTL server web API represents each transport definition as a JSON object.

For more information about transports, see Transport Concepts and its subtopics.

For detailed information about transport definitions, see these topics:

Example JSON Representation

{
  "config":{
    "backlog_full_wait":"0",
    "backlog_size":"64mb",
    "port":"0",
    "recv_spin_limit":"0.0",
    "subnet_mask":"",
    "transport_type":"dtcp"
  },
  "description":"",
  "name":"dtcp-tport"
}