commit | 20d0983fb9aaaf5e219ab17ce2d4ca39f5f89a44 | [log] [tgz] |
---|---|---|
author | Geliang Tang <[email protected]> | Thu Jul 11 12:37:55 2024 +0800 |
committer | Geliang Tang <[email protected]> | Tue Jul 23 11:21:03 2024 +0800 |
tree | a24ad5d79623aea77401fe8443e6dd7fe0142d65 | |
parent | 8b97a2658d63ad0b4ae6ddb15e6c1c2bf447c9d0 [diff] |
selftests/bpf: Drop __start_server in network_helpers The helper start_server_addr() is a wrapper of __start_server(), the only difference between them is __start_server() accepts a sockaddr type address parameter, but start_server_addr() accepts a sockaddr_storage one. This patch drops __start_server(), and updates the callers to invoke start_server_addr() instead. Signed-off-by: Geliang Tang <[email protected]>