Open Issues Need Help
View All on GitHubAI Summary: Implement a check within the FileFlow C TCP file server to ensure the maximum number of open file descriptors is not exceeded. This involves including the necessary header file (<sys/resource.h>) and adding logic to monitor and handle the limit.
Complexity:
3/5
bug enhancement help wanted
This is FileFlow, a cross platform TCP file server written in C
C
#c99#css#file#file-server#files#fileserver#server#tcp#tcp-server
[Feature] change socket to non blocking type 2 months ago
AI Summary: Implement a non-blocking TCP server socket in the FileFlow C project using `fcntl.h` and `select.h` to improve performance. This involves modifying the `server.c` and `main.c` files to handle socket I/O asynchronously.
Complexity:
4/5
bug enhancement help wanted
This is FileFlow, a cross platform TCP file server written in C
C
#c99#css#file#file-server#files#fileserver#server#tcp#tcp-server