export interface ITCPOptions {
    timeout?: number;
    reconnect?: boolean;
    reconnectInterval?: number;
}
