aboutsummaryrefslogtreecommitdiffstats
path: root/server/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Implemented multiplexing in main thread (TCP loop). Removed CMake files.HEADmasterjustanothercatgirl2025-02-081-10/+7
| | | | | TODO: Implement multiplexing in worker threads (UDP loops), implement channel_pool interface.
* Renamed types, migrated to make, changed directory hierarchyjustanothercatgirl2025-02-021-46/+16
|
* initial commitjustanothercatgirl2024-06-211-0/+62
TODO: implement O_NONBLOCK switching on channel socket