forked from h0tw1r3/pixelserv
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- use select() to also handle pipe I/O, and set pipe to non-blocking reads/writes - build select()'s fd set only once, by operating on a copy - process all pending socket/pipe I/O before calling main select() again - enable redirect feature by default, deprecating -r and adding opposite -R parameter - add program uptime to stats report - various minor tweaks and optimizations
- Loading branch information
Showing
6 changed files
with
481 additions
and
323 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.