mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-09-01 14:45:08 +00:00
Removed SO_BACKLOG because of a log message about it being unsupported
This commit is contained in:
@@ -406,9 +406,6 @@ public class LanLinkProvider extends BaseLinkProvider {
|
||||
tcpBootstrap.group(bossGroup, workerGroup);
|
||||
tcpBootstrap.channel(NioServerSocketChannel.class);
|
||||
|
||||
tcpBootstrap.option(ChannelOption.SO_BACKLOG, 100);
|
||||
tcpBootstrap.childOption(ChannelOption.SO_BACKLOG, 100);
|
||||
|
||||
tcpBootstrap.option(ChannelOption.SO_KEEPALIVE, true);
|
||||
tcpBootstrap.childOption(ChannelOption.SO_KEEPALIVE, true);
|
||||
|
||||
|
Reference in New Issue
Block a user