]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Remove support for the Solaris IOCP socket engine.
authorPeter Powell <petpow@saberuk.com>
Sun, 22 Oct 2017 14:10:49 +0000 (15:10 +0100)
committerPeter Powell <petpow@saberuk.com>
Sun, 22 Oct 2017 18:42:11 +0000 (19:42 +0100)
commitd4414f54910aeaa4809a7eacea75a089a0820f40
treef2095da5a0d723477c880642cc724af4f9923a98
parent9e67bbcf946c2378595ae62f2874c67fcc11c791
Remove support for the Solaris IOCP socket engine.

After discussing this with Adam we have decided that there is very
little point in keeping this now that Solaris has been killed. Any
legacy Solaris users will have to make do with poll.

This change does not affect users of Solaris forks like Illumos as
they have support for epoll which will have already been selected
over Solaris IOCP by configure.
configure
src/socketengines/socketengine_ports.cpp [deleted file]
tools/test-build