Ticket #4923 (new bug)
netcat cuts off ending of stream
| Reported by: | Adek336 | Owned by: | nobody |
|---|---|---|---|
| Priority: | normal | Milestone: | R1 |
| Component: | Applications/Command Line Tools | Version: | R1/alpha1 |
| Keywords: | Cc: | planche2k@… | |
| Blocked By: | Platform: | All | |
| Blocking: |
Description
On a computer running Linux
seq 1 100000 | nc -lp2222 -q1
On the Haiku computer
nc other-computer's-ip 2222 | less
and then go to line 99900 using the key sequence
:99900
Unfortunately, as we can see in less' output, Haiku's netcat is able to output only about 99850 lines out of the 100000 that have been sent.
If not reproducible, increase argument to seq.
If both instances of netcat are run on Linux boxen, all 100000 lines are output.
Change History
Note: See
TracTickets for help on using
tickets.
