-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue on unlimited connection retry attempts
During fix on version 3.1/3.3, several issues concerning forwarding transfers and FileMonitor introduce a endless repetition of attemps in case of lack of connection. This fixes this issue: - After 3 attemps of failed connections, the transfer is in error and the execution of the error task is launched - For FileMonitor (SpooledDirectoryTransfer), a failed Submit transfer is handled by the R66 server as usual (3 attempts). For Direct transfer, the retry after 3 attemps is done after a delay, as long as the file exists.
- Loading branch information
1 parent
522a1cd
commit b516581
Showing
14 changed files
with
200 additions
and
259 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.