netty5/testsuite/src/main/java/io/netty/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
..
transport Add support for Unix Domain Sockets when using native epoll transport 2015-02-04 15:39:41 +01:00
util Compress the heap dump after tests are finished 2014-12-16 16:16:17 +09:00
websockets/autobahn Generate non-test JAR for netty-testsuite 2014-12-15 09:18:08 +09:00