b1cc5835ac
Motivation: To better isolate OS system calls we should not call getsockopt directly but use our netty_unix_socket_getOption0 function. See is a followup of f115bf5. Modifications: Export netty_unix_socket_getOption0 by declaring it in the header file and use it Result: Better isolation of system calls.
Native transport for Linux
See our wiki page.