haproxy/contrib/tcploop
Willy Tarreau 29cc11ca41 CONTRIB: tcploop: add basic loops via a jump instruction
This one jumps back to the oldest post-fork and post-accept action,
so it allows to recv(), pause() and send() in loops after a fork()
and an accept() for example. This is handy for bugs that reproduce
once in a while or to keep idle connections working.
2016-11-12 19:16:29 +01:00
..
Makefile
tcploop.c CONTRIB: tcploop: add basic loops via a jump instruction 2016-11-12 19:16:29 +01:00