Implemented connection activity watchdog.
Watchdog may be set with fdset_set_watchdog() and inactive connections may be sweeped with fdset_sweep() and custom handler. fdset_set_watchdog() should be used after connection activity as it updates time stamp. refs #1540
Showing
- configure.ac 1 addition, 1 deletionconfigure.ac
- src/common/fdset.c 107 additions, 0 deletionssrc/common/fdset.c
- src/common/fdset.h 44 additions, 10 deletionssrc/common/fdset.h
- src/common/fdset_epoll.c 3 additions, 1 deletionsrc/common/fdset_epoll.c
- src/common/fdset_kqueue.c 1 addition, 0 deletionssrc/common/fdset_kqueue.c
- src/common/fdset_poll.c 1 addition, 0 deletionssrc/common/fdset_poll.c
Loading
Please register or sign in to comment