commit | 29185140db2e1146e0363d74d551e9012ed87fba | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Oct 13 17:26:00 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 13 18:15:33 2020 +0200 |
tree | 090faba2229537f3c4c5ae53d353989d6f272a32 | |
parent | 5ced3e8879334766613d67cacb01d9f15cfd2932 [diff] |
MINOR: protocol: make proto_tcp & proto_uxst report listening sockets Now we introdce a new .rx_listening() function to report if a receiver is actually a listening socket. The reason for this is to help detect shared sockets that might have been broken by sibling processes.