conncheck: fix pruning conn checks with TCP active sockets
TCP active socket makes a NiceSocket for each peer in conn_check_send() and this new socket is then stored as CandidateCheckPair's 'sockptr'. We thus have to look also at the 'sockptr' value when eliminating sockets which have received HUP from connection checks. Differential Revision: https://phabricator.freedesktop.org/D1034
Showing
Please register or sign in to comment