Skip to content
This repository was archived by the owner on Oct 29, 2019. It is now read-only.
This repository was archived by the owner on Oct 29, 2019. It is now read-only.

Create a non-blocking socket in a single syscall #39

@saghul

Description

@saghul

On Linux we can create a socket in non-blocking mode in a single syscall by OR-ing the socket type with SOCK_NONBLOCK. Same applies when using accept4. Use it.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions