]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: protocol: make proto_tcp & proto_uxst report listening sockets
authorWilly Tarreau <w@1wt.eu>
Tue, 13 Oct 2020 15:26:00 +0000 (17:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 13 Oct 2020 16:15:33 +0000 (18:15 +0200)
commit29185140db2e1146e0363d74d551e9012ed87fba
tree090faba2229537f3c4c5ae53d353989d6f272a32
parent5ced3e8879334766613d67cacb01d9f15cfd2932
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.
include/haproxy/protocol-t.h
src/proto_tcp.c
src/proto_uxst.c