src: move speed-tester.js to utils/

This commit is contained in:
Micooz 2018-07-03 15:06:09 +08:00
parent d830a8e416
commit ea224f052b
3 changed files with 2 additions and 2 deletions

@ -12,8 +12,7 @@ import uniqueId from 'lodash.uniqueid';
import { Config } from './config';
import { Relay } from './relay';
import { MuxRelay } from './mux-relay';
import { SpeedTester } from './speed-tester';
import { dumpHex, logger } from '../utils';
import { SpeedTester, dumpHex, logger } from '../utils';
import { http as httpProxy, socks, tcp } from '../proxies';
export const MAX_CONNECTIONS = 50;

@ -5,4 +5,5 @@ export * from './dns-cache';
export * from './string';
export * from './validator';
export * from './advanced-buffer';
export * from './speed-tester';
export * from './logger';