Re: [PATCH v2 3/5] tester/telnet: Only reopen once a second

2021-09-08 Thread Kinsey Moore
Looks good to me. On 9/6/2021 23:31, chr...@rtems.org wrote: From: Chris Johns - Limit the reopen to once a second - Make sure the socket is closed when reopening --- tester/rt/telnet.py | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/tester/rt/telnet.py b/tes

[PATCH v2 3/5] tester/telnet: Only reopen once a second

2021-09-06 Thread chrisj
From: Chris Johns - Limit the reopen to once a second - Make sure the socket is closed when reopening --- tester/rt/telnet.py | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/tester/rt/telnet.py b/tester/rt/telnet.py index 4e5e84a..919aa86 100644 --- a/tester/rt/tel