-
- Downloads
[EchoClient] improve unexpected echo output
Build up output string and don't incrementally output it to stderr to hopefully prevent error messages interleaving. Only output the least significant byte of the unsigned int cast. Always use two digits per byte and remove the whitespace. Should have used printf in the first place.
Loading
Please register or sign in to comment