summaryrefslogtreecommitdiff
path: root/icespider/embedded/socketHandler.h
Commit message (Collapse)AuthorAge
* Replace select with epollDan Goodliffe2018-07-17
| | | | | Remove the clunky and fiddly select(2) implementation with a much slicker and good god faster epoll(7) based one.
* WIPDan Goodliffe2018-07-08