Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 278 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 278 Bytes

network-tutorial

sudo apt update
sudo apt install liburing-dev libevent-dev libibverbs-dev libsctp-dev

To compile all of the code, make sure you have installed all of the dev packages. Then, just run make.

client.py is a toy client python code to do an easy test.