commit | 29cc11ca41c606cc04367d6ec312e9f71094ef8f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Nov 12 18:54:20 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Nov 12 19:16:29 2016 +0100 |
tree | 6d5c8f4f14ded1ec4004d7c025b51108faa71777 | |
parent | 1973e81c0647a3e76abc9725f531f991f4ea0f58 [diff] |
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.