ice
ice copied to clipboard
Remove support for ICE_NO_IOCP
https://github.com/zeroc-ice/ice/blob/5df33ffae93532e539c81dd6ead00059a75bd572/cpp/src/Ice/Network.h#L46-L50
This macro allows building Ice on Windows without IOCP, but we never do and we no longer test this code. Is a leftover from earlier releases and we should remove it. Seems this is also the only place where we define ICE_USE_SELECT which can probably be removed too.