commit | 54406ac4c6883725f8a337bdc4f15fb015926b0f | [log] [tgz] |
---|---|---|
author | Donald Sharp <sharpd@cumulusnetworks.com> | Fri Mar 04 15:28:57 2016 -0500 |
committer | Paul Jakma <paul.jakma@hpe.com> | Tue Sep 13 10:36:37 2016 +0100 |
tree | 0044c1865642f3ad55f6b597f107167ca1b79e6d | |
parent | 1ad00b07a10eb8b3f5c94348488735fb08f28717 [diff] |
lib: Refactor thread_process_fd thread_process_fd is looping over the read and write fd's separately. There is no need to do this individually. loop over both the read and write fdset's at the same time. This will improve select processing performance, especially for large data sets. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>