Lind-Project / lind_project

Lind: Secure Lightweight Adaptive Isolation
https://hub.docker.com/r/securesystemslab/lind
Apache License 2.0
25 stars 8 forks source link

tests: Unix domain sockets #355

Closed RusherRG closed 9 months ago

RusherRG commented 9 months ago

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 and uds_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?

Checklist:

rennergade commented 9 months ago

@RusherRG remove any svg files here (as well as any executables or any other generated data if there is any)

RusherRG commented 9 months ago

@RusherRG remove any svg files here (as well as any executables or any other generated data if there is any)

Removed them.