Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • libslirp libslirp
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 20
    • Issues 20
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • slirpslirp
  • libslirplibslirp
  • Merge requests
  • !116
The source project of this merge request has been removed.

Handle ECONNABORTED from recv

Merged Rich requested to merge (removed):handle-econnaborted into master Mar 04, 2022
  • Overview 5
  • Pipelines 0
  • Changes 1

recv() can return ECONNABORTED due to a time-out on the socket. Drop the socket if we see this code as it's no longer useable in this state.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: handle-econnaborted