Compare commits

..

No commits in common. "97e1e19c5af431250cf8ac04c49a963f05fdb85c" and "12132229f0e1bb1a38c0170a43e5e88d1f15444c" have entirely different histories.

View File

@ -15,7 +15,6 @@ Server OPTION and arguments:
- `-h` :print help message. - `-h` :print help message.
Available macro: Available macro:
For server For server
- DEFAULT_MAX_LISTEN_SOCKET: 16 - DEFAULT_MAX_LISTEN_SOCKET: 16
- DEFAULT_SERVER_PORT: 9091 - DEFAULT_SERVER_PORT: 9091
@ -24,10 +23,8 @@ For server
- DEFAULT_SEND_FILE_CHUNK_SIZE: 0x100000(1MB) - DEFAULT_SEND_FILE_CHUNK_SIZE: 0x100000(1MB)
- DEFAULT_WORK_QUEUE_SIZE: 10 - DEFAULT_WORK_QUEUE_SIZE: 10
- DEFAULT_MAX_THREAD_NUMBER: 10 - DEFAULT_MAX_THREAD_NUMBER: 10
For client For client
- SLOW_CLIENT(second unit) - SLOW_CLIENT(second unit)
- DEFAULT_PROGRESS_BAR_WIDTH: 30 - DEFAULT_PROGRESS_BAR_WIDTH: 30
For both For both
- TIMEOUT: 5(second unit) - TIMEOUT: 5(second unit)