This website requires JavaScript.
Explore
Help
Sign In
Arav
/
tetatet
Watch
1
Star
0
Fork
0
You've already forked tetatet
Code
Releases
Activity
42d801f05d
tetatet
/
src
History
Alexander "Arav" Andreev
42d801f05d
A net module was rewritten to support both IPv4 and IPv6.
2024-03-24 19:45:25 +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
Let's uncomment a code for audio and put an encryption in it.
2024-03-24 06:05:01 +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