netty5/transport-native-epoll/src/main/c
Norman Maurer b54857b9a0 Pass struct's per pointer to eliminate memory copy.
Motivation:

Before struct's were passed per value and not pointer. This did enforce a memory copy which is not needed.

Modifications:

- Use "const struct....*" as replacement

Result:

No more unnecessary memory copies
2015-02-27 20:58:03 +01:00
..
io_netty_channel_epoll_Native.c Pass struct's per pointer to eliminate memory copy. 2015-02-27 20:58:03 +01:00
io_netty_channel_epoll_Native.h Directly receive remote address when call accept(...) 2015-02-23 14:54:27 +01:00
io_netty_channel_unix_FileDescriptor.c Move generic unix classes/interfaces out of epoll package 2015-02-17 17:55:12 +01:00
io_netty_channel_unix_FileDescriptor.h Move generic unix classes/interfaces out of epoll package 2015-02-17 17:55:12 +01:00