a-lunev commented on pull request #5434: URL: https://github.com/apache/incubator-nuttx/pull/5434#issuecomment-1035687632
The same is on sim:tcpblaster config. telnetd does not work. Though, if on NuttX I run netcat server instead of telnetd, telnet client normally connects from Linux to NuttX: `nsh> netcat -l 23` @anchao telnetd uses task_create() (whereas netcat does not use any commands that may result in calling dup() / dup2()). It looks like the issue is related to task_create() / dup() / dup2(). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
