Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Server fails to deliver big files on poor connections #2

Description

@a-donda

When the connection is not very stable, waiting for client ACK can trigger an error and the conn.err field is initialized here. Then ACK is eventually received after few retries and file sending continues. The conn.err field is never cleared, and later on, when the current conn.txBuf content is sent the error is returned to the upper level.

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions