netty5/testsuite
Norman Maurer f771a97592 Add support for Unix Domain Sockets when using native epoll transport
Motivation:

Using Unix Domain Sockets can be very useful when communication should take place on the same host and has less overhead then using loopback. We should support this with the native epoll transport.

Modifications:

- Add support for Unix Domain Sockets.
- Adjust testsuite to be able to reuse tests.

Result:

Unix Domain Sockets are now support when using native epoll transport.
2015-02-04 15:39:41 +01:00
..
src/main/java/io/netty/testsuite Add support for Unix Domain Sockets when using native epoll transport 2015-02-04 15:39:41 +01:00
.gitignore updated udt and connection test 2013-05-14 06:46:07 +02:00
pom.xml Generate non-test JAR for netty-testsuite 2014-12-15 09:18:08 +09:00