cat
cat copied to clipboard
Netty网络IO判断 2280端口起不来
是否可以优化com.dianping.cat.analysis.TcpSocketReceiver 中boolean linux = getOSMatches("Linux") || getOSMatches("LINUX"); 此处的系统判断,只是简单Linux前缀判断;可能导致虚拟机环境不支持epoll模式但是选择了Netty的Epoll;导致netty服务器启动不了