Skip to content

Add FIONBIO support for setting non-blocking socket mode #344

@bobbyvinon

Description

@bobbyvinon

ioctl with FIONBIO currently not supported, but i think it's not very hard to implement it support.

// set non-blocking
int opt = 1;
ioctl(sock, FIONBIO, &opt);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type: EnhancementNew functionality or improved designX-Archive: Shadow[Deprecated label.] Associated with the core Shadow code.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions