Re: nc - unbuffered input
JP <[email protected]> Thu, 13 Dec 2018 14:08:01 -0500
| Newsgroups | gmane.os.netbsd.devel.general |
|---|---|
| Message-ID | <CAHN8BqpTdqVqc8yYZL07LKPknrCDbSEZVDmLhPJuchc8hSgDsA@mail.gmail.com> |
I tried that, it wasn't working for me On Thu, Dec 13, 2018 at 10:27 AM Kamil Rytarowski <[email protected]> wrote: > > On 13.12.2018 15:04, JP wrote: > > Might there be another soul that desires a netcat with unbuffered input? > > > > usage for unbuffered client mode: nc -B localhost 65535 > > > > (I hope the patch comes through ok) > > > > Is it possible to use STDBUF=U in env(1) as documented in setbuf(3)? >