|
|
|
|
|
by kees99
2617 days ago
|
|
Option "-l" only supposed to be used with text output. When mis-applied to binary (-w) output, it will: - On Linux, flush buffer at wrong places, breaking last (few) packet(s); - On Windows, flush buffer after every byte (which gives acceptable result, but is very inefficient). With "-w", always use "-U" instead. |
|