forked from HewlettPackard/netperf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove nettest_ipv6.* from source distibutions and fix some bogosity …
…when both intervals and demo mode were active at the same time
- Loading branch information
raj
committed
Feb 8, 2007
1 parent
262bced
commit 6380569
Showing
13 changed files
with
61 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,4 @@ | ||
When compiling under MacOS X you may encounter problems with the | ||
NetPerf and NetServer directories in src/. Seems that filenames can | ||
be case insensitive in OSX and so there are conflicts with the netperf | ||
and netserver binaries the makefile will try to create. Brilliant! | ||
|
||
As NetPerf/ and NetServer/ are only for Windows compilation, you can | ||
safely rename them to NetPerf.dir and NetServer.dir and the make will | ||
be fat dumb and happy. | ||
|
||
However, if you are using subversion to grab bits, it will become | ||
rather cranky at commit or update time - it will miss NetPerf and | ||
NetServer and will complain bitterly until you move them back again. | ||
|
||
At some point it is hoped that those two directories can be renamed so | ||
there is no case-insensitive conflict between them and the names of | ||
the binaries. | ||
If you are reading this, it suggests you are using a version of | ||
netperf in which the issue of file/directory name case insensitivity | ||
in OSX has been worked-around by renaming the NetPerf and NetServer | ||
directories to NetPerfDir and NetServerDir respectively. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,6 @@ SOURCES= \ | |
..\netlib.c \ | ||
..\netsh.c \ | ||
..\nettest_bsd.c \ | ||
..\nettest_ipv6.c \ | ||
inet_ntop.c \ | ||
..\netserver.c | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters