netty5/transport-native-unix-common
Norman Maurer 291f80733a
Use byte[] to create DatagramSocketAddress and so reduce overhead (#9516)
Motivation:

At the moment we use the String representation of the IP to create the DatagramSocketAddress. This is not for free and we should better use the byte[] directly to reduce the overhead of parsing the String (and creating it in the first place)

Modifications:

Directly use byte[] as input for the DatagramSocketAddress

Result:

Less overhead when using Datagrams with native transports
2019-08-30 09:22:44 +02:00
..
src Use byte[] to create DatagramSocketAddress and so reduce overhead (#9516) 2019-08-30 09:22:44 +02:00
Makefile New native transport for kqueue 2017-05-03 09:53:22 -07:00
pom.xml Include c source files in source jar (#9497) 2019-08-23 09:30:27 +02:00