commit | 2e065cbbf64a31ed7704c9a37e280b36a031f216 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 14 08:09:48 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Oct 14 08:46:23 2020 +0200 |
tree | 148110d6a434a5075a435af06aa20e26dc415c8a | |
parent | 258b351704055c03f3358b8b44d74ddf784c881c [diff] |
CONTRIB: tcploop: implement a disconnect operation 'D' This performs a connect(AF_UNSPEC) over an existing connection. This is mainly for compatibility testing. At this step it only seems to work on linux for TCP sockets (both listening and established), while SO_LINGER successfully resets established connections on freebsd and aix.