aboutsummaryrefslogtreecommitdiff
path: root/send.c
Commit message (Collapse)AuthorAgeFilesLines
* Moved common.c to common.hRaymaekers Luca2024-10-211-6/+2
| | | | | - fixed bug(server.c): `on` not being 32 bytes - cleanup
* Added minimal send implementationRaymaekers Luca2024-10-211-40/+23
| | | | | | Renamed minirecv.c to recv.c Added build commands to build.sh Added the use of common code
* Added mvp implementations of the server and client for testingRaymaekers Luca2024-10-201-0/+76