forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 1f93a7dfd1f8d5ff7a5c53246c7534fe2332d6f4
kernel/samples/bpf/sock_example.c
....@@ -99,7 +99,7 @@
9999 {
100100 FILE *f;
101101
102
- f = popen("ping -c5 localhost", "r");
102
+ f = popen("ping -4 -c5 localhost", "r");
103103 (void)f;
104104
105105 return test_sock();