v0.5
0.5: 2015-Apr-14
- --enable-asan and --enable-tsan flags to enable address/thread sanitizer.
- Do not account latencies for --first-message.
0.4.9: 2015-Apr-09
- Maximum storable latency increased from 10s to 100s.
- -e (--unescape-message-args) now affect --latency-marker string as well.
- --websocket now awaits response after sending HTTP upgrade headers.
- Add WebSocket masking on client->server communication (mandated by RFC).
- Use Boyer-Moore-Horspool to search --latency-marker in the stream.
- Add --sndbuf and --rcvbuf command line options to adjust kernel buffers via setsockopt(SO_*BUF).
- Record latencies even if only a portion of a message has been sent.