mirror of
https://github.com/NixOS/nix.git
synced 2025-12-15 21:41:04 +01:00
* Benchmarking Unix domain sockets.
This commit is contained in:
parent
fe15f991e3
commit
5f0b9de6d8
3 changed files with 121 additions and 0 deletions
7
socket/Makefile
Normal file
7
socket/Makefile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
all: server client
|
||||
|
||||
server: server.c
|
||||
gcc -Wall -o server server.c
|
||||
|
||||
client: client.c
|
||||
gcc -Wall -o client client.c
|
||||
Loading…
Add table
Add a link
Reference in a new issue