You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After telnet clients connect with telnet servers, clients stay blocking until receiving timeout from servers. So when the telnet server interrupts unexpectedly, the server should give an alert to clients. However, telnet servers often quit silently, thereby leading to clients waiting forever.
This bug can be reproduced when one telnet client connects with one telnet server, and then the telnet server unexpectedly quits. Then we could found that the client will be stuck there and cannot stop until CPU resources run out.
The text was updated successfully, but these errors were encountered:
alexrayne
pushed a commit
to alexrayne/contiki
that referenced
this issue
Nov 10, 2023
After telnet clients connect with telnet servers, clients stay blocking until receiving timeout from servers. So when the telnet server interrupts unexpectedly, the server should give an alert to clients. However, telnet servers often quit silently, thereby leading to clients waiting forever.
This bug can be reproduced when one telnet client connects with one telnet server, and then the telnet server unexpectedly quits. Then we could found that the client will be stuck there and cannot stop until CPU resources run out.
The text was updated successfully, but these errors were encountered: