switched to UDP from UNIX Socket

This commit is contained in:
2024-08-02 01:05:11 +02:00
parent 926ef26000
commit fe5629fa85
4 changed files with 126 additions and 20 deletions

View File

@ -15,6 +15,7 @@ int _write(int fd, const char *ptr, int len) {
if (ptr == NULL) {
return 0;
}
//TODO check len
// 0 is stdin, do not write to it
if (fd < 1) {