Skip to content

operations without ancillary data/fd #1

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).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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