-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
shell: telnet: don't close connection on EAGAIN
This error can occur if the tcp window size is full. Instead of closing the connection the application should sleep and retry sending the packet. Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com>
- Loading branch information
Showing
1 changed file
with
36 additions
and
14 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