if nc, ok := l.conn.(net.Conn); ok {
        addr, _ := net.ResolveUDPAddr(
            "udp",
            nc.LocalAddr().String(),
        )