1
0
Fork 0
A simple tet-a-tet encrypted VoIP project. WIP
Go to file
Alexander Andreev b225b63cdf
In net.c sockaddr structures' had their *_len fields set to 0, so recvfrom didn't fill an inaddr field.
2024-03-25 05:02:05 +04:00
src In net.c sockaddr structures' had their *_len fields set to 0, so recvfrom didn't fill an inaddr field. 2024-03-25 05:02:05 +04:00
.gitignore Ignore files ending with _key. 2024-03-23 04:14:53 +04:00
Makefile Let's add -flto to do a link time optimisation. It saves a few bytes. 2024-03-25 01:16:41 +04:00