Wick.Protocol.Response.Init (wick v0.1.0)

Copy Markdown View Source

FUSE_INIT reply — fuse_init_out (64 bytes).

Summary

Types

t()

@type t() :: %Wick.Protocol.Response.Init{
  congestion_threshold: non_neg_integer(),
  flags: non_neg_integer(),
  major: non_neg_integer(),
  map_alignment: non_neg_integer(),
  max_background: non_neg_integer(),
  max_pages: non_neg_integer(),
  max_readahead: non_neg_integer(),
  max_write: non_neg_integer(),
  minor: non_neg_integer(),
  time_gran: non_neg_integer()
}