[netperf-dev] netperf4 commit notice r134 - in branches/glib_migration: . src/NetTestBSDDir

raj at netperf.org raj at netperf.org
Thu Apr 6 14:40:36 PDT 2006


Author: raj
Date: 2006-04-06 14:40:34 -0700 (Thu, 06 Apr 2006)
New Revision: 134

Modified:
   branches/glib_migration/README
   branches/glib_migration/README.aix
   branches/glib_migration/README.hpux
   branches/glib_migration/README.linux
   branches/glib_migration/README.osx
   branches/glib_migration/README.ovms
   branches/glib_migration/README.solaris
   branches/glib_migration/README.windows
   branches/glib_migration/src/NetTestBSDDir/nettest_bsd.def
Log:
additional svn:eol-style changes and a .def file change


Property changes on: branches/glib_migration/README
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/glib_migration/README.aix
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/glib_migration/README.hpux
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/glib_migration/README.linux
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/glib_migration/README.osx
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/glib_migration/README.ovms
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: branches/glib_migration/README.solaris
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: branches/glib_migration/README.windows
===================================================================
--- branches/glib_migration/README.windows	2006-04-06 21:06:23 UTC (rev 133)
+++ branches/glib_migration/README.windows	2006-04-06 21:40:34 UTC (rev 134)
@@ -1,8 +1,10 @@
 Netperf4 presently compiles under Windows - that is one can get a
 cleanly compiled netperf and netserver binary.  The DLLs are still a
-work in progress.  This work is being done in the Windows DDK,
-specifically version 3790.1830.
+work in progress.  It appears that they load and run, but the results 
+obtained seem a little squirrely.
 
+This work is being done in the Windows DDK, specifically version 3790.1830.
+
 There are a number of dependencies that have to be satisfied:
 
 libxml2 development and runtime


Property changes on: branches/glib_migration/README.windows
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: branches/glib_migration/src/NetTestBSDDir/nettest_bsd.def
===================================================================
--- branches/glib_migration/src/NetTestBSDDir/nettest_bsd.def	2006-04-06 21:06:23 UTC (rev 133)
+++ branches/glib_migration/src/NetTestBSDDir/nettest_bsd.def	2006-04-06 21:40:34 UTC (rev 134)
@@ -1,22 +1,23 @@
-LIBRARY nettest_bsd
-
-EXPORTS
-bsd_test_init
-bsd_test_decode_stats
-recv_tcp_stream_clear_stats
-recv_tcp_stream_get_stats
-recv_tcp_stream_decode_stats
-send_tcp_stream_clear_stats
-send_tcp_stream_get_stats
-send_tcp_stream_decode_stats
-recv_tcp_stream
-send_tcp_stream
-recv_tcp_rr_get_stats
-recv_tcp_rr_decode_stats
-send_tcp_rr_clear_stats
-send_tcp_rr_get_stats
-send_tcp_rr_decode_stats
-recv_tcp_rr
-send_tcp_rr
-bsd_test_results_init
-report_bsd_test_results
+LIBRARY nettest_bsd
+
+EXPORTS
+bsd_test_init
+bsd_test_decode_stats
+recv_tcp_stream_clear_stats
+recv_tcp_stream_get_stats
+recv_tcp_stream_decode_stats
+send_tcp_stream_clear_stats
+send_tcp_stream_get_stats
+send_tcp_stream_decode_stats
+recv_tcp_stream
+send_tcp_stream
+recv_tcp_rr_clear_stats
+recv_tcp_rr_get_stats
+recv_tcp_rr_decode_stats
+send_tcp_rr_clear_stats
+send_tcp_rr_get_stats
+send_tcp_rr_decode_stats
+recv_tcp_rr
+send_tcp_rr
+bsd_test_results_init
+report_bsd_test_results



More information about the netperf-dev mailing list