On Monday 03 August 2009 00:29, Tomoya Adachi wrote:
> When nc is running as a persistent server, the client's socket is not
> closed in the parent process. This causes the client process to hang.
> Here is a simple example:
> 
> $ ./busybox nc -l -l -p 8000 -e /bin/echo Hello &
> [1] 5994
> 
> $ nc localhost 8000
> Hello
>        <---- it doesn't return to the shell prompt
> 
> Signed-off-by: Tomoya Adachi <[email protected]>

Applied with edits. Thanks!
--
vda
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to