This website requires JavaScript.
Explore
Help
Sign In
Arav
/
tetatet
Watch
1
Star
0
Fork
0
You've already forked tetatet
Code
Releases
Activity
A simple tet-a-tet encrypted VoIP project. WIP
36
Commits
1
Branch
0
Tags
215
KiB
C
98%
Makefile
2%
58645aae4b
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Alexander "Arav" Andreev
58645aae4b
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
src
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
.gitignore
Ignore files ending with _key.
2024-03-23 04:14:53 +04:00
Makefile
In Makefile added _POSIX_C_SOURCE=200112L in order to use getaddrinfo(). Also added -f flag to an rm util to ignore non-existent files.
2024-03-24 19:29:45 +04:00