1
0
tetatet/src
2024-03-24 20:14:16 +04:00
..
audio.c Let's put some pointer safety. Like checks for NULL and actually freeing them in case of errors. 2024-03-24 05:35:39 +04:00
audio.h An include messup was cleaned. 2024-03-24 05:06:13 +04:00
crypt.c Changed a crypt_hello_get_nonce func because now a half of a nonce is placed after a pub key and before a signature. 2024-03-24 05:56:30 +04:00
crypt.h Remove useless comments. 2024-03-24 14:08:13 +04:00
main.c Test net module in main. 2024-03-24 20:14:16 +04:00
net.c A net module was rewritten to support both IPv4 and IPv6. 2024-03-24 19:45:25 +04:00
net.h In order to support both IPv4 and IPv6 store a type struct sockaddr. Also remove specifying af_family as an arg. It will be determined using a getaddrinfo() func. 2024-03-24 19:38:00 +04:00