aboutsummaryrefslogtreecommitdiff
path: root/send.c
Commit message (Collapse)AuthorAgeFilesLines
* Put v2 code in root folderRaymaekers Luca2024-10-261-0/+61
|
* Archive code into v1/ directoryRaymaekers Luca2024-10-241-55/+0
| | | | | The code was written too fast and I deemed that it would be better to make a new draft.
* 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