commit | af9a7f5bb024ae7720cfc9694afb0dfafdde1226 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Sep 01 16:12:50 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 16 22:08:07 2020 +0200 |
tree | ec3c6b88deb545637dde104d02ae97b65346c196 | |
parent | d69ce1ffbc3cb4397cf4c5e6572f65f25fd2d13b [diff] |
MEDIUM: tcp: make use of sock_inet_bind_receiver() This removes all the AF_INET-specific code from tcp_bind_listener() and now simply relies on sock_inet_bind_listener() to do the same job. The function was now roughly cut in half and its error path significantly simplified.