From: Martin Willi Date: Fri, 21 Nov 2014 11:49:07 +0000 (+0100) Subject: Merge branch 'poll' X-Git-Tag: 5.2.2dr1~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f6f3b0db1154cf0f97f2b26757ae7c42f5629bf3;p=thirdparty%2Fstrongswan.git Merge branch 'poll' Replace relevant uses of select() by poll(). poll(2) avoids the difficulties we have with more than 1024 open file descriptors, and seems to be fairly portable. Fixes #757. --- f6f3b0db1154cf0f97f2b26757ae7c42f5629bf3