Skip to content

operations without ancillary data/fd #1

@UnixJunkie

Description

@UnixJunkie

If there is some overhead related to the ancillary optional fd, would it be possible to have:

val Sendmsg.recv_no_fd: Unix.file_descr -> bytes -> int -> int -> int
val Sendmsg.send_no_fd: Unix.file_descr -> bytes -> int -> int -> int

Some users really have no use for this optional file_descr result (they never send one
and so never expect to receive one).

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