package com.cgcl.cloudesk.manage.config;
public class NetConfig {
/**
* Length of the output buffer
*/
public static final int outputBufLen = 1460;
/**
* Length of the input buffer
*/
public static final int inputBufLen = 1460;
/**
* Windows IP
*/
public static String windowsIP = null;
/**
* Linux IP
*/
public static String linuxIP = null;
}