Add sockoption test

This commit is contained in:
Jianfeng Jiang
2023-10-16 11:08:00 +08:00
committed by Tate, Hongliang Tian
parent 11ff35d34e
commit 2eaf2e1290
2 changed files with 69 additions and 0 deletions

View File

@ -14,7 +14,9 @@ echo "Start network test......"
./unix_server &
./unix_client
./socketpair
./sockoption
./listen_backlog
./send_buf_full
echo "All network test passed"