netty5/transport-native-kqueue/src/main
Norman Maurer 1275cfd8f8
Add *ReceiveBufferSize / *SendBufferSize methods to DomainSocketChannelConfig interface (#9602)
Motivation:

aebe206 added support for using a ChannelOption to set / get Buffer sizes but did not add the methods to the DomainSocketChannelConfig interface itself (due not be able to break the API)

Modifications:

Add methods to interface (as this is a next major release)

Result:

Easier access to configure these buffer sizes
2019-09-26 08:58:22 +02:00
..
c Cleanup JNI code to always correctly free memory when loading fails and also correctly respect out of memory in all cases (#9596) 2019-09-24 07:23:50 +02:00
java/io/netty/channel/kqueue Add *ReceiveBufferSize / *SendBufferSize methods to DomainSocketChannelConfig interface (#9602) 2019-09-26 08:58:22 +02:00