Module mpstthree::transport

source ·
Expand description

The module for interacting with different modes of transport such as HTTP or TCP

This module is available only if MultiCrusty is built with either the "transport" feature, the "transport_udp" feature, the "transport_tcp" feature or the "transport_http" feature.

Modules§

  • tcptransport or transport_tcp
    This module contains the functions and macros for handling a TCP connection.
  • udptransport or transport_udp
    This module contains the functions and macros for handling a UDP connection.