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

Copy Markdown View Source

Reply to a real-fetch GETXATTR (request size > 0): the value bytes; or to LISTXATTR: the NUL-separated, NUL-terminated list of attribute names. The kernel rejects this reply with ERANGE if the data exceeds the buffer it allocated based on its prior probe — handlers are responsible for ensuring byte_size(data) fits within the request's size budget.

Summary

Types

t()

@type t() :: %Wick.Protocol.Response.XattrData{data: binary()}