-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
20 lines (16 loc) · 919 Bytes
/
README
File metadata and controls
20 lines (16 loc) · 919 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
2013/02/01 Initial version
This program was written due to the speed of some harddisk was too slow to
test network throughput on gigabit or faster ethernets. It is simple but does
the work.
Build environment: Code::Blocks 12.11 with built-in mingw32 (Windows version).
Run environment: Windows 7 (other Windows should run, too).
Resource: When running in server mode, it occupies TCP port 30000.
This is hard coded in source code.
License: Simplified BSD
http://en.wikipedia.org/wiki/BSD_licenses#2-clause_license_.28.22Simplified_BSD_License.22_or_.22FreeBSD_License.22.29
Usage:
To start a server:
lanspeed.exe s
To start a client:
lanspeed.exe c 127.0.0.1
Change the IP 127.0.0.1 to the actual server's IP.