Skip to content

Buffer is using 'write', but we need to use 'sendmsg' (wrapped by comms_unix_send) for ancillary data #111

Description

@trgill

Address FIXME in code:

* data. This is why we need to send the ancillary data separately from usual data here. Maybe extend the

			 * FIXME: Buffer is using 'write', but we need to use 'sendmsg' (wrapped by comms_unix_send) for ancillary
			 * data. This is why we need to send the ancillary data separately from usual data here. Maybe extend the
			 * buffer so it can use 'sendmsg' somehow - a custom callback for writing the data? Then we could send data
			 * and anc. data at once in one buffer_write call.
			 */

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions