# `ExUtcp.Transports.TcpUdp.Connection`
[🔗](https://github.com/universal-tool-calling-protocol/elixir-utcp/blob/main/lib/ex_utcp/transports/tcp_udp/connection.ex#L1)

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.

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
