Skip to content
Snippets Groups Projects
Commit b856c6b1 authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Single poll-based lighter weight fdset implementation.

The reasons are discussed in #71.
Namely:
- transfers are self-paced, TCP clients are divided among threads
- due to the nature of DNS, most of the connections should be active
- if not, it is probably an attack, long idling connections are disconnected
- even then the performance degradation is not so severe

fixes #71
parent b9b760c6
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment