haproxy/contrib/tcploop
Willy Tarreau a84a2dba94 CONTRIB: tcploop: use the trash instead of NULL for recv()
NULL is Linux-centric and we're not focused on performance here but
portability and reproducibility. Don't use NULL and use the trash
instead. It may lead to multiple recv() calls for large blocks but
as a benefit it will be possible to see the contents with strace.
2017-03-15 11:48:46 +01:00
..
Makefile CONTRIB: tcploop: scriptable TCP I/O for debugging purposes 2016-11-12 18:04:05 +01:00
tcploop.c CONTRIB: tcploop: use the trash instead of NULL for recv() 2017-03-15 11:48:46 +01:00