
com.litongjava.tio.core.TcpConst Maven / Gradle / Ivy
package com.litongjava.tio.core;
/**
* @author tanyaowu
* 2018年6月17日 上午7:54:21
*/
public interface TcpConst {
/**
*
*/
int MAX_DATA_LENGTH = 132476;// 85732; // 65535 - 40;//51200 //179743 //197301 //197301 //85732
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy