ExUtcp.Transports.TcpUdp.Connection (ex_utcp v0.3.2)

Copy Markdown View Source

Manages individual TCP/UDP connections.

This module handles the low-level network communication for both TCP and UDP protocols. It provides message serialization, connection management, and error handling.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.