commit | 88f404a9b1d75388225b1c67b6dd327cb2182777 | [log] [tgz] |
---|---|---|
author | Jason A. Donenfeld <Jason@zx2c4.com> | Tue Feb 04 22:17:29 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 05 14:14:18 2020 +0100 |
tree | d0e8cc6334f15c7c087c1007a1a549cf298e71e3 | |
parent | 4a2ef721e60f0d2babeb29dbcfe05904b53ea19e [diff] |
wireguard: selftests: tie socket waiting to target pid Without this, we wind up proceeding too early sometimes when the previous process has just used the same listening port. So, we tie the listening socket query to the specific pid we're interested in. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: David S. Miller <davem@davemloft.net>