aboutsummaryrefslogtreecommitdiff
path: root/send.c
AgeCommit message (Collapse)Author
2024-10-26Use dynamic limits for buffersRaymaekers Luca
Use arenas where possible to have growable buffers - Use of bufArena in server and client for receiving&sending messages - Use of inputArena in client Also organized code
2024-10-26Put v2 code in root folderRaymaekers Luca
2024-10-24Archive code into v1/ directoryRaymaekers Luca
The code was written too fast and I deemed that it would be better to make a new draft.
2024-10-21Moved common.c to common.hRaymaekers Luca
- fixed bug(server.c): `on` not being 32 bytes - cleanup
2024-10-21Added minimal send implementationRaymaekers Luca
Renamed minirecv.c to recv.c Added build commands to build.sh Added the use of common code
2024-10-20Added mvp implementations of the server and client for testingRaymaekers Luca