netty5/transport-native-io_uring
Josef Grieb 8096b2c15f Add connect
Motivation:

if connect returns EINPROGRESS we send POLL OUT and check
via socket.finishConnect if the connection is successful

Modifications:

-added new io_uring connect op
-use a directbuffer for the socket address

Result:

you are able to connect to a peer
2020-08-28 09:26:35 +02:00
..
src Add connect 2020-08-28 09:26:35 +02:00
pom.xml Added io_uring JNI 2020-06-28 15:25:19 +02:00