Closed RusherRG closed 9 months ago
@RusherRG remove any svg files here (as well as any executables or any other generated data if there is any)
@RusherRG remove any svg files here (as well as any executables or any other generated data if there is any)
Removed them.
Description
The purpose of the test is to compare the performance of unix domain sockets in lind and native linux. There are two types of tests
uds_send_recv.c
anduds_test.c
; in the first one we have the child and parent processes exchanging data between each other i.e. both processes send and recv data via domain sockets whereas in the second one the data transfer is one-way i.e. the parent is sending data while the child is receiving that data.Type of change
How Has This Been Tested?
lind_project/tests/ipc_performance_tests/uds
Checklist: