Skip to content

Allow users to modify connection properties in init #49

@SupraSummus

Description

@SupraSummus

Hi,

I'd like to limit maximum size of read requests incoming to my FS. I tried using max_read=N option (with N = 4096), but then I get an error from libfuse:

fuse: error: init() and fuse_session_new() requested different maximum read size (0 vs 4096)

To illustrate the problem I modified test case - SupraSummus@ce20b49

As far as I understand I need to pass max_read option to libfuse's init(). How do I do that?

Thanks and have a nice day!
Jan Rydzewski

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions