Skip to content

blocking connect #6

Description

@rd235

connect may wait for a long time prior to return a timeout error.
The support of blocking "connect" is tricky ( at least the support I have in my mind): convert the socket as non-blocking and if the call returns EINPROGRESS wait on a "poll". When poll returns try again "connect"
Any other idea out there?

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions