Skip to content

Commit

Permalink
Add unix domain socket transport in netty 4.x via JDK16+ (#13965)
Browse files Browse the repository at this point in the history
### Motivation:

Our use case requires using nio transport for unix-domain-socket (UDS)
in netty 4.x.
Although netty 5.x supports UDS, it is is not compatible with 4.x. For
us and probably many users, having to migrate to 5.x in order to use UDS
is not a viable option.

### Modification:
Add new classes to support domain UDS with NIO.

### Result:

UDS is supported when using the NIO transport when java 16+ is used.


Co-authored-by: Norman Maurer <norman_maurer@apple.com>
  • Loading branch information
honglh and normanmaurer committed Apr 26, 2024
1 parent 4379f0b commit 420b037
Show file tree
Hide file tree
Showing 7 changed files with 1,245 additions and 5 deletions.
Loading

0 comments on commit 420b037

Please sign in to comment.