Bug#586999: netcat6: displays no data

2010-06-24 Thread Guillaume Delacour
Hello, You're right, i reproduce the problem. Packets are sent but the socket seems to be instantly closed on destination side (while we had to ^C before). The last patch i've made (07_z_argument.diff) which add a -z argument (http://bugs.debian.org/581894) is responsible of this unexpected behavi

Bug#586999: netcat6: displays no data

2010-06-24 Thread Mario 'BitKoenig' Holbe
Package: netcat6 Version: 1.0-6 Severity: important Hello, since 1.0-6 netcat6 displays no incoming data for connections anymore: r...@darkside:~# nc6 localhost 7634 | wc -c 0 r...@darkside:~# nc6 127.0.0.1 7634 | wc -c 0 r...@darkside:~# nc.traditional localhost 7634 | w