The sole responsibility of this module is to initialize UDP and open endpoints for communications.
Initialization takes place in init(). This function creates an IPv4 UDP socket, stores the descriptor in sock_fd, and binds it to port 21105 on all local interfaces (INADDR_ANY).
The initialized socket is used by the Z21 service.