commit | f9d1bc6d9a0dfa098500b6029b6fcc94b00eeac9 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Apr 05 17:56:47 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Apr 06 11:37:35 2015 +0200 |
tree | 7437f6c6a4287e104a8d6b38c6c8b245363d65e3 | |
parent | 99eb0f13bc08311912cec6e6b0893f634b78664c [diff] |
MEDIUM: frontend: move the fd-specific settings to session_accept_fd() The frontend is generic and does not depend on a file descriptor, so applying some socket options to the incoming fd is not its role. Let's move the setsockopt() calls earlier in session_accept_fd() where others are done as well.