commit eda34a6378ee89fe7d0acdda040a6eb5b54ebbd7
Author: Thomas Dreibholz <dreibh@iem.uni-due.de>
Date:   Thu Apr 20 11:04:02 2017 +0200

    Some clean-ups.

 ChangeLog        | 313 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 netperfmeter.lsm |   6 +-
 2 files changed, 316 insertions(+), 3 deletions(-)

commit 1d4c4f9065b97cd113a19731f05d805197b98af4
Author: Thomas Dreibholz <dreibh@iem.uni-due.de>
Date:   Thu Apr 20 10:57:35 2017 +0200

    Some clean-ups.

 src/storage/t2.cc |  72 --------------
 src/storage/t3.cc | 133 --------------------------
 src/storage/t4.cc | 113 ----------------------
 src/storage/t5.cc | 273 ------------------------------------------------------
 4 files changed, 591 deletions(-)

commit abd4975ca062d3a543bc3684afe85daa657fa6f4
Author: Thomas Dreibholz <dreibh@iem.uni-due.de>
Date:   Thu Apr 20 10:08:53 2017 +0200

    Makefile fix.

 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 29b5f5558084ecd70d721ae847cc867944865346
Author: Thomas Dreibholz <dreibh@iem.uni-due.de>
Date:   Thu Apr 20 10:08:16 2017 +0200

    Updated headers.

 build-deb                           | 2 +-
 clean-deb                           | 2 +-
 configure.ac                        | 2 +-
 debian/changelog                    | 4 ++--
 debian/netperfmeter.install         | 1 +
 debian/netperfmeter.manpages        | 1 +
 filter-empty-entries                | 2 +-
 freebsd/netperfmeter/make-diff      | 2 +-
 freebsd/netperfmeter/test-packaging | 2 +-
 make-deb                            | 2 +-
 rpm/netperfmeter.spec               | 2 +-
 src/combinesummaries.1              | 2 --
 src/combinesummaries.cc             | 1 -
 src/control.cc                      | 5 ++---
 src/control.h                       | 5 ++---
 src/cpustatus.cc                    | 5 ++---
 src/cpustatus.h                     | 5 ++---
 src/createsummary.1                 | 2 --
 src/createsummary.cc                | 1 -
 src/debug.h                         | 5 ++---
 src/defragmenter.cc                 | 5 ++---
 src/defragmenter.h                  | 5 ++---
 src/ext_socket.h                    | 3 +--
 src/extractvectors.1                | 2 --
 src/extractvectors.cc               | 1 -
 src/flow.cc                         | 5 ++---
 src/flow.h                          | 5 ++---
 src/flowbandwidthstats.cc           | 5 ++---
 src/flowbandwidthstats.h            | 5 ++---
 src/flowtrafficspec.cc              | 5 ++---
 src/flowtrafficspec.h               | 5 ++---
 src/getabstime.cc                   | 2 +-
 src/inputfile.cc                    | 5 ++---
 src/inputfile.h                     | 5 ++---
 src/make-rootshell                  | 3 +--
 src/measurement.cc                  | 5 ++---
 src/measurement.h                   | 5 ++---
 src/messagereader.cc                | 5 ++---
 src/messagereader.h                 | 5 ++---
 src/mutex.cc                        | 5 ++---
 src/mutex.h                         | 5 ++---
 src/netperfmeter.1                  | 4 +---
 src/netperfmeter.cc                 | 5 ++---
 src/netperfmeterpackets.h           | 5 ++---
 src/outputfile.cc                   | 5 ++---
 src/outputfile.h                    | 5 ++---
 src/pdfembedfonts                   | 3 +--
 src/pdfembedfonts.1                 | 2 --
 src/pdfmetadata                     | 3 +--
 src/pdfmetadata.1                   | 2 --
 src/plot-netperfmeter-results       | 3 +--
 src/plot-netperfmeter-results.1     | 2 --
 src/plot-netperfmeter-results.R     | 4 +---
 src/plot-version1.R                 | 4 +---
 src/redblacktree.h                  | 5 ++---
 src/redblacktree_impl.h             | 5 ++---
 src/rootshell.c                     | 5 ++---
 src/runtimeestimator.1              | 2 --
 src/setqos                          | 3 +--
 src/setsctp                         | 3 +--
 src/simpleredblacktree.c            | 5 ++---
 src/simpleredblacktree.h            | 5 ++---
 src/thread.cc                       | 5 ++---
 src/thread.h                        | 5 ++---
 src/tools.cc                        | 5 ++---
 src/tools.h                         | 3 +--
 src/transfer.cc                     | 5 ++---
 src/transfer.h                      | 5 ++---
 68 files changed, 94 insertions(+), 158 deletions(-)

commit ba9d200482d0bfba1aac5b4768d7b3306c27c1cd
Author: Thomas Dreibholz <dreibh@iem.uni-due.de>
Date:   Thu Apr 20 09:51:59 2017 +0200

    Added getabstime tool.

 src/Makefile.am         |   9 +-
 src/getabstime.1        |  42 +++++
 src/getabstime.cc       |  44 +++++
 src/runtimeestimator.cc |   3 +-
 src/t1.cc               |  23 ---
 src/t6.1                |  76 --------
 src/t6.cc               | 464 ------------------------------------------------
 src/tools.cc            |   2 +-
 8 files changed, 93 insertions(+), 570 deletions(-)

commit 54fd9b268de9f299fe1ef37b873629a36ce32f38
Author: Thomas Dreibholz <dreibh@iem.uni-due.de>
Date:   Wed Apr 19 14:45:13 2017 +0200

    Fixed option number for TCP_MULTIPATH_ENABLE (now: 42).

 configure.ac          | 2 +-
 debian/changelog      | 4 ++--
 rpm/netperfmeter.spec | 2 +-
 src/tools.h           | 6 +++---
 4 files changed, 7 insertions(+), 7 deletions(-)

commit 84672768c2df6295038d3d883b6bad45c34bcf6f
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Wed Mar 29 13:43:19 2017 +0200

    New test release.

 configure.ac          | 2 +-
 debian/changelog      | 2 +-
 rpm/netperfmeter.spec | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit bda4d0411d636afdede77f0dd4fd995b60841617
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Wed Mar 29 13:41:45 2017 +0200

    Warning is misleading, since connection may already be shut down => turned it off.

 src/flow.cc | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 3ad6a5204d4246ecbce58c10726dd3ef498c0b65
Merge: b1c1c0a d7d6778
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Wed Mar 29 13:18:10 2017 +0200

    Merge branch 'master' of github.com:dreibh/netperfmeter

commit b1c1c0acdfb147c123041e4adaf671a4d150585c
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Wed Mar 29 13:16:45 2017 +0200

    Improved text.

 src/flow.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d7d67784bd0a0338c8015a7ad33c1d207a589145
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Tue Mar 28 21:33:22 2017 +0200

    Fixed merge problem.

 configure.ac        | 2 +-
 debian/changelog    | 4 ++--
 src/netperfmeter.cc | 8 ++++----
 3 files changed, 7 insertions(+), 7 deletions(-)

commit 39983d9022a7f5cdf368885abd2e001a6f1ea159
Merge: 0693e91 a5bb077
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Tue Mar 28 21:30:50 2017 +0200

    Merge branch 'master' of github.com:dreibh/netperfmeter

commit 0693e91b4900baae81a83616e23de39fb86c1d6f
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Tue Mar 28 21:29:45 2017 +0200

    Improved parameter handling for the passive side.

 src/netperfmeter.1  |  3 +++
 src/netperfmeter.cc | 54 +++++++++++++++++++++++++++++------------------------
 2 files changed, 33 insertions(+), 24 deletions(-)

commit a5bb07791e2607eaef10b872f9660a478bc400ae
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Tue Mar 21 10:18:02 2017 +0100

    Script update.

 make-ppa | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a5a7d484ea256e7d3309fa37fc05a3277ac6ab12
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Tue Mar 21 10:17:46 2017 +0100

    Version bump.

 configure.ac          | 2 +-
 debian/changelog      | 4 ++--
 rpm/netperfmeter.spec | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

commit 5a6cd41a137840feb67df80eee16788a4ff84b0d
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Fri Feb 24 16:35:01 2017 +0100

    A fix.

 rpm/netperfmeter.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit bc90e0b68c08e0599b7f8757b26eff3e6f5195c6
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Fri Feb 24 16:31:07 2017 +0100

    Version bump.

 configure.ac     | 2 +-
 debian/changelog | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

commit bd6d47cea0ceb2bb0135f64099f075f271b58e81
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Fri Feb 24 16:28:38 2017 +0100

    A fix.

 src/netperfmeter.cc | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit db12e2ae190cd9a62f031d30e5f550d6e9a6b0ed
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Fri Feb 24 16:23:04 2017 +0100

    Updated manpage.

 src/netperfmeter.1 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 29a093a8ab8d6a79c79060660b74eb8be89de2d5
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Fri Feb 24 16:21:42 2017 +0100

    Added option to bind *control* port to given addresses.

 src/netperfmeter.cc | 96 +++++++++++++++++++++++++++++++++++++----------------
 1 file changed, 68 insertions(+), 28 deletions(-)

commit d950207cea3b9edbf32bd216a4a2557171e94f1c
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Fri Feb 24 16:12:52 2017 +0100

    Removed debug code again.

 src/control.cc       | 2 +-
 src/flow.cc          | 4 ++--
 src/messagereader.cc | 4 ++--
 src/netperfmeter.cc  | 2 --
 src/transfer.cc      | 1 -
 5 files changed, 5 insertions(+), 8 deletions(-)

commit 92eea9045682fe40e91d0b9cba46a1b71f8fa387
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Fri Feb 24 15:53:41 2017 +0100

    Enabled some debug output.

 src/flow.cc          | 4 ++--
 src/messagereader.cc | 3 ++-
 src/netperfmeter.cc  | 2 ++
 src/transfer.cc      | 1 +
 4 files changed, 7 insertions(+), 3 deletions(-)

commit 5543b432e9ff56ccf286c0c25deee0a2a83c33e3
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Fri Feb 24 15:04:45 2017 +0100

    Improved error handling.

 src/control.cc      |  2 +-
 src/flow.cc         | 16 +++++++++++-----
 src/netperfmeter.cc |  2 +-
 3 files changed, 13 insertions(+), 7 deletions(-)

commit 43ac38eed8a717c5497c17d5e7fd8cb2eaa385c5
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Fri Feb 24 11:53:03 2017 +0100

    DCCP handling fix for Linux systems without DCCP support.

 src/netperfmeter.cc | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

commit 991424ef9fbfd24903bf7c4e2c67fe5c407b8f93
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Fri Nov 4 11:02:30 2016 +0100

    Updated packaging files.

 ChangeLog             | 21 +++++++++++++++++++++
 configure.ac          |  2 +-
 debian/changelog      |  4 ++--
 netperfmeter.lsm      |  6 +++---
 rpm/netperfmeter.spec |  2 +-
 5 files changed, 28 insertions(+), 7 deletions(-)

commit 734b5dbb39d296f9abf440f3fbeacb57a1984eda
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Thu Nov 3 16:06:38 2016 +0100

    Updated build scripts.

 configure.ac     | 2 +-
 debian/changelog | 6 ++++++
 make-ppa         | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

commit 5329067def69e1bd2cccf7c0f547ffb0eadf7c14
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Fri Sep 9 16:06:20 2016 +0200

    Updated ChangeLog.

 ChangeLog        | 19874 +++++++++++++++++++++++++++++++----------------------
 update-changelog |     2 +-
 2 files changed, 11751 insertions(+), 8125 deletions(-)

commit 8503856357c012b82d6f32896a974f75248ef561
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Fri Sep 9 16:05:11 2016 +0200

    Type fix for FreeBSD.

 src/tools.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 24247b4da6b178c83df263efcca6e594e7ea80e8
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Wed Aug 17 11:28:50 2016 +0200

    New release.

 configure.ac          | 2 +-
 debian/changelog      | 4 ++--
 rpm/netperfmeter.spec | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

commit 041e74c996fd7ea3839ebdefe7d1eed35605c716
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Tue Aug 9 19:57:02 2016 +0200

    Added option to set IPV6_V6ONLY socket option for IPv6-only traffic.

 Makefile.am            |  2 ++
 configure.ac           |  9 +++++----
 debian/changelog       |  6 ++++++
 src/flowtrafficspec.cc |  1 +
 src/flowtrafficspec.h  |  1 +
 src/netperfmeter.1     |  5 +++++
 src/netperfmeter.cc    | 37 +++++++++++++++++++++++++------------
 src/tools.cc           | 14 ++++++++++----
 src/tools.h            |  3 ++-
 9 files changed, 57 insertions(+), 21 deletions(-)

commit dae525c41322a815d9bcbab76dd685993dfaedd6
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Thu Jul 14 11:31:30 2016 +0200

    Plot improvements.

 src/plotter.R | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 33aa929108fa222346b6cb99ea28964efd2a4e09
Author: Priv.-Doz. Dr. Thomas Dreibholz <dreibh@iem.uni-due.de>
Date:   Wed Jun 8 10:11:22 2016 +0200

    Updated plotter.R.

 src/plotter.R | 43 +++++++++++++++++++++++--------------------
 1 file changed, 23 insertions(+), 20 deletions(-)

commit 4eea512e41aa86255faa61d97279461272a861b1
Author: Priv.-Doz. Dr. Thomas Dreibholz <dreibh@iem.uni-due.de>
Date:   Fri Jun 3 10:52:03 2016 +0200

    A small fix for cases with only 1 setting in a zSet.

 src/plotter.R | 24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

commit 9cec1406a7db529b42fe19991e3bbe2cb57dcccc
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Fri May 13 09:13:05 2016 +0200

    New release.

 configure.ac          | 2 +-
 debian/changelog      | 2 +-
 rpm/netperfmeter.spec | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit cb1e975c8ffe825234df3ffa27c06894d5c470a7
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Sun May 1 13:48:27 2016 +0200

    Packaging file update.

 debian/netperfmeter.manpages | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 6ff376864382ebef6bd629a193245a32687b8dd0
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Sun May 1 13:44:57 2016 +0200

    Turned off debug output.

 configure.ac     | 2 +-
 debian/changelog | 2 +-
 src/plotter.R    | 2 +-
 src/tools.cc     | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

commit 68f2808ab8c90427cdf15f54e8ea66b76d7d789d
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Fri Apr 29 16:45:28 2016 +0200

    A fix.

 src/tools.cc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 7f7c98fdae64d55d811771975a4dd397c35951d1
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Fri Apr 29 15:55:38 2016 +0200

    Removed debug output.

 src/tools.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit b14d83f0282a48f9af230dfc282f7098303cb018
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Fri Apr 29 15:54:59 2016 +0200

    Version bump.

 configure.ac     | 2 +-
 debian/changelog | 6 ++++++
 make-ppa         | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

commit 62ec94bfb75607f5597ad6098ff937be0c9b1c95
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Fri Apr 29 15:51:25 2016 +0200

    Updated manpage.

 src/netperfmeter.1 | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

commit c9088721297eca56e3650492602b06055193e637
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Fri Apr 29 15:47:30 2016 +0200

    autogen.sh now supports additional "configure" parameters.

 autogen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ce483b3c4bd361ab8975ccc5d17a3bc78c38f25b
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Fri Apr 29 14:37:09 2016 +0200

    Improved buffer size configuration.

 src/flow.cc         | 45 ++++-----------------------------------------
 src/netperfmeter.cc | 20 ++++++++++++++++++++
 src/tools.cc        | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 src/tools.h         |  2 ++
 4 files changed, 77 insertions(+), 41 deletions(-)

commit 0364839ad4b512d246e2c650701a2c774cd5da7d
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Fri Apr 29 14:28:46 2016 +0200

    Improved error messages.

 src/flow.cc | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

commit 55a171b6a09febcb6061164f3c03e642a852b2e1
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Thu Apr 7 10:31:46 2016 +0200

    Fixed error message.

 src/flow.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit ccc48008044260de297d03877e92fb87fff2e3ba
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Mon Apr 4 15:42:06 2016 +0200

    Version bump.

 configure.ac          | 2 +-
 debian/changelog      | 2 +-
 rpm/netperfmeter.spec | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit 2ce12e6bb64bacaf85dc65ca4b034ca30c54cf2d
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Mon Apr 4 15:23:58 2016 +0200

    Some build improvements for Debian hardening.

 autogen.sh       |  9 ++++++++-
 debian/changelog |  6 +++++-
 debian/control   |  3 ++-
 debian/copyright | 20 --------------------
 debian/rules     |  5 +++++
 netperfmeter.lsm |  6 +++---
 6 files changed, 23 insertions(+), 26 deletions(-)

commit e4836ae4fd3ccc624a6450dfa9ee4ad16a4ffeef
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Mon Apr 4 14:31:55 2016 +0200

    Header updates.

 build-deb                           | 2 +-
 clean-deb                           | 2 +-
 debian/copyright                    | 4 ++--
 filter-empty-entries                | 2 +-
 freebsd/netperfmeter/make-diff      | 2 +-
 freebsd/netperfmeter/test-packaging | 2 +-
 make-deb                            | 2 +-
 make-rpm                            | 2 +-
 rpm/netperfmeter.spec               | 2 +-
 src/combinesummaries.1              | 2 +-
 src/combinesummaries.cc             | 2 +-
 src/control.cc                      | 2 +-
 src/control.h                       | 2 +-
 src/cpustatus.cc                    | 2 +-
 src/cpustatus.h                     | 2 +-
 src/createsummary.1                 | 2 +-
 src/createsummary.cc                | 2 +-
 src/debug.h                         | 2 +-
 src/defragmenter.cc                 | 2 +-
 src/defragmenter.h                  | 2 +-
 src/ext_socket.h                    | 2 +-
 src/extractvectors.1                | 2 +-
 src/extractvectors.cc               | 2 +-
 src/flow.cc                         | 2 +-
 src/flow.h                          | 2 +-
 src/flowbandwidthstats.cc           | 2 +-
 src/flowbandwidthstats.h            | 2 +-
 src/flowtrafficspec.cc              | 2 +-
 src/flowtrafficspec.h               | 2 +-
 src/inputfile.cc                    | 2 +-
 src/inputfile.h                     | 2 +-
 src/make-rootshell                  | 2 +-
 src/measurement.cc                  | 2 +-
 src/measurement.h                   | 2 +-
 src/messagereader.cc                | 2 +-
 src/messagereader.h                 | 2 +-
 src/mutex.cc                        | 2 +-
 src/mutex.h                         | 2 +-
 src/netperfmeter.1                  | 2 +-
 src/netperfmeter.cc                 | 2 +-
 src/netperfmeterpackets.h           | 2 +-
 src/outputfile.cc                   | 2 +-
 src/outputfile.h                    | 2 +-
 src/pdfembedfonts                   | 2 +-
 src/pdfembedfonts.1                 | 2 +-
 src/pdfmetadata                     | 2 +-
 src/pdfmetadata.1                   | 2 +-
 src/plot-netperfmeter-results       | 2 +-
 src/plot-netperfmeter-results.1     | 2 +-
 src/plot-netperfmeter-results.R     | 2 +-
 src/plot-version1.R                 | 2 +-
 src/plotter-version1.R              | 2 +-
 src/plotter.R                       | 2 +-
 src/redblacktree.h                  | 2 +-
 src/redblacktree_impl.h             | 2 +-
 src/rootshell.c                     | 2 +-
 src/runtimeestimator.1              | 2 +-
 src/runtimeestimator.cc             | 2 +-
 src/setqos                          | 2 +-
 src/setsctp                         | 2 +-
 src/simpleredblacktree.c            | 2 +-
 src/simpleredblacktree.h            | 2 +-
 src/storage/ldcalc.cc               | 2 +-
 src/storage/t2.cc                   | 2 +-
 src/t6.1                            | 2 +-
 src/t6.cc                           | 2 +-
 src/thread.cc                       | 2 +-
 src/thread.h                        | 2 +-
 src/tools.cc                        | 2 +-
 src/tools.h                         | 2 +-
 src/transfer.cc                     | 2 +-
 src/transfer.h                      | 2 +-
 72 files changed, 73 insertions(+), 73 deletions(-)

commit 008381582f876a4d7694d6210737427304073e95
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Mon Apr 4 14:30:40 2016 +0200

    Build script update.

 make-ppa | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 311d9599f6d76951ee5483181deaf65a40fa59e3
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Mon Apr 4 14:29:53 2016 +0200

    Version bump.

 configure.ac          | 2 +-
 debian/changelog      | 4 ++--
 rpm/netperfmeter.spec | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

commit a9b5b6a3119c7f840a782d3e89fa97a2356bf202
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Mon Apr 4 14:28:49 2016 +0200

    Check SO_SNDBUF and SO_RCVBUF. Abort if values are smaller than expected.

 src/flow.cc | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

commit f83fe55a708272c52a892999b2368938d271e3de
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Thu Oct 22 13:31:29 2015 +0200

    Updated packaging files.

 configure.ac          | 2 +-
 debian/changelog      | 6 ++++++
 rpm/netperfmeter.spec | 2 +-
 src/netperfmeter.cc   | 2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)

commit 5d4ff8a19b7f8f06a9c741b6a88661e79468ca73
Author: Thomas Dreibholz <dreibh@simula.no>
Date:   Thu Oct 22 11:28:45 2015 +0000

    Bugfix: handle global parameters first, also in active mode.

 src/netperfmeter.cc | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

commit 53849ac6c064241e8267a068b454e34541ff405c
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon May 11 13:46:45 2015 +0000

    New release.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@2007 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.ac          | 2 +-
 debian/changelog      | 4 ++--
 netperfmeter.lsm      | 6 +++---
 rpm/netperfmeter.spec | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

commit 1436359b82c5da9188e1676ebd26cf375cb77b86
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu May 7 13:46:48 2015 +0000

    Script update.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@2001 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 make-ppa | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1209bc6aed21df599b3e998380b97f3bf7ccd023
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu May 7 13:06:54 2015 +0000

    clang compile fixes.
    
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1995 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.ac         |  2 +-
 debian/changelog     |  6 ++++++
 src/control.cc       |  5 -----
 src/createsummary.cc |  4 ++--
 src/netperfmeter.cc  |  2 +-
 src/tools.cc         | 18 +++---------------
 6 files changed, 13 insertions(+), 24 deletions(-)

commit f08fac281811fbdb36c164943092abc4bdebb16b
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Mar 9 13:21:13 2015 +0000

    - Fixed random number generation bug for non-Linux systems: only 31-bit numbers were generated. Fixed by concatenating 2 16-bit numbers to a 32-bit number.
    - Improved documentation on randomParetoDouble(). The functionality remains unchanged.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1990 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tools.cc | 37 +++++++++++++++++++++++++++----------
 1 file changed, 27 insertions(+), 10 deletions(-)

commit 4e6c8628bd2f66c90720e365e14f30f6c9ddbd24
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Mar 1 11:25:29 2015 +0000

    New release.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1974 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.ac          | 2 +-
 debian/changelog      | 2 +-
 rpm/netperfmeter.spec | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit b6eed03668ebac35525112b4f2fee65c226e3b99
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Mar 1 11:05:29 2015 +0000

    Updated ChangeLog.
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1971 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ChangeLog | 1589 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 835 insertions(+), 754 deletions(-)

commit c8daa0be4c9bc883bba8be845a77d2c98e3dc8a1
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Mar 1 10:54:14 2015 +0000

    Updates for package signing.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1969 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.ac                    |   2 +-
 debian/changelog                |   8 +-
 debian/control                  |   2 +-
 debian/copyright                |  73 +++++---
 debian/upstream/signing-key.asc | 405 ++++++++++++++++++++++++++++++++++++++++
 debian/watch                    |   1 +
 netperfmeter.lsm                |   6 +-
 7 files changed, 460 insertions(+), 37 deletions(-)

commit 5ddcc29d9f83019b4665208aac06a95231c38f04
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Mar 1 09:31:14 2015 +0000

    URL update.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1963 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 freebsd/netperfmeter/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d243f6bcb55fd22067c69cc314e080a9b11f7a15
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Feb 13 18:21:23 2015 +0000

    Script fix.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1957 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 make-ppa | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit eab3f4b14637890c1778bfc3757baefc999e52ca
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Feb 13 17:20:14 2015 +0000

    Updated manpage.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1954 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/netperfmeter.1 | 40 ++++++++++++++++++++++++----------------
 1 file changed, 24 insertions(+), 16 deletions(-)

commit 382969c97abd1db4a367f57d1b7e29e8d3870624
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Feb 13 16:37:52 2015 +0000

    Added code to set path manager and scheduler for passive-side socket.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1953 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/netperfmeter.cc | 24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

commit ff7e37e5057c29736e52da9175b58c4030392be0
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Feb 13 12:05:04 2015 +0000

    Added option for MPTCP scheduler configuration.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1949 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.ac              |  2 +-
 debian/changelog          |  2 +-
 rpm/netperfmeter.spec     |  2 +-
 src/control.cc            | 16 ++++++++++++++--
 src/flow.cc               |  6 ++++++
 src/flowtrafficspec.cc    |  6 ++++--
 src/flowtrafficspec.h     |  3 ++-
 src/netperfmeter.cc       | 20 ++++++++++++++++++++
 src/netperfmeterpackets.h |  2 ++
 src/tools.h               |  5 +++--
 10 files changed, 54 insertions(+), 10 deletions(-)

commit 61b6fcdf4e676e0d396cd60a8309f6013ce933d0
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Feb 12 16:52:15 2015 +0000

    Version bump.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1948 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.ac     | 2 +-
 debian/changelog | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 1729d0c2e63618cd874d9c331942f44ad6152aaf
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Feb 12 16:51:00 2015 +0000

    Option number for TCP_MULTIPATH_ENABLE has been changed by upstream MPTCP project. Try new first (26), then try legacy one (10002).
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1947 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tools.cc | 6 ++++--
 src/tools.h  | 4 +++-
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 937675833cdb9fa051bd4551bd59618c339e50a8
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Feb 6 09:13:46 2015 +0000

    Updated ChangeLog.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1946 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ChangeLog | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

commit f93c879ac3998c6318de642ff6defd06aef84a01
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Feb 6 09:13:23 2015 +0000

    Version update.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1945 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.ac          | 2 +-
 debian/changelog      | 4 ++--
 netperfmeter.lsm      | 6 +++---
 rpm/netperfmeter.spec | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

commit 1603f7628a0fd06ea642e61a996726b1ca75510a
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Dec 16 08:31:22 2014 +0000

    Updated changlog.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1944 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ChangeLog | 12 ++++++++++++
 1 file changed, 12 insertions(+)

commit 44bb1a5b0ded0e8536ea0d76c8f132c0bd6db179
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Dec 16 08:31:02 2014 +0000

    Fixed documentation for FLOWSPEC.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1943 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.ac          | 2 +-
 debian/changelog      | 6 ++++++
 make-ppa              | 2 +-
 rpm/netperfmeter.spec | 2 +-
 src/netperfmeter.1    | 4 ++--
 5 files changed, 11 insertions(+), 5 deletions(-)

commit 89b3fbfe7dad778bf53e973b063bd472df7f06e7
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Nov 20 16:26:14 2014 +0000

    New stable release.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1935 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ChangeLog             | 96 +++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac          |  2 +-
 debian/changelog      |  4 +--
 make-ppa              |  2 +-
 netperfmeter.lsm      |  6 ++--
 rpm/netperfmeter.spec |  2 +-
 6 files changed, 104 insertions(+), 8 deletions(-)

commit 5f51e8d46ce19b4b3e6ec4316f442df61842c752
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Nov 19 16:29:39 2014 +0000

    Script fix.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1934 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plotter.R | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 771cb40196380c87e81e36c9229b5dd5a10c0b8d
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Nov 17 07:41:37 2014 +0000

    Packaging script updates.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1933 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 freebsd/netperfmeter/make-diff      | 2 +-
 freebsd/netperfmeter/test-packaging | 2 +-
 make-ppa                            | 2 +-
 src/combinesummaries.1              | 2 +-
 src/control.cc                      | 2 +-
 src/control.h                       | 2 +-
 src/cpustatus.cc                    | 2 +-
 src/cpustatus.h                     | 2 +-
 src/createsummary.1                 | 2 +-
 src/debug.h                         | 2 +-
 src/defragmenter.cc                 | 2 +-
 src/defragmenter.h                  | 2 +-
 src/ext_socket.h                    | 2 +-
 src/extractvectors.1                | 2 +-
 src/flow.cc                         | 2 +-
 src/flow.h                          | 2 +-
 src/flowbandwidthstats.cc           | 2 +-
 src/flowbandwidthstats.h            | 2 +-
 src/flowtrafficspec.cc              | 2 +-
 src/flowtrafficspec.h               | 2 +-
 src/inputfile.cc                    | 2 +-
 src/inputfile.h                     | 2 +-
 src/make-rootshell                  | 2 +-
 src/measurement.cc                  | 2 +-
 src/measurement.h                   | 2 +-
 src/messagereader.cc                | 2 +-
 src/messagereader.h                 | 2 +-
 src/mutex.cc                        | 2 +-
 src/mutex.h                         | 2 +-
 src/netperfmeter.1                  | 2 +-
 src/netperfmeter.cc                 | 2 +-
 src/netperfmeterpackets.h           | 2 +-
 src/outputfile.cc                   | 2 +-
 src/outputfile.h                    | 2 +-
 src/pdfembedfonts                   | 2 +-
 src/pdfembedfonts.1                 | 2 +-
 src/pdfmetadata                     | 2 +-
 src/pdfmetadata.1                   | 2 +-
 src/plot-netperfmeter-results       | 2 +-
 src/plot-netperfmeter-results.1     | 2 +-
 src/plot-netperfmeter-results.R     | 2 +-
 src/plot-version1.R                 | 2 +-
 src/redblacktree.h                  | 2 +-
 src/redblacktree_impl.h             | 2 +-
 src/rootshell.c                     | 2 +-
 src/runtimeestimator.1              | 2 +-
 src/setqos                          | 2 +-
 src/setsctp                         | 2 +-
 src/simpleredblacktree.c            | 2 +-
 src/simpleredblacktree.h            | 2 +-
 src/storage/t2.cc                   | 2 +-
 src/t6.1                            | 2 +-
 src/t6.cc                           | 2 +-
 src/thread.cc                       | 2 +-
 src/thread.h                        | 2 +-
 src/tools.cc                        | 2 +-
 src/tools.h                         | 2 +-
 src/transfer.cc                     | 2 +-
 src/transfer.h                      | 2 +-
 59 files changed, 59 insertions(+), 59 deletions(-)

commit 909ec592212f1ebb4c0458bb3636d00921e246c0
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Oct 1 15:49:11 2014 +0000

    Improvements for createsummary tool.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1930 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.ac          |  2 +-
 debian/changelog      |  2 +-
 rpm/netperfmeter.spec |  2 +-
 src/createsummary.1   |  7 ++++++-
 src/createsummary.cc  | 50 ++++++++++++++++++++++++++++++--------------------
 5 files changed, 39 insertions(+), 24 deletions(-)

commit 70bf4cc429d88e97dc1493128cfe6c39b85ab4f7
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Sep 19 12:11:10 2014 +0000

    Some MPTCP fixes.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1928 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ChangeLog             | 1606 +++++++++++++++++++++++++++----------------------
 configure.ac          |    2 +-
 debian/changelog      |    2 +-
 debian/control        |    2 +-
 rpm/netperfmeter.spec |    4 +-
 src/netperfmeter.cc   |   26 +-
 src/tools.cc          |   14 +
 7 files changed, 897 insertions(+), 759 deletions(-)

commit f9586d501456d21b9b31ae1b4c5aeb2d98371b79
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Sep 17 13:32:35 2014 +0000

    Improved output verbosity handling.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1926 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.ac          |  2 +-
 debian/changelog      |  2 +-
 rpm/netperfmeter.spec |  2 +-
 src/netperfmeter.cc   | 16 ++++++++++------
 4 files changed, 13 insertions(+), 9 deletions(-)

commit b6e5b7fda319c6c1b5603c74d8b28d113fd8a6d8
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Sep 12 11:25:48 2014 +0000

    Version bump.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1925 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.ac          | 2 +-
 debian/changelog      | 2 +-
 rpm/netperfmeter.spec | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit 62398385cf25570fd7a67b70e5eb4d1f37ce5af0
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Sep 12 10:00:34 2014 +0000

    Updated background traffic example script.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1924 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/background-test | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 8e473fd7dad4010f6d2f7a90bc9b34cedbffb279
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Sep 11 14:11:55 2014 +0000

    Restrict TCP and UDP sockets to IPv4 if it is only bound to an IPv4 address.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1923 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tools.cc | 23 ++++++++++++++++++++---
 1 file changed, 20 insertions(+), 3 deletions(-)

commit efa691ab69d788d679ff56816a13bb4ddc3b4a45
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Sep 8 15:31:31 2014 +0000

    Another example update.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1921 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/background-test | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit b3a68430504eee3eef672dc0d4fd1b2672db4c11
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Sep 8 15:25:02 2014 +0000

    Makefile fix.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1920 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/Makefile.am | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit f8d5c83dccd6ad534a54d006e4eb9f5f0282f5c2
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Sep 8 15:22:23 2014 +0000

    Updated test script.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1919 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/background-test | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 1ddebd8765e0d90abb71002890c91128423fcea8
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Sep 8 15:17:23 2014 +0000

    Some fixes and improvements for on/off traffic.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1918 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/flow.cc               | 15 ++++++++-------
 src/netperfmeter.1        |  5 +++--
 src/netperfmeterpackets.h |  8 ++++----
 src/t1.cc                 |  2 +-
 4 files changed, 16 insertions(+), 14 deletions(-)

commit 193b5525f4d3e288413d9145f0e12b394dece4e3
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Sep 8 13:23:31 2014 +0000

    Improved on/off functionality now working.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1917 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc            | 20 +++++++++------
 src/flow.cc               | 50 ++++++++++++++++++++++++------------
 src/flow.h                |  4 ++-
 src/flowtrafficspec.cc    | 20 +++++++--------
 src/flowtrafficspec.h     | 65 +++++++++++++++++++++--------------------------
 src/netperfmeter.cc       | 42 ++++++++++++++++++++++--------
 src/netperfmeterpackets.h |  5 ++--
 7 files changed, 122 insertions(+), 84 deletions(-)

commit e36ecad9a9ce72086bc58970005dfe17644d8ba7
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Sep 8 07:10:34 2014 +0000

    First part of improved on/off flow feature. Not working yet.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1916 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc            | 32 ++++++++++++++++++--------
 src/flowtrafficspec.cc    |  9 ++++----
 src/flowtrafficspec.h     | 17 +++++++++++++-
 src/netperfmeter.cc       | 32 ++++++++++++++------------
 src/netperfmeterpackets.h | 58 +++++++++++++++++++++++++++--------------------
 5 files changed, 95 insertions(+), 53 deletions(-)

commit ed6bf64271796e447f88745a851a715f03197e37
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Sep 5 14:04:25 2014 +0000

    Version bump.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1911 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.ac     | 2 +-
 debian/changelog | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 8c45497c9c5249a3167d2a13aa2c7703157cbe90
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Sep 5 13:39:39 2014 +0000

    Added support for configuring CC.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1910 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc            | 10 ++++++++++
 src/flow.cc               | 13 +++++++++++++
 src/flowtrafficspec.cc    | 11 +++++------
 src/flowtrafficspec.h     |  3 ++-
 src/netperfmeter.1        |  2 ++
 src/netperfmeter.cc       | 20 ++++++++++++++++++++
 src/netperfmeterpackets.h |  2 ++
 7 files changed, 54 insertions(+), 7 deletions(-)

commit 047e3f011df97a3cf5cc1cc44e17fa7746cdb61a
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Sep 5 13:20:07 2014 +0000

    Added test script.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1909 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/background-test | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

commit 30199aa5db45515929f1c181702b6bfc2eccd369
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Sep 5 12:53:57 2014 +0000

    Added pareto distribution.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1908 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/Makefile.am        |  5 ++++-
 src/flowtrafficspec.cc |  4 ++++
 src/netperfmeter.cc    |  4 +++-
 src/t1.cc              | 23 +++++++++++++++++++++++
 src/tools.cc           | 21 +++++++++++++++++++++
 src/tools.h            |  2 ++
 6 files changed, 57 insertions(+), 2 deletions(-)

commit a78a33a376aa4d037633403fd6e8e42946616f85
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jul 28 13:03:09 2014 +0000

    Updated LSM entry.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1903 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 netperfmeter.lsm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

commit 12291c3f361973bf087254fce42cb518c67e9e5b
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jul 28 12:11:25 2014 +0000

    Updated packaging files and change logs.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1900 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ChangeLog             | 31 +++++++++++++++++++++++++++++++
 configure.ac          |  2 +-
 debian/changelog      |  4 ++--
 netperfmeter.lsm      |  6 +++---
 rpm/netperfmeter.spec |  2 +-
 5 files changed, 38 insertions(+), 7 deletions(-)

commit 20d572a90aeb17cd8c751f32823373e73b4102a1
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jul 18 17:54:39 2014 +0000

    Some updates to the setqos script.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1893 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/setqos | 61 ++++++++++++++++++++++++++++++++++++++++++-------------------
 1 file changed, 42 insertions(+), 19 deletions(-)

commit 224df6f89e6689a84d06f35b5ea815f8e377b9b1
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Jul 17 13:59:54 2014 +0000

    Removed inactive debug code.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1892 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/setqos | 2 --
 1 file changed, 2 deletions(-)

commit 726ea204c7efd50cb53d5802100a17a71f0870e9
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Jul 17 13:58:36 2014 +0000

    Removed debug output.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1891 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/setqos | 2 --
 1 file changed, 2 deletions(-)

commit 1d7247233912b04438c4bc690fca3943af3e893e
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jul 15 10:56:18 2014 +0000

    Version bump.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1889 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ChangeLog             | 1840 +++++++++++++++++++++++++++++++------------------
 configure.ac          |    2 +-
 debian/changelog      |    2 +-
 rpm/netperfmeter.spec |    2 +-
 4 files changed, 1157 insertions(+), 689 deletions(-)

commit 6613f467f6af0361fae7ef3284ee0a7cd66e1c81
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Jul 10 12:35:32 2014 +0000

    Some fixes.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1880 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc | 4 ++--
 src/flow.cc    | 7 +------
 src/tools.cc   | 2 --
 src/tools.h    | 2 --
 4 files changed, 3 insertions(+), 12 deletions(-)

commit be8b40aa590ebe9b1296466bfe746ba2d8cb875b
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 9 13:44:24 2014 +0000

    Added MPTCP options. Some clean-ups and fixes.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1877 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc            |  39 +++++---------
 src/flow.cc               | 127 ++++++++++++++++++++++++++++------------------
 src/flowtrafficspec.cc    |   8 +--
 src/flowtrafficspec.h     |   2 +-
 src/netperfmeter.1        |   2 +-
 src/netperfmeter.cc       |  43 +++++++++-------
 src/netperfmeterpackets.h |  12 ++---
 src/tools.h               |  10 ++++
 8 files changed, 136 insertions(+), 107 deletions(-)

commit 6368f21c7c73f80aa8b9033d2565a3148abc0dce
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 9 12:46:06 2014 +0000

    Got rid of warning.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1876 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 4416d90c2e409798137ef88b6be7ac1b86629201
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 9 12:44:05 2014 +0000

    - Fixed bad TCP_NODELAY implementation. Added support for SCTP as well.
    - Added support for MPTCP PathMgr, NDiffPaths and Debug settings. Not set yet.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1875 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc            | 26 +++++++++++++++++++++++---
 src/flow.cc               | 24 ++++++++++++++++--------
 src/flowtrafficspec.cc    | 20 +++++++++++++++-----
 src/flowtrafficspec.h     |  7 ++++++-
 src/netperfmeter.1        | 11 ++++++++---
 src/netperfmeter.cc       | 42 +++++++++++++++++++++++++++++++++---------
 src/netperfmeterpackets.h | 13 ++++++++-----
 src/tools.cc              |  1 -
 8 files changed, 109 insertions(+), 35 deletions(-)

commit 8fa73bb9e21f6be28c8a3e14b30f9ab06aa9ae75
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 9 11:47:52 2014 +0000

    Version bump.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1874 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 build-deb                           | 2 +-
 clean-deb                           | 2 +-
 configure.ac                        | 2 +-
 debian/changelog                    | 2 +-
 filter-empty-entries                | 2 +-
 freebsd/netperfmeter/make-diff      | 2 +-
 freebsd/netperfmeter/test-packaging | 2 +-
 make-deb                            | 2 +-
 make-rpm                            | 2 +-
 rpm/netperfmeter.spec               | 2 +-
 src/combinesummaries.1              | 2 +-
 src/control.cc                      | 2 +-
 src/control.h                       | 2 +-
 src/cpustatus.cc                    | 2 +-
 src/cpustatus.h                     | 2 +-
 src/createsummary.1                 | 2 +-
 src/debug.h                         | 2 +-
 src/defragmenter.cc                 | 2 +-
 src/defragmenter.h                  | 2 +-
 src/ext_socket.h                    | 2 +-
 src/extractvectors.1                | 2 +-
 src/flow.cc                         | 2 +-
 src/flow.h                          | 2 +-
 src/flowbandwidthstats.cc           | 2 +-
 src/flowbandwidthstats.h            | 2 +-
 src/flowtrafficspec.cc              | 2 +-
 src/flowtrafficspec.h               | 2 +-
 src/inputfile.cc                    | 2 +-
 src/inputfile.h                     | 2 +-
 src/make-rootshell                  | 2 +-
 src/measurement.cc                  | 2 +-
 src/measurement.h                   | 2 +-
 src/messagereader.cc                | 2 +-
 src/messagereader.h                 | 2 +-
 src/mutex.cc                        | 2 +-
 src/mutex.h                         | 2 +-
 src/netperfmeter.1                  | 2 +-
 src/netperfmeter.cc                 | 2 +-
 src/netperfmeterpackets.h           | 2 +-
 src/outputfile.cc                   | 2 +-
 src/outputfile.h                    | 2 +-
 src/pdfembedfonts                   | 2 +-
 src/pdfembedfonts.1                 | 2 +-
 src/pdfmetadata                     | 2 +-
 src/pdfmetadata.1                   | 2 +-
 src/plot-netperfmeter-results       | 2 +-
 src/plot-netperfmeter-results.1     | 2 +-
 src/plot-netperfmeter-results.R     | 2 +-
 src/plot-version1.R                 | 2 +-
 src/redblacktree.h                  | 2 +-
 src/redblacktree_impl.h             | 2 +-
 src/rootshell.c                     | 2 +-
 src/runtimeestimator.1              | 2 +-
 src/setqos                          | 2 +-
 src/setsctp                         | 2 +-
 src/simpleredblacktree.c            | 2 +-
 src/simpleredblacktree.h            | 2 +-
 src/storage/t2.cc                   | 2 +-
 src/t6.1                            | 2 +-
 src/t6.cc                           | 2 +-
 src/thread.cc                       | 2 +-
 src/thread.h                        | 2 +-
 src/tools.cc                        | 2 +-
 src/tools.h                         | 2 +-
 src/transfer.cc                     | 2 +-
 src/transfer.h                      | 2 +-
 66 files changed, 66 insertions(+), 66 deletions(-)

commit a13f12178430bcf91d10df9e6806ba64e2979c6e
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 9 11:42:01 2014 +0000

    Some MPTCP updates.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1873 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.ac        |  1 -
 src/netperfmeter.1  |  3 +--
 src/netperfmeter.cc | 47 ++++++++++++++++++++++++++++++-----------------
 src/tools.cc        |  2 ++
 src/tools.h         |  2 ++
 5 files changed, 35 insertions(+), 20 deletions(-)

commit 8ae8bf39daf934ea0b8d946680983c7b7855e3ed
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jul 4 16:38:55 2014 +0000

    F20 build script updates.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1867 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 rpm/netperfmeter.spec | 1 +
 1 file changed, 1 insertion(+)

commit b75e2e06c32c9e977f516eaee35c08299ce42d36
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jul 4 15:05:55 2014 +0000

    Updated BuildRequires in RPM spec file.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1866 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 rpm/netperfmeter.spec | 2 ++
 1 file changed, 2 insertions(+)

commit e56dfc1e39725b13934532d46fa655a71ada1a1b
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jul 4 09:24:07 2014 +0000

    Updated RPM spec file.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1864 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 rpm/netperfmeter.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 515fe5d2e3450d1f953be0c8723f868d903583ce
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jul 4 09:22:53 2014 +0000

    Again trying TCP_MULTIPATH_ENABLE for MPTCP socket. Needs special patch for current MPTCP v0.88.11 kernel!
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1863 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.ac        |  2 +-
 debian/changelog    |  5 +++--
 debian/control      |  2 +-
 src/netperfmeter.cc | 10 ++++++----
 4 files changed, 11 insertions(+), 8 deletions(-)

commit 1b0347fcb8df731022f3b66bf25426f981aa7b1b
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jun 24 09:54:13 2014 +0000

    Removed debug output.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1849 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 make-rpm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 9b75161d1fbef9aa6fcf1163e469e0eb100cf894
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Apr 9 14:50:01 2014 +0000

    Bugfix: now correctly binding to given address for protocols other than SCTP.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1829 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.ac          |  2 +-
 debian/changelog      |  2 +-
 rpm/netperfmeter.spec |  2 +-
 src/tools.cc          | 10 ++++++----
 4 files changed, 9 insertions(+), 7 deletions(-)

commit 486579e5cacd0b60a364cb8f2df64910160d4869
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Apr 9 14:38:55 2014 +0000

    Removed debug output.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1828 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/netperfmeter.cc | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit ba431cbaa08d224f9fa9683f167b74fd7fde5359
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Apr 8 17:19:59 2014 +0000

    A small output fix.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1827 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.ac        | 2 +-
 debian/changelog    | 4 ++--
 src/netperfmeter.cc | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

commit 1713ee56d9044273c78aee3ef2997274c053c1e0
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Apr 2 16:09:06 2014 +0000

    Bugfix: Fixed wrong line number output. May be a compiler bug.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1811 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.ac          |  2 +-
 debian/changelog      |  2 +-
 rpm/netperfmeter.spec |  2 +-
 src/flow.cc           | 17 +++++++++++------
 4 files changed, 14 insertions(+), 9 deletions(-)

commit b6d57beb89c741091e707623f87713205583bfe6
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Mar 18 13:01:13 2014 +0000

    Makefile fix.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1790 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 Makefile.am | 2 --
 1 file changed, 2 deletions(-)

commit bc0866e6b9c9dd515ba040334a1ee37ca4ffb0c8
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Mar 18 12:51:35 2014 +0000

    Version bump.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1789 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.ac          | 2 +-
 debian/changelog      | 4 ++--
 rpm/netperfmeter.spec | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

commit b0f59015a73a749f5516030cdeb968a024a80ffc
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Mar 18 12:18:03 2014 +0000

    Removed separate m4 directory. Makes problems with RPM build process.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1787 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.ac | 1 -
 1 file changed, 1 deletion(-)

commit 2e970fb46ba6ae9494f488d52d8ca05ae62105c5
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Mar 18 12:16:31 2014 +0000

    Need to call autoreconf in spec file.
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1786 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 rpm/netperfmeter.spec | 2 ++
 1 file changed, 2 insertions(+)

commit f94d8616e353bf47df0bf079f5dad86536bcd8ac
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Mar 14 17:58:21 2014 +0000

    Added config files.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1781 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 rpm.conf | 6 ++++++
 1 file changed, 6 insertions(+)

commit 0e6bff5492d55e1cb620e723bf1f80ea47c6d24a
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Mar 7 22:00:29 2014 +0000

    A fix in the manpage.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1776 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/netperfmeter.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1691c965818dba7a7720675367c11b6f99172c11
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Mar 4 15:25:20 2014 +0000

    Added -Wunreachable-code compile option.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1765 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.ac | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit cf08df8d84957db90bc127a74533a263c9437cdd
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Nov 15 19:47:33 2013 +0000

    Build script updates.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1747 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 make-rpm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit cfefcff4f07e50a4e831a68aa1e3e4ef5a9bd94c
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Nov 11 08:44:44 2013 +0000

    Updated make-rpm.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1743 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 make-rpm | 109 +++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 65 insertions(+), 44 deletions(-)

commit 78ed3a5e8ca2a17bce92bf46bb163057434577c1
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Nov 5 15:42:50 2013 +0000

    Improved RPM packaging.
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1735 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 make-rpm              | 148 ++++++++++++++++++++++++++++++++++++++++++++++++++
 rpm/netperfmeter.spec |   2 +-
 2 files changed, 149 insertions(+), 1 deletion(-)

commit 5eca03be6efbbcf4216b99269e22bff243de7967
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Nov 5 12:18:46 2013 +0000

    Updated spec file.
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1730 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 rpm/netperfmeter.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 7af8b4fc415562558755d2a7145c0d5d4fbec120
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Nov 4 17:08:25 2013 +0000

    Updated spec file.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1725 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 rpm/netperfmeter.spec | 8 ++++----
 src/netperfmeter.cc   | 4 +++-
 2 files changed, 7 insertions(+), 5 deletions(-)

commit 3e1c90cc7fc4d064be4084db02ae06d9ea846384
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Nov 4 15:34:15 2013 +0000

    Added spec file for RPM.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1724 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 rpm/netperfmeter.spec | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 57 insertions(+)

commit 16cbbf1b9839e6ca6004f0932770e2b5e60f4643
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Nov 3 14:09:08 2013 +0000

    Added dissector patch.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1721 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/storage/packet-netperfmeter.patch | 13 +++++++++++++
 1 file changed, 13 insertions(+)

commit 2f182601a01680b5b4782d97c824557a9a872e97
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Nov 3 13:41:20 2013 +0000

    Packaging script updates.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1720 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 debian/changelog             | 3 ++-
 debian/control               | 5 +++--
 debian/netperfmeter.install  | 1 -
 debian/netperfmeter.manpages | 3 +--
 4 files changed, 6 insertions(+), 6 deletions(-)

commit 6f79b936b047beeafeef9bcb8c8f762408abf59e
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Nov 3 13:36:26 2013 +0000

    Added manpage for runtimeestimator.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1719 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/Makefile.am        |  3 +-
 src/pdfembedfonts.1    |  4 +--
 src/pdfmetadata.1      |  4 +--
 src/runtimeestimator.1 | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 80 insertions(+), 6 deletions(-)

commit 1b67b281cd7ad01abb8653dfc6b80a2b70c00358
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Nov 3 13:21:17 2013 +0000

    Build script fixes.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1718 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit e7d938ad3992ef234519082a853cd7e260ed9a84
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Nov 3 13:18:39 2013 +0000

    Folder clean-ups.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1717 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/Makefile.am       |   5 +-
 src/ldcalc.cc         |  69 -------------
 src/storage/ldcalc.cc |  69 +++++++++++++
 src/storage/t2.cc     |  72 +++++++++++++
 src/storage/t3.cc     | 133 ++++++++++++++++++++++++
 src/storage/t4.cc     | 113 +++++++++++++++++++++
 src/storage/t5.cc     | 273 ++++++++++++++++++++++++++++++++++++++++++++++++++
 src/t2.cc             |  72 -------------
 src/t3.cc             | 133 ------------------------
 src/t4.cc             | 113 ---------------------
 src/t5.cc             | 273 --------------------------------------------------
 11 files changed, 661 insertions(+), 664 deletions(-)

commit 09d959a6143b7d3f369ccb6c35985333eea036af
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Nov 3 13:18:29 2013 +0000

    Replaced ldcalc by bc.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1716 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 debian/changelog | 4 ++--
 debian/control   | 2 +-
 src/setqos       | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

commit 2e2814cf7cb79d470a4953e30a5195a0fd82dca5
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Nov 3 13:07:04 2013 +0000

    The passive side now accepts control connections via SCTP *and* TCP => no need to configure behaviour at the passive side.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1715 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/netperfmeter.1  |  7 ++++++-
 src/netperfmeter.cc | 52 ++++++++++++++++++++++++++++++++++------------------
 2 files changed, 40 insertions(+), 19 deletions(-)

commit e4b0147cdb40da6d64f49899950359e09e09a636
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Nov 3 12:48:08 2013 +0000

    Added support for control connection via TCP.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1714 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc       | 80 +++++++++++++++++++++-------------------------------
 src/control.h        |  1 -
 src/flow.cc          | 14 ++-------
 src/flow.h           | 11 +++-----
 src/messagereader.cc |  3 +-
 src/netperfmeter.cc  |  5 ++--
 src/tools.h          |  2 +-
 7 files changed, 45 insertions(+), 71 deletions(-)

commit 80d0f5ae49552b81f5a11de8d6538df3fcc77695
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Nov 3 11:42:10 2013 +0000

    Now using TCP-like mode for passive side's control socket.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1713 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc       |  6 ++--
 src/messagereader.cc | 12 +++++++
 src/messagereader.h  |  5 +++
 src/netperfmeter.cc  | 92 +++++++++++++++++++++++++++++++++++-----------------
 4 files changed, 84 insertions(+), 31 deletions(-)

commit 3a4650b1c309264c9d989cd802a7beb00e06d169
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Nov 3 10:06:20 2013 +0000

    FreeBSD packaging file updates.
    
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1712 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 freebsd/netperfmeter/test-packaging | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

commit 96d38ff59bb1386cc67ef7b90dc3c119d4d6cf1b
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Oct 27 09:57:18 2013 +0000

    Build script updates.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1709 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ChangeLog | 7 +++++++
 make-ppa  | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit 03231f6d37d8224355292063f96f74cc329c71bf
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Oct 23 18:15:33 2013 +0000

    Updated ChangeLog.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1692 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ChangeLog | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

commit c89a9bda90ea063942d3ef3226ca67f3eceb5f8e
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Oct 23 17:59:29 2013 +0000

    Fixed lintian warnings in manpages.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1691 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/combinesummaries.1 | 10 +++++-----
 src/createsummary.1    | 14 +++++++-------
 src/pdfmetadata.1      |  6 +++---
 3 files changed, 15 insertions(+), 15 deletions(-)

commit ca47a2878a5ea463d8a52a97118af6a30470602e
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Oct 23 17:45:50 2013 +0000

    Updated packaging and build scripts.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1690 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 debian/changelog |  2 ++
 debian/control   |  1 +
 src/Makefile.am  | 30 ++++++++++++++----------------
 3 files changed, 17 insertions(+), 16 deletions(-)

commit e92e32b2d58cd5e6919701a0cc3cf33e91ee21b7
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Oct 23 11:32:41 2013 +0000

    Updated ChangeLog.
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1685 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ChangeLog | 164 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 164 insertions(+)

commit 13f37c23db445ee401904c98eb5c03fb86997c31
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Oct 23 11:29:38 2013 +0000

    Packaging file updates.
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1678 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ChangeLog                                          | 1799 ++++++
 build-deb                                          |    2 +-
 clean-deb                                          |    2 +-
 configure.ac                                       |   19 +-
 debian/changelog                                   |    4 +-
 debian/copyright                                   |    4 +-
 debian/netperfmeter.install                        |    7 +-
 debian/netperfmeter.manpages                       |    5 +
 freebsd/netperfmeter/make-diff                     |    2 +-
 freebsd/netperfmeter/test-packaging                |    2 +-
 make-deb                                           |    2 +-
 src/Makefile.am                                    |   24 +-
 src/Toolchain.files                                |    6 -
 src/archive-measurement                            |   50 -
 src/change_names_Flows.sed                         |    2 -
 src/combinesummaries.1                             |    2 +-
 src/combinesummaries.cc                            |    2 +-
 src/control.cc                                     |    2 +-
 src/control.h                                      |    2 +-
 src/cpustatus.cc                                   |    2 +-
 src/cpustatus.h                                    |    2 +-
 src/createsummary.1                                |    2 +-
 src/createsummary.cc                               |    2 +-
 src/debug.h                                        |    2 +-
 src/defragmenter.cc                                |    2 +-
 src/defragmenter.h                                 |    2 +-
 .../draft-dreibholz-tsvwg-sctpsocket-multipath.txt |  336 -
 src/docs/draft-ietf-tsvwg-sctpsocket.txt           | 6328 -------------------
 src/docs/rfc3550.txt                               | 5827 -----------------
 src/ext_socket.h                                   |    2 +-
 src/extractvectors.1                               |    2 +-
 src/extractvectors.cc                              |    2 +-
 src/flow.cc                                        |    2 +-
 src/flow.h                                         |    2 +-
 src/flowbandwidthstats.cc                          |    2 +-
 src/flowbandwidthstats.h                           |    2 +-
 src/flowtrafficspec.cc                             |    2 +-
 src/flowtrafficspec.h                              |    2 +-
 .../haikou-paper/essen-haikou/archive-measurement  |    1 -
 src/hakim-tests/haikou-paper/essen-haikou/backup   |   29 -
 .../haikou-paper/essen-haikou/combinesummaries     |    1 -
 .../haikou-paper/essen-haikou/createsummary        |    1 -
 .../haikou-paper/essen-haikou/export-results       |  166 -
 .../haikou-paper/essen-haikou/export-results-table |  166 -
 .../haikou-paper/essen-haikou/export-results-temp  |   56 -
 .../haikou-paper/essen-haikou/extract-data-1file.R |   57 -
 .../haikou-paper/essen-haikou/extract-data-table.R |   57 -
 src/hakim-tests/haikou-paper/essen-haikou/log.txt  | 6622 --------------------
 .../haikou-paper/essen-haikou/make-links           |   52 -
 .../haikou-paper/essen-haikou/measure-version2     |    1 -
 .../haikou-paper/essen-haikou/mptcp/make-links     |   52 -
 .../mptcp/run-haikou-cmt-throughputI-MPTCP         |   61 -
 .../mptcp/run-haikou-mptcp-throughputI             |   46 -
 .../mptcp/run-haikou-mptcp-throughputI-test        |   55 -
 .../haikou-paper/essen-haikou/netperfmeter         |    1 -
 .../essen-haikou/ping-tests/start_ping-tests       |   35 -
 .../essen-haikou/ping-tests/start_traceroute_tests |   44 -
 .../plot-essen-haikou-multiple-paths-MPTCP.R       |   62 -
 .../plot-essen-haikou-multiple-paths.R             |   63 -
 .../essen-haikou/plot-haikou-cmt-throughputI-sp.R  |   52 -
 .../essen-haikou/plot-haikou-cmt-throughputI.R     |   52 -
 ...-haikou-cmt-throughputI_from-multiple-folders.R |   56 -
 .../essen-haikou/plot-version1-multiple-folders.R  |  139 -
 .../haikou-paper/essen-haikou/plot-version1.R      |    1 -
 .../haikou-paper/essen-haikou/plotter-version1.R   | 2076 ------
 .../haikou-paper/essen-haikou/plotter.R            |    1 -
 .../haikou-paper/essen-haikou/run-essen-haikou-SP  |   60 -
 .../haikou-paper/essen-haikou/run-essen-haikou-cmt |   59 -
 .../essen-haikou/run-essen-haikou-mptcp            |   67 -
 .../run-haikou-cmt-DFN-unicom-mpctp-west-SP        |   61 -
 .../run-haikou-cmt-DFN-uninet-mpctp-west-SP        |   61 -
 .../run-haikou-cmt-Versatel-unicom-mpctp-west-SP   |   61 -
 .../run-haikou-cmt-Versatel-uninet-mpctp-west-SP   |   61 -
 .../essen-haikou/run-haikou-cmt-throughputI        |   60 -
 .../haikou-paper/essen-haikou/run_value.val        |    1 -
 .../haikou-paper/essen-haikou/runs-finisched.txt   |    1 -
 .../haikou-paper/essen-haikou/runtimeestimator     |    1 -
 .../essen-haikou/start_multiple_scripts_manual     |  304 -
 .../haikou-paper/haikou-essen/make-links           |   52 -
 .../haikou-essen/run-haikou-Essen-SP-unicom-DFN    |   60 -
 .../run-haikou-Essen-SP-unicom-Versatel            |   59 -
 .../haikou-essen/run-haikou-Essen-SP-uninet-DFN-SP |   60 -
 .../run-haikou-Essen-SP-uninet-Versatel-SP         |   61 -
 .../haikou-essen/run-haikou-Essen-cmt-unicom-DFN   |   59 -
 .../run-haikou-Essen-cmt-unicom-Versatel           |   60 -
 .../haikou-essen/run-haikou-Essen-cmt-uninet-DFN   |   60 -
 .../run-haikou-Essen-cmt-uninet-Versatel           |   60 -
 .../haikou-essen/start-server-freeBsd-mptcp-west   |   34 -
 .../dissimilar/08MBit/archive-measurement          |    1 -
 .../local-testbed/dissimilar/08MBit/backup         |   13 -
 .../dissimilar/08MBit/combinesummaries             |    1 -
 .../local-testbed/dissimilar/08MBit/createsummary  |    1 -
 .../local-testbed/dissimilar/08MBit/export-results |  100 -
 .../local-testbed/dissimilar/08MBit/make-links     |   52 -
 .../dissimilar/08MBit/measure-version2             |    1 -
 .../local-testbed/dissimilar/08MBit/netperfmeter   |    1 -
 ...ot-haikou-Disjoint-local-Essen_all-final-zoom.R |   56 -
 .../plot-haikou-Disjoint-local-Essen_all-final.R   |   60 -
 .../08MBit/plot-version1-multiple-folders.R        |    1 -
 .../dissimilar/08MBit/plot-version1.R              |    1 -
 .../dissimilar/08MBit/plotter-version1.R           |    1 -
 .../local-testbed/dissimilar/08MBit/plotter.R      |    1 -
 .../run-local-multiple-bandwith-disimilar-MPTCP    |   61 -
 ...ocal-multiple-bandwith-disimilar-MPTCP-200delay |   61 -
 .../run-local-multiple-bandwith-disimilar-sctp     |   67 -
 .../08MBit/run-local-multiple-bandwith-similar-sp  |   61 -
 .../dissimilar/08MBit/runtimeestimator             |    1 -
 .../local-testbed/dissimilar/make-links            |   52 -
 .../dissimilar/mptcp-2or4paths/archive-measurement |    1 -
 .../dissimilar/mptcp-2or4paths/combinesummaries    |    1 -
 .../dissimilar/mptcp-2or4paths/createsummary       |    1 -
 .../dissimilar/mptcp-2or4paths/make-links          |   52 -
 .../dissimilar/mptcp-2or4paths/measure-version2    |    1 -
 .../dissimilar/mptcp-2or4paths/netperfmeter        |    1 -
 ...plot-haikou-Disjoint-local-Essen_MPTCP-4paths.R |   56 -
 .../plot-version1-multiple-folders.R               |    1 -
 .../dissimilar/mptcp-2or4paths/plot-version1.R     |    1 -
 .../dissimilar/mptcp-2or4paths/plotter-version1.R  |    1 -
 .../dissimilar/mptcp-2or4paths/plotter.R           |    1 -
 ...al-multiple-bandwith-disimilar-MPTCP-1case-zoom |   61 -
 .../dissimilar/mptcp-2or4paths/runtimeestimator    |    1 -
 ...-haikou-Disjoint-local-Essen-MPTCP-Dissimilar.R |   42 -
 ...t-haikou-Disjoint-local-Essen-SCTP-Dissimilar.R |   42 -
 ...kou-Disjoint-local-Essen-MPTCP-Dissimilar-1case |   53 -
 ...ikou-Disjoint-local-Essen-SCTP-Dissimilar-1case |   55 -
 ...-haikou-Disjoint-local-Essen-SCTP-Dissimilar-SP |   58 -
 .../run-local-multiple-bandwith-disimilar-MPTCP    |   60 -
 ...n-local-multiple-bandwith-disimilar-MPTCP-1case |   60 -
 ...al-multiple-bandwith-disimilar-MPTCP-1case-zoom |   61 -
 ...iple-bandwith-disimilar-MPTCP-1case-zoom-4paths |   60 -
 .../old/run-local-multiple-bandwith-disimilar-sctp |   73 -
 .../sctp-different-paths/archive-measurement       |    1 -
 .../dissimilar/sctp-different-paths/backup         |   17 -
 .../sctp-different-paths/combinesummaries          |    1 -
 .../dissimilar/sctp-different-paths/createsummary  |    1 -
 .../dissimilar-4paths-SCTPs.pdf                    |  Bin 7704 -> 0 bytes
 .../dissimilar/sctp-different-paths/make-links     |   52 -
 .../sctp-different-paths/measure-version2          |    1 -
 .../dissimilar/sctp-different-paths/netperfmeter   |    1 -
 .../plot-haikou-Disjoint-local-Essen_sctp-4paths.R |   58 -
 .../plot-version1-multiple-folders.R               |  139 -
 .../sctp-different-paths/plot-version1.R           |    1 -
 .../sctp-different-paths/plotter-version1.R        |    1 -
 .../dissimilar/sctp-different-paths/plotter.R      |    1 -
 ...n-local-multiple-bandwith-disimilar-SCTP-4paths |   59 -
 .../sctp-different-paths/runtimeestimator          |    1 -
 .../start_multiple_scripts_manual                  |  142 -
 .../start_multiple_scripts_manual-1run             |   44 -
 .../dissimilar/setqos-MPTCP-east-Fresbsd           |   17 -
 .../dissimilar/setqos-MPTCP-east-Ubuntu            |   20 -
 ...lot-haikou-Disjoint-local-Essen-MPTCP-50delay.R |   52 -
 .../old/plot-haikou-Disjoint-local-Essen-MPTCP.R   |   52 -
 .../similar/old/plot-haikou-mptcp-throughputI.R    |   52 -
 .../similar/old/run-haikou-Disjoint-local-Essen    |   32 -
 .../old/run-haikou-Disjoint-local-Essen-1case      |   55 -
 .../old/run-haikou-Disjoint-local-Essen-MPTCP      |   49 -
 .../run-haikou-Disjoint-local-Essen-MPTCP-1case    |   49 -
 .../run-haikou-Disjoint-local-Essen-MPTCP-2case    |   48 -
 .../run-haikou-Disjoint-local-Essen-MPTCP-50delay  |   50 -
 .../similar/old/run-haikou-local-Freebsd-SP        |   62 -
 .../plot-haikou-Disjoint-local-Essen-MPTCP.R       |   52 -
 .../similar/plot-haikou-Disjoint-local-Essen.R     |   52 -
 .../similar/plot-haikou-Disjoint-local-Essen_all.R |   44 -
 .../similar/plot-haikou-local-Freebsd-SP.R         |   58 -
 .../similar/run-haikou-Disjoint-local-Essen-1case  |   54 -
 .../run-haikou-Disjoint-local-Essen-MPTCP-1case    |   48 -
 .../similar/run-haikou-local-Freebsd-SP-1case      |   53 -
 .../run-local-multiple-bandwith-similar-sctp       |   63 -
 .../similar/run-local-multiple-bandwith-similar-sp |   59 -
 .../similar/start_multiple_scripts_manual          |   77 -
 .../similar/start_multiple_scripts_manual-MPTCP    |   62 -
 src/hakim-tests/haikou-paper/servers/make-links    |   52 -
 .../servers/start-server-freeBsd-haikou            |   32 -
 .../servers/start-server-freeBsd-haikou-sp-uninet  |   26 -
 .../servers/start-server-ubuntu-haikou             |   28 -
 .../haikou-paper/servers/start-servers-testbed     |   29 -
 src/hakim-tests/start_multiple_scripts             |   28 -
 .../test/bottleneck-singlepath/make-links          |   52 -
 .../test/bottleneck-singlepath/measure-version2    |    1 -
 .../plot-Bottleneck-singlepath.R                   |   52 -
 .../run-Bottleneck-singlepath                      |   51 -
 .../start-servers-bottleneck-North                 |   24 -
 src/inputfile.cc                                   |    2 +-
 src/inputfile.h                                    |    2 +-
 src/ldcalc.cc                                      |    2 +-
 src/make-kerneltest                                |   78 -
 src/make-rootshell                                 |    2 +-
 src/measure-version2                               |  934 ---
 src/measurement.cc                                 |    2 +-
 src/measurement.h                                  |    2 +-
 src/messagereader.cc                               |    2 +-
 src/messagereader.h                                |    2 +-
 src/mutex.cc                                       |    2 +-
 src/mutex.h                                        |    2 +-
 src/netperfmeter.1                                 |    2 +-
 src/netperfmeter.cc                                |    2 +-
 src/netperfmeterpackets.h                          |    2 +-
 src/outputfile.cc                                  |    2 +-
 src/outputfile.h                                   |    2 +-
 src/pdfembedfonts                                  |    2 +-
 src/pdfembedfonts.1                                |    2 +-
 src/pdfmetadata                                    |    2 +-
 src/pdfmetadata.1                                  |    2 +-
 src/plot-NetPerfMeterPaper.R                       |   84 -
 src/plot-OMNeT++Workshop2010.R                     |   71 -
 src/plot-PAMS2011.R                                |   63 -
 ...lot-haikou-Disjoint-local-Essen-MPTCP-50delay.R |   52 -
 ...u-Disjoint-local-Essen-MPTCP-Dissimilar-1case.R |   42 -
 ...-haikou-Disjoint-local-Essen-MPTCP-Dissimilar.R |   42 -
 src/plot-haikou-Disjoint-local-Essen-MPTCP.R       |   52 -
 ...t-haikou-Disjoint-local-Essen-SCTP-Dissimilar.R |   42 -
 src/plot-haikou-Disjoint-local-Essen.R             |   52 -
 src/plot-haikou-Disjoint-local-Essen_all.R         |   44 -
 src/plot-haikou-cmt-throughputI-sp.R               |   52 -
 src/plot-haikou-cmt-throughputI.R                  |   52 -
 ...-haikou-cmt-throughputI_from-multiple-folders.R |   56 -
 src/plot-haikou-local-Freebsd-SP.R                 |   44 -
 src/plot-haikou-mptcp-throughputI.R                |   52 -
 src/plot-netperfmeter-results                      |    2 +-
 src/plot-netperfmeter-results.1                    |    2 +-
 src/plot-netperfmeter-results.R                    |    2 +-
 src/plot-test1.R                                   |   96 -
 src/plot-test5.R                                   |   84 -
 src/plot-test6.R                                   |   84 -
 src/plot-test7.R                                   |   78 -
 src/plot-test8.R                                   |   76 -
 src/plot-version1-multiple-folders.R               |  139 -
 src/plot-version1.R                                |    2 +-
 src/plot-wp0-cmt-throughputI.R                     |   77 -
 src/plot-wp0-links-symmetrischI.R                  |   77 -
 src/plot-wp1-cc-disjoint-bandwidth-betaI.R         |   52 -
 src/plot-wp1-rp-disjointPathsI.R                   |   60 -
 src/plot-wp1-rp-sharedBottleneckI.R                |   58 -
 src/plot-wp3-dsl-ccI.R                             |   76 -
 src/plot-wp3-dsl-ccII.R                            |   76 -
 src/plot-wp3-dsl-ordered-bandwidthI.R              |   78 -
 src/plot-wp3-dsl-unordered-bandwidthI.R            |   78 -
 src/plot-wp3-unordered-bandwidthI.R                |   83 -
 src/plotter-version1.R                             |    2 +-
 src/plotter.R                                      |    2 +-
 src/qos-testbed                                    |   53 -
 src/redblacktree.h                                 |    2 +-
 src/redblacktree_impl.h                            |    2 +-
 src/rootshell.c                                    |    2 +-
 src/run-haikou-Disjoint-local-Essen                |   32 -
 src/run-haikou-Disjoint-local-Essen-1case          |   55 -
 src/run-haikou-Disjoint-local-Essen-MPTCP          |   49 -
 src/run-haikou-Disjoint-local-Essen-MPTCP-1case    |   49 -
 src/run-haikou-Disjoint-local-Essen-MPTCP-50delay  |   50 -
 ...un-haikou-Disjoint-local-Essen-MPTCP-Dissimilar |   54 -
 ...kou-Disjoint-local-Essen-MPTCP-Dissimilar-1case |   53 -
 ...haikou-Disjoint-local-Essen-MPTCP-Dissimilar-SP |   54 -
 ...run-haikou-Disjoint-local-Essen-SCTP-Dissimilar |   56 -
 ...ikou-Disjoint-local-Essen-SCTP-Dissimilar-1case |   55 -
 ...-haikou-Disjoint-local-Essen-SCTP-Dissimilar-SP |   56 -
 src/run-haikou-cmt-DFN-unicom-mpctp-west-SP        |   61 -
 src/run-haikou-cmt-DFN-uninet-mpctp-west-SP        |   61 -
 src/run-haikou-cmt-Versatel-unicom-mpctp-west-SP   |   61 -
 src/run-haikou-cmt-Versatel-uninet-mpctp-west-SP   |   61 -
 src/run-haikou-cmt-throughputI                     |   60 -
 src/run-haikou-local-Freebsd-SP                    |   62 -
 src/run-haikou-local-Freebsd-SP-1case              |   54 -
 src/run-test1                                      |   50 -
 src/run-test5                                      |   57 -
 src/run-test6                                      |   57 -
 src/run-test7                                      |   56 -
 src/run-test8                                      |   68 -
 src/run-wp0-cmt-throughputI                        |   59 -
 src/run-wp0-links-symmetrischI                     |   59 -
 src/run-wp1-cc-disjoint-bandwidth-betaI            |   64 -
 src/run-wp1-rp-disjointPathsI                      |   61 -
 src/run-wp1-rp-sharedBottleneckI                   |   73 -
 src/run-wp3-dsl-ccI                                |   63 -
 src/run-wp3-dsl-ccII                               |   62 -
 src/run-wp3-dsl-ordered-bandwidthI                 |   56 -
 src/run-wp3-dsl-unordered-bandwidthI               |   56 -
 src/run-wp3-unordered-bandwidthI                   |   55 -
 src/runtimeestimator.cc                            |    2 +-
 src/server                                         |   24 -
 src/setqos                                         |    2 +-
 src/setqos-MPTCP-east                              |   17 -
 src/setqos-test                                    |   26 -
 src/setsctp                                        |    2 +-
 src/simpleredblacktree.c                           |    2 +-
 src/simpleredblacktree.h                           |    2 +-
 src/start-server-burgsteinfurt                     |   26 -
 src/start-server-freeBsd-haikou                    |   34 -
 src/start-server-freeBsd-haikou-sp-uninet          |   26 -
 src/start-server-local                             |   26 -
 src/start-server-ubuntu-haikou                     |   28 -
 src/start-servers-testbed                          |   29 -
 src/start_multiple_scripts                         |   28 -
 src/t2.cc                                          |    2 +-
 src/t6.1                                           |    2 +-
 src/t6.cc                                          |    2 +-
 src/thread.cc                                      |    2 +-
 src/thread.h                                       |    2 +-
 src/tools.cc                                       |    2 +-
 src/tools.h                                        |    2 +-
 src/transfer.cc                                    |    2 +-
 src/transfer.h                                     |    2 +-
 src/wireshark/packet-netperfmeter.c                |  179 +-
 update-changelog                                   |    4 +
 303 files changed, 2008 insertions(+), 32758 deletions(-)

commit f536af4245d6c1ade284fddc266a4f33a24d8c4e
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Oct 19 20:11:54 2013 +0000

    Version update.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1675 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.ac     | 2 +-
 debian/changelog | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 0c961b536a4b4f28a16e68762fc31d403363f11b
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Oct 18 21:52:07 2013 +0000

    Updated make-ppa.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1671 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 make-ppa | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6eda4eca297aae286b78bcd11fc93e5abe5a9743
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Oct 18 13:31:02 2013 +0000

    Fixed buffer overflow.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1670 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/netperfmeter.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8e2188ee121cea631acc31bf4b8ef8c85135f070
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Oct 18 13:30:23 2013 +0000

    Removed TCP_MULTIPATH_ENABLE. It is not yet implemented by Linux MPTCP.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1669 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/netperfmeter.cc | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

commit b5bcdb2467c354a9aec995188ab46113b38c4e90
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Oct 15 21:17:17 2013 +0000

    Compile fix and packaging file updates.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1667 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.ac     | 2 +-
 debian/changelog | 6 ++++++
 debian/control   | 2 +-
 netperfmeter.lsm | 6 +++---
 src/Makefile.am  | 2 +-
 5 files changed, 12 insertions(+), 6 deletions(-)

commit 2845a5a645a85f4818e0e3d4635cbdb1b6c53b92
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Apr 29 14:27:34 2013 +0000

    bottlenack tests win singlepath
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1634 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 .../test/bottleneck-singlepath/make-links          | 52 ++++++++++++++++++++++
 .../test/bottleneck-singlepath/measure-version2    |  1 +
 .../plot-Bottleneck-singlepath.R                   | 52 ++++++++++++++++++++++
 .../run-Bottleneck-singlepath                      | 51 +++++++++++++++++++++
 .../start-servers-bottleneck-North                 | 24 ++++++++++
 5 files changed, 180 insertions(+)

commit 6220862f3f8b196d6bac14bf608f2399c5554dd3
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Apr 3 15:58:06 2013 +0000

    essen-haikou, run and plot scripts
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1633 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 .../haikou-paper/essen-haikou/run-essen-haikou-SP  | 60 +++++++++++++++++++
 .../haikou-paper/essen-haikou/run-essen-haikou-cmt | 59 +++++++++++++++++++
 .../essen-haikou/run-essen-haikou-mptcp            | 67 ++++++++++++++++++++++
 3 files changed, 186 insertions(+)

commit 32997f28fa2cf60c7b3fa066bfaf0b31ee1eea76
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Apr 3 13:23:31 2013 +0000

    dissimilar paths run and plot scripts
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1632 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 .../dissimilar/08MBit/archive-measurement          |   1 +
 .../local-testbed/dissimilar/08MBit/backup         |  13 ++
 .../dissimilar/08MBit/combinesummaries             |   1 +
 .../local-testbed/dissimilar/08MBit/createsummary  |   1 +
 .../local-testbed/dissimilar/08MBit/export-results | 100 +++++++++++++++
 .../local-testbed/dissimilar/08MBit/make-links     |  52 ++++++++
 .../dissimilar/08MBit/measure-version2             |   1 +
 .../local-testbed/dissimilar/08MBit/netperfmeter   |   1 +
 ...ot-haikou-Disjoint-local-Essen_all-final-zoom.R |  56 ++++++++
 .../plot-haikou-Disjoint-local-Essen_all-final.R   |  60 +++++++++
 .../08MBit/plot-version1-multiple-folders.R        |   1 +
 .../dissimilar/08MBit/plot-version1.R              |   1 +
 .../dissimilar/08MBit/plotter-version1.R           |   1 +
 .../local-testbed/dissimilar/08MBit/plotter.R      |   1 +
 .../run-local-multiple-bandwith-disimilar-MPTCP    |  61 +++++++++
 ...ocal-multiple-bandwith-disimilar-MPTCP-200delay |  61 +++++++++
 .../run-local-multiple-bandwith-disimilar-sctp     |  67 ++++++++++
 .../08MBit/run-local-multiple-bandwith-similar-sp  |  61 +++++++++
 .../dissimilar/08MBit/runtimeestimator             |   1 +
 .../dissimilar/mptcp-2or4paths/archive-measurement |   1 +
 .../dissimilar/mptcp-2or4paths/combinesummaries    |   1 +
 .../dissimilar/mptcp-2or4paths/createsummary       |   1 +
 .../dissimilar/mptcp-2or4paths/make-links          |  52 ++++++++
 .../dissimilar/mptcp-2or4paths/measure-version2    |   1 +
 .../dissimilar/mptcp-2or4paths/netperfmeter        |   1 +
 ...plot-haikou-Disjoint-local-Essen_MPTCP-4paths.R |  56 ++++++++
 .../plot-version1-multiple-folders.R               |   1 +
 .../dissimilar/mptcp-2or4paths/plot-version1.R     |   1 +
 .../dissimilar/mptcp-2or4paths/plotter-version1.R  |   1 +
 .../dissimilar/mptcp-2or4paths/plotter.R           |   1 +
 ...al-multiple-bandwith-disimilar-MPTCP-1case-zoom |  61 +++++++++
 .../dissimilar/mptcp-2or4paths/runtimeestimator    |   1 +
 .../sctp-different-paths/archive-measurement       |   1 +
 .../dissimilar/sctp-different-paths/backup         |  17 +++
 .../sctp-different-paths/combinesummaries          |   1 +
 .../dissimilar/sctp-different-paths/createsummary  |   1 +
 .../dissimilar-4paths-SCTPs.pdf                    | Bin 0 -> 7704 bytes
 .../dissimilar/sctp-different-paths/make-links     |  52 ++++++++
 .../sctp-different-paths/measure-version2          |   1 +
 .../dissimilar/sctp-different-paths/netperfmeter   |   1 +
 .../plot-haikou-Disjoint-local-Essen_sctp-4paths.R |  58 +++++++++
 .../plot-version1-multiple-folders.R               | 139 ++++++++++++++++++++
 .../sctp-different-paths/plot-version1.R           |   1 +
 .../sctp-different-paths/plotter-version1.R        |   1 +
 .../dissimilar/sctp-different-paths/plotter.R      |   1 +
 ...n-local-multiple-bandwith-disimilar-SCTP-4paths |  59 +++++++++
 .../sctp-different-paths/runtimeestimator          |   1 +
 .../start_multiple_scripts_manual                  | 142 +++++++++++++++++++++
 .../start_multiple_scripts_manual-1run             |  44 +++++++
 49 files changed, 1240 insertions(+)

commit e252035234f016d32ce2394be73066b3d9733085
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Apr 3 13:22:24 2013 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1631 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ...-haikou-Disjoint-local-Essen-MPTCP-Dissimilar.R | 42 +++++++++++++
 ...t-haikou-Disjoint-local-Essen-SCTP-Dissimilar.R | 42 +++++++++++++
 ...kou-Disjoint-local-Essen-MPTCP-Dissimilar-1case | 53 ++++++++++++++++
 ...ikou-Disjoint-local-Essen-SCTP-Dissimilar-1case | 55 ++++++++++++++++
 ...-haikou-Disjoint-local-Essen-SCTP-Dissimilar-SP | 58 +++++++++++++++++
 .../run-local-multiple-bandwith-disimilar-MPTCP    | 60 ++++++++++++++++++
 ...n-local-multiple-bandwith-disimilar-MPTCP-1case | 60 ++++++++++++++++++
 ...al-multiple-bandwith-disimilar-MPTCP-1case-zoom | 61 ++++++++++++++++++
 ...iple-bandwith-disimilar-MPTCP-1case-zoom-4paths | 60 ++++++++++++++++++
 .../old/run-local-multiple-bandwith-disimilar-sctp | 73 ++++++++++++++++++++++
 ...-haikou-Disjoint-local-Essen-MPTCP-Dissimilar.R | 42 -------------
 ...t-haikou-Disjoint-local-Essen-SCTP-Dissimilar.R | 42 -------------
 ...kou-Disjoint-local-Essen-MPTCP-Dissimilar-1case | 53 ----------------
 ...ikou-Disjoint-local-Essen-SCTP-Dissimilar-1case | 55 ----------------
 ...-haikou-Disjoint-local-Essen-SCTP-Dissimilar-SP | 58 -----------------
 .../run-local-multiple-bandwith-disimilar-MPTCP    | 60 ------------------
 ...n-local-multiple-bandwith-disimilar-MPTCP-1case | 60 ------------------
 ...al-multiple-bandwith-disimilar-MPTCP-1case-zoom | 61 ------------------
 ...iple-bandwith-disimilar-MPTCP-1case-zoom-4paths | 60 ------------------
 .../run-local-multiple-bandwith-disimilar-sctp     | 73 ----------------------
 20 files changed, 564 insertions(+), 564 deletions(-)

commit 63d9edeb3113d3129bcaf0e535bbb9e9aa861e26
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Apr 3 13:22:10 2013 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1630 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ...-haikou-Disjoint-local-Essen-MPTCP-Dissimilar.R | 42 ----------------
 ...t-haikou-Disjoint-local-Essen-SCTP-Dissimilar.R | 42 ----------------
 ...un-haikou-Disjoint-local-Essen-MPTCP-Dissimilar | 57 ----------------------
 ...kou-Disjoint-local-Essen-MPTCP-Dissimilar-1case | 53 --------------------
 ...haikou-Disjoint-local-Essen-MPTCP-Dissimilar-SP | 54 --------------------
 5 files changed, 248 deletions(-)

commit d72b07437cc1ab111734b9d893c5bc464b57cef2
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Apr 3 12:12:35 2013 +0000

    final scripts used for paper
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1629 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/hakim-tests/haikou-paper/essen-haikou/backup   |  29 ++++
 .../haikou-paper/essen-haikou/export-results-table | 166 +++++++++++++++++++++
 .../haikou-paper/essen-haikou/export-results-temp  |  56 +++++++
 .../haikou-paper/essen-haikou/extract-data-table.R |  57 +++++++
 .../plot-essen-haikou-multiple-paths-MPTCP.R       |  62 ++++++++
 .../plot-essen-haikou-multiple-paths.R             |  10 +-
 .../essen-haikou/plot-version1-multiple-folders.R  |   4 +-
 .../haikou-paper/essen-haikou/plotter-version1.R   |   2 +-
 .../haikou-paper/essen-haikou/runs-finisched.txt   |   1 +
 9 files changed, 380 insertions(+), 7 deletions(-)

commit 0fcc69752dd20b18f1f098831c339c86fc82cf24
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Mar 19 11:10:32 2013 +0000

    set qos on MPTCP-east
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1625 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 .../dissimilar/setqos-MPTCP-east-Fresbsd             | 17 +++++++++++++++++
 .../dissimilar/setqos-MPTCP-east-Ubuntu              | 20 ++++++++++++++++++++
 2 files changed, 37 insertions(+)

commit b1544236c61db09227b3666ecca44a6916ee39be
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Mar 18 12:53:47 2013 +0000

    scenarios for 4 paths -FreeBSD
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1624 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version2 | 66 ++++++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 59 insertions(+), 7 deletions(-)

commit ed794aea48596d1abd1fe61b4a5b4943df8c4d1e
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Mar 15 14:46:45 2013 +0000

    running plot scripts
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1623 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 .../haikou-paper/essen-haikou/archive-measurement  |    1 +
 .../haikou-paper/essen-haikou/combinesummaries     |    1 +
 .../haikou-paper/essen-haikou/createsummary        |    1 +
 .../haikou-paper/essen-haikou/export-results       |  166 +
 .../haikou-paper/essen-haikou/extract-data-1file.R |   57 +
 src/hakim-tests/haikou-paper/essen-haikou/log.txt  | 6622 ++++++++++++++++++++
 .../haikou-paper/essen-haikou/make-links           |   52 +
 .../haikou-paper/essen-haikou/measure-version2     |    1 +
 .../haikou-paper/essen-haikou/netperfmeter         |    1 +
 .../plot-essen-haikou-multiple-paths.R             |   61 +
 .../essen-haikou/plot-version1-multiple-folders.R  |  139 +
 .../haikou-paper/essen-haikou/plot-version1.R      |    1 +
 .../haikou-paper/essen-haikou/plotter-version1.R   | 2076 ++++++
 .../haikou-paper/essen-haikou/plotter.R            |    1 +
 .../haikou-paper/essen-haikou/run_value.val        |    1 +
 .../haikou-paper/essen-haikou/runtimeestimator     |    1 +
 .../essen-haikou/start_multiple_scripts_manual     |  304 +
 17 files changed, 9486 insertions(+)

commit 7d207c83bb982b8fd907add39372a303082a4e33
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Mar 5 20:37:04 2013 +0000

    set qos on MPTCP-East
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1621 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/setqos-MPTCP-east | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

commit 0b845e6ba361062fc6c50a6168bd4f0d56121a4e
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Mar 1 12:03:08 2013 +0000

    4 paths schenario added
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1620 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version2 | 31 ++++++++++++++++++++++++++++++-
 1 file changed, 30 insertions(+), 1 deletion(-)

commit 57fe2c63e399d069833b3b37e387d81fddd83005
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Mar 1 12:02:39 2013 +0000

    MPTCP script for 4 paths
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1619 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ...iple-bandwith-disimilar-MPTCP-1case-zoom-4paths | 60 ++++++++++++++++++++++
 1 file changed, 60 insertions(+)

commit b76eda35199e69d6d48e3ec74154bf104a2b2747
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Feb 21 09:10:43 2013 +0000

    MPTCP dissimilar
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1616 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ...kou-Disjoint-local-Essen-MPTCP-Dissimilar-1case |  4 +-
 .../run-local-multiple-bandwith-disimilar-MPTCP    | 60 +++++++++++++++++++++
 ...n-local-multiple-bandwith-disimilar-MPTCP-1case | 60 +++++++++++++++++++++
 ...al-multiple-bandwith-disimilar-MPTCP-1case-zoom | 61 ++++++++++++++++++++++
 4 files changed, 183 insertions(+), 2 deletions(-)

commit 5e541cd46ae4f026d35df37cc2f5bbc77de09f44
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Feb 8 09:34:15 2013 +0000

    diverses
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1614 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 .../run-local-multiple-bandwith-disimilar-sctp     | 73 ++++++++++++++++++++++
 .../run-local-multiple-bandwith-similar-sctp       | 63 +++++++++++++++++++
 .../similar/run-local-multiple-bandwith-similar-sp | 59 +++++++++++++++++
 3 files changed, 195 insertions(+)

commit de238214aeebd2c16895fce7b6cb2566d7d59768
Author: wallat <wallat@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jan 7 15:35:27 2013 +0000

    Added TCP_NODELAY Support
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1612 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.ac              |  2 +-
 src/control.cc            |  6 +++++-
 src/createsummary.cc      |  1 +
 src/flow.cc               | 15 ++++++++++++++-
 src/flowtrafficspec.cc    |  9 ++++++++-
 src/flowtrafficspec.h     |  5 ++++-
 src/netperfmeter.1        |  6 +++++-
 src/netperfmeter.cc       | 25 +++++++++++++++++++++----
 src/netperfmeterpackets.h |  6 +++++-
 src/tools.cc              |  6 ++++--
 10 files changed, 68 insertions(+), 13 deletions(-)

commit b6dc4bb4470588cbd77ce61ba8c0bab54b28a643
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Dec 21 17:09:02 2012 +0000

    Script fix.
    
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1592 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 freebsd/netperfmeter/make-shar | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 62890d755042ebc07967d971ba496af55b90466e
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Dec 21 17:07:39 2012 +0000

    Updated FreeBSD packaging files.
    
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1591 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 freebsd/netperfmeter/Makefile | 4 ++--
 freebsd/netperfmeter/distinfo | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 68a9d36bbc04fe9cd09d94379180e3dfc1049e3d
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Dec 21 16:58:44 2012 +0000

    Version update.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1588 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.ac     | 2 +-
 debian/changelog | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit f8e02bb75bbbabc222cc344810c0afad95d40727
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Dec 21 16:42:42 2012 +0000

    Renamed configure.in to configure.ac.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1587 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.ac | 411 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.in | 411 -----------------------------------------------------------
 2 files changed, 411 insertions(+), 411 deletions(-)

commit aa601401efbe441c7190a21f565d777985a1d908
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Dec 21 16:41:56 2012 +0000

    Version update.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1586 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in     | 2 +-
 debian/changelog | 4 ++--
 make-ppa         | 2 +-
 netperfmeter.lsm | 6 +++---
 4 files changed, 7 insertions(+), 7 deletions(-)

commit daf2359afd9151a8d0a91eb2df4e63fc7fade18d
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Dec 18 09:13:30 2012 +0000

    divereses
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1585 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version2 | 56 ++++++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 50 insertions(+), 6 deletions(-)

commit 7f4824adc588e71059338acf011b46af75628054
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Dec 18 09:00:44 2012 +0000

    diverses
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1584 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 .../local-testbed/similar/run-haikou-Disjoint-local-Essen-MPTCP-1case | 4 ++--
 .../local-testbed/similar/start_multiple_scripts_manual-MPTCP         | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 9f3cba804d614cf184f7d9a1861f4c485e36df6a
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Dec 14 11:37:08 2012 +0000

    diverses
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1583 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version2 | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

commit d4c0809351c6d316c9df704362e9a10d9818129d
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Dec 13 15:50:29 2012 +0000

    diverses
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1582 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 .../similar/start_multiple_scripts_manual-MPTCP    | 62 ++++++++++++++++++++++
 1 file changed, 62 insertions(+)

commit ffc7f786f5f1f1c28a014d5bedb9b4202938f866
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Dec 13 15:49:57 2012 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1581 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ...lot-haikou-Disjoint-local-Essen-MPTCP-50delay.R | 52 ----------------------
 .../similar/run-haikou-Disjoint-local-Essen-MPTCP  | 49 --------------------
 .../run-haikou-Disjoint-local-Essen-MPTCP-50delay  | 50 ---------------------
 3 files changed, 151 deletions(-)

commit 100970b8e4d368167c3f5c3c29d3c7ddd82035a8
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Dec 13 15:49:48 2012 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1580 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 .../similar/old/plot-haikou-mptcp-throughputI.R    | 52 ++++++++++++++++++
 .../similar/old/run-haikou-Disjoint-local-Essen    | 32 +++++++++++
 .../similar/old/run-haikou-local-Freebsd-SP        | 62 ++++++++++++++++++++++
 .../similar/plot-haikou-mptcp-throughputI.R        | 52 ------------------
 .../similar/run-haikou-Disjoint-local-Essen        | 32 -----------
 .../similar/run-haikou-local-Freebsd-SP            | 62 ----------------------
 6 files changed, 146 insertions(+), 146 deletions(-)

commit 6bee9c7ed458a24c9ad4168de9f41aac1d6e3546
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Dec 13 15:47:12 2012 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1579 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ...lot-haikou-Disjoint-local-Essen-MPTCP-50delay.R | 52 --------------------
 .../mptcp/plot-haikou-Disjoint-local-Essen-MPTCP.R | 52 --------------------
 .../mptcp/run-haikou-Disjoint-local-Essen-1case    | 55 ----------------------
 .../mptcp/run-haikou-Disjoint-local-Essen-MPTCP    | 49 -------------------
 .../run-haikou-Disjoint-local-Essen-MPTCP-1case    | 49 -------------------
 .../run-haikou-Disjoint-local-Essen-MPTCP-2case    | 48 -------------------
 .../run-haikou-Disjoint-local-Essen-MPTCP-50delay  | 50 --------------------
 ...lot-haikou-Disjoint-local-Essen-MPTCP-50delay.R | 52 ++++++++++++++++++++
 .../old/plot-haikou-Disjoint-local-Essen-MPTCP.R   | 52 ++++++++++++++++++++
 .../old/run-haikou-Disjoint-local-Essen-1case      | 55 ++++++++++++++++++++++
 .../old/run-haikou-Disjoint-local-Essen-MPTCP      | 49 +++++++++++++++++++
 .../run-haikou-Disjoint-local-Essen-MPTCP-1case    | 49 +++++++++++++++++++
 .../run-haikou-Disjoint-local-Essen-MPTCP-2case    | 48 +++++++++++++++++++
 .../run-haikou-Disjoint-local-Essen-MPTCP-50delay  | 50 ++++++++++++++++++++
 14 files changed, 355 insertions(+), 355 deletions(-)

commit 7437cbcbd01b905a6473813f0f168604e7152a00
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Dec 13 15:46:59 2012 +0000

    diverses
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1578 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 .../similar/plot-haikou-local-Freebsd-SP.R         | 34 +++++++---
 .../similar/run-haikou-Disjoint-local-Essen-1case  |  9 ++-
 .../run-haikou-Disjoint-local-Essen-MPTCP-1case    |  7 +-
 .../similar/run-haikou-local-Freebsd-SP-1case      |  7 +-
 .../similar/start_multiple_scripts_manual          | 77 ++++++++++++++++++++++
 5 files changed, 111 insertions(+), 23 deletions(-)

commit c6dc91be072030fc35c46fdb5a884171b2266a4d
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Dec 13 15:46:22 2012 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1577 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ...-haikou-Disjoint-local-Essen-MPTCP-Dissimilar.R | 42 ----------------
 ...t-haikou-Disjoint-local-Essen-SCTP-Dissimilar.R | 42 ----------------
 ...un-haikou-Disjoint-local-Essen-MPTCP-Dissimilar | 57 ----------------------
 ...kou-Disjoint-local-Essen-MPTCP-Dissimilar-1case | 53 --------------------
 ...haikou-Disjoint-local-Essen-MPTCP-Dissimilar-SP | 54 --------------------
 ...-haikou-Disjoint-local-Essen-MPTCP-Dissimilar.R | 42 ++++++++++++++++
 ...t-haikou-Disjoint-local-Essen-SCTP-Dissimilar.R | 42 ++++++++++++++++
 ...un-haikou-Disjoint-local-Essen-MPTCP-Dissimilar | 57 ++++++++++++++++++++++
 ...kou-Disjoint-local-Essen-MPTCP-Dissimilar-1case | 53 ++++++++++++++++++++
 ...haikou-Disjoint-local-Essen-MPTCP-Dissimilar-SP | 54 ++++++++++++++++++++
 10 files changed, 248 insertions(+), 248 deletions(-)

commit 088dfffa3baea55cdb04f4654d9e1fbf16ab7fee
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Dec 13 15:45:55 2012 +0000

    diverses
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1576 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 .../local-testbed/dissimilar/make-links            | 52 ++++++++++++++++++++++
 1 file changed, 52 insertions(+)

commit 3c874073dfbd29c9015b7d5c1fc4a405fd05782c
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Dec 13 15:45:17 2012 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1575 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ...u-Disjoint-local-Essen-MPTCP-Dissimilar-1case.R | 42 ----------------
 ...un-haikou-Disjoint-local-Essen-MPTCP-Dissimilar | 54 ---------------------
 ...haikou-Disjoint-local-Essen-MPTCP-Dissimilar-SP | 54 ---------------------
 ...run-haikou-Disjoint-local-Essen-SCTP-Dissimilar | 56 ----------------------
 4 files changed, 206 deletions(-)

commit 73aa735089ae955ca0620e2703a27f5f02a121d4
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Dec 13 15:42:45 2012 +0000

    diverses
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1574 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 .../run-haikou-Disjoint-local-Essen-MPTCP-Dissimilar-1case | 10 +++++-----
 .../run-haikou-Disjoint-local-Essen-SCTP-Dissimilar-1case  | 12 ++++++------
 .../run-haikou-Disjoint-local-Essen-SCTP-Dissimilar-SP     | 14 ++++++++------
 3 files changed, 19 insertions(+), 17 deletions(-)

commit f71f5c5d0b54762485ec37ee4f914a203f196794
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Dec 7 20:26:19 2012 +0000

    diverses
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1573 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 .../essen-haikou/ping-tests/start_traceroute_tests | 44 ++++++++++++++++++++++
 1 file changed, 44 insertions(+)

commit b7880bc8404ad2b7954e0328d4bb65310815a83f
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Dec 7 18:36:16 2012 +0000

    diverses
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1572 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/hakim-tests/haikou-paper/essen-haikou/ping-tests/start_ping-tests | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ce85a64b48b3a85bf0fbaffe5ec93ffd74a9aaab
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Dec 7 18:31:45 2012 +0000

    RTT measurements
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1571 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 .../essen-haikou/ping-tests/start_ping-tests       | 35 ++++++++++++++++++++++
 1 file changed, 35 insertions(+)

commit 0d07f3066d6cfe6c30ed3f83a80efee19a2a9967
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Dec 6 18:32:58 2012 +0000

    diverses
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1570 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 .../haikou-paper/essen-haikou/mptcp/make-links     | 52 ++++++++++++++++++++++
 1 file changed, 52 insertions(+)

commit eb33b0dcf0798154e8af3adb8f99c3d879a840a1
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Dec 6 18:28:07 2012 +0000

    diverses
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1569 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 .../MPTCP/run-haikou-cmt-throughputI-MPTCP         | 61 ----------------------
 .../MPTCP/run-haikou-mptcp-throughputI             | 46 ----------------
 .../MPTCP/run-haikou-mptcp-throughputI-test        | 55 -------------------
 .../mptcp/run-haikou-cmt-throughputI-MPTCP         | 61 ++++++++++++++++++++++
 .../mptcp/run-haikou-mptcp-throughputI             | 46 ++++++++++++++++
 .../mptcp/run-haikou-mptcp-throughputI-test        | 55 +++++++++++++++++++
 6 files changed, 162 insertions(+), 162 deletions(-)

commit fa81aa77abc838b63214e28061a7d64f63e90ef5
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Dec 6 18:27:03 2012 +0000

    diverses
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1568 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ...lot-haikou-Disjoint-local-Essen-MPTCP-50delay.R | 52 ++++++++++++++++++++
 .../mptcp/plot-haikou-Disjoint-local-Essen-MPTCP.R | 52 ++++++++++++++++++++
 .../mptcp/run-haikou-Disjoint-local-Essen-1case    | 55 ++++++++++++++++++++++
 .../mptcp/run-haikou-Disjoint-local-Essen-MPTCP    | 49 +++++++++++++++++++
 .../run-haikou-Disjoint-local-Essen-MPTCP-1case    | 49 +++++++++++++++++++
 .../run-haikou-Disjoint-local-Essen-MPTCP-2case    | 48 +++++++++++++++++++
 .../run-haikou-Disjoint-local-Essen-MPTCP-50delay  | 50 ++++++++++++++++++++
 7 files changed, 355 insertions(+)

commit abb06154f7d5fcad0881774bc381d56a1240f5ba
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Dec 6 18:25:59 2012 +0000

    diverses
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1567 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ...-haikou-Disjoint-local-Essen-MPTCP-Dissimilar.R | 42 ++++++++++++++++
 ...t-haikou-Disjoint-local-Essen-SCTP-Dissimilar.R | 42 ++++++++++++++++
 ...un-haikou-Disjoint-local-Essen-MPTCP-Dissimilar | 57 ++++++++++++++++++++++
 ...kou-Disjoint-local-Essen-MPTCP-Dissimilar-1case | 53 ++++++++++++++++++++
 ...haikou-Disjoint-local-Essen-MPTCP-Dissimilar-SP | 54 ++++++++++++++++++++
 5 files changed, 248 insertions(+)

commit b80193ecae0ff81fa8d303c517fe90977dbc76f9
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Dec 6 18:23:44 2012 +0000

    diverses
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1566 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 .../MPTCP/run-haikou-cmt-throughputI-MPTCP         | 61 ++++++++++++++++++++++
 .../MPTCP/run-haikou-mptcp-throughputI             | 46 ++++++++++++++++
 .../MPTCP/run-haikou-mptcp-throughputI-test        | 55 +++++++++++++++++++
 3 files changed, 162 insertions(+)

commit ac0e8b32de73bc8e1205c5e0484c8c6f822641a4
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Dec 4 20:46:15 2012 +0000

    diverses
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1565 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/hakim-tests/haikou-paper/servers/make-links    | 52 ++++++++++++++++++++++
 .../servers/start-server-freeBsd-haikou            |  4 +-
 2 files changed, 53 insertions(+), 3 deletions(-)

commit d95a6c767ef0c9a311d9168c62630b2cbdfb59e9
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Dec 4 20:33:29 2012 +0000

    aufräumen
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1564 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/hakim-tests/haikou-essen/make-links            | 52 ------------------
 .../haikou-essen/run-haikou-Essen-SP-unicom-DFN    | 60 ---------------------
 .../run-haikou-Essen-SP-unicom-Versatel            | 59 --------------------
 .../haikou-essen/run-haikou-Essen-SP-uninet-DFN-SP | 60 ---------------------
 .../run-haikou-Essen-SP-uninet-Versatel-SP         | 61 ---------------------
 .../haikou-essen/run-haikou-Essen-cmt-unicom-DFN   | 59 --------------------
 .../run-haikou-Essen-cmt-unicom-Versatel           | 60 ---------------------
 .../haikou-essen/run-haikou-Essen-cmt-uninet-DFN   | 60 ---------------------
 .../run-haikou-Essen-cmt-uninet-Versatel           | 60 ---------------------
 .../haikou-essen/start-server-freeBsd-mptcp-west   | 34 ------------
 .../essen-haikou/plot-haikou-cmt-throughputI-sp.R  | 52 ++++++++++++++++++
 .../essen-haikou/plot-haikou-cmt-throughputI.R     | 52 ++++++++++++++++++
 ...-haikou-cmt-throughputI_from-multiple-folders.R | 56 +++++++++++++++++++
 .../run-haikou-cmt-DFN-unicom-mpctp-west-SP        | 61 +++++++++++++++++++++
 .../run-haikou-cmt-DFN-uninet-mpctp-west-SP        | 61 +++++++++++++++++++++
 .../run-haikou-cmt-Versatel-unicom-mpctp-west-SP   | 61 +++++++++++++++++++++
 .../run-haikou-cmt-Versatel-uninet-mpctp-west-SP   | 61 +++++++++++++++++++++
 .../essen-haikou/run-haikou-cmt-throughputI        | 60 +++++++++++++++++++++
 .../haikou-paper/haikou-essen/make-links           | 52 ++++++++++++++++++
 .../haikou-essen/run-haikou-Essen-SP-unicom-DFN    | 60 +++++++++++++++++++++
 .../run-haikou-Essen-SP-unicom-Versatel            | 59 ++++++++++++++++++++
 .../haikou-essen/run-haikou-Essen-SP-uninet-DFN-SP | 60 +++++++++++++++++++++
 .../run-haikou-Essen-SP-uninet-Versatel-SP         | 61 +++++++++++++++++++++
 .../haikou-essen/run-haikou-Essen-cmt-unicom-DFN   | 59 ++++++++++++++++++++
 .../run-haikou-Essen-cmt-unicom-Versatel           | 60 +++++++++++++++++++++
 .../haikou-essen/run-haikou-Essen-cmt-uninet-DFN   | 60 +++++++++++++++++++++
 .../run-haikou-Essen-cmt-uninet-Versatel           | 60 +++++++++++++++++++++
 .../haikou-essen/start-server-freeBsd-mptcp-west   | 34 ++++++++++++
 ...u-Disjoint-local-Essen-MPTCP-Dissimilar-1case.R | 42 +++++++++++++++
 ...-haikou-Disjoint-local-Essen-MPTCP-Dissimilar.R | 42 +++++++++++++++
 ...t-haikou-Disjoint-local-Essen-SCTP-Dissimilar.R | 42 +++++++++++++++
 ...un-haikou-Disjoint-local-Essen-MPTCP-Dissimilar | 54 +++++++++++++++++++
 ...kou-Disjoint-local-Essen-MPTCP-Dissimilar-1case | 53 ++++++++++++++++++
 ...haikou-Disjoint-local-Essen-MPTCP-Dissimilar-SP | 54 +++++++++++++++++++
 ...run-haikou-Disjoint-local-Essen-SCTP-Dissimilar | 56 +++++++++++++++++++
 ...ikou-Disjoint-local-Essen-SCTP-Dissimilar-1case | 55 +++++++++++++++++++
 ...-haikou-Disjoint-local-Essen-SCTP-Dissimilar-SP | 56 +++++++++++++++++++
 ...lot-haikou-Disjoint-local-Essen-MPTCP-50delay.R | 52 ++++++++++++++++++
 .../plot-haikou-Disjoint-local-Essen-MPTCP.R       | 52 ++++++++++++++++++
 .../similar/plot-haikou-Disjoint-local-Essen.R     | 52 ++++++++++++++++++
 .../similar/plot-haikou-Disjoint-local-Essen_all.R | 44 +++++++++++++++
 .../similar/plot-haikou-local-Freebsd-SP.R         | 44 +++++++++++++++
 .../similar/plot-haikou-mptcp-throughputI.R        | 52 ++++++++++++++++++
 .../similar/run-haikou-Disjoint-local-Essen        | 32 +++++++++++
 .../similar/run-haikou-Disjoint-local-Essen-1case  | 55 +++++++++++++++++++
 .../similar/run-haikou-Disjoint-local-Essen-MPTCP  | 49 +++++++++++++++++
 .../run-haikou-Disjoint-local-Essen-MPTCP-1case    | 49 +++++++++++++++++
 .../run-haikou-Disjoint-local-Essen-MPTCP-50delay  | 50 +++++++++++++++++
 .../similar/run-haikou-local-Freebsd-SP            | 62 ++++++++++++++++++++++
 .../similar/run-haikou-local-Freebsd-SP-1case      | 54 +++++++++++++++++++
 .../servers/start-server-freeBsd-haikou            | 34 ++++++++++++
 .../servers/start-server-freeBsd-haikou-sp-uninet  | 26 +++++++++
 .../servers/start-server-ubuntu-haikou             | 28 ++++++++++
 .../haikou-paper/servers/start-servers-testbed     | 29 ++++++++++
 src/hakim-tests/start_multiple_scripts             | 28 ++++++++++
 55 files changed, 2275 insertions(+), 565 deletions(-)

commit 1ac077f10a968485b2ac21704570380a5f64b123
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Dec 4 20:17:54 2012 +0000

    scripts haikou==>Essen
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1563 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/Toolchain.files                                |  6 +++
 src/hakim-tests/haikou-essen/make-links            | 52 ++++++++++++++++++
 .../haikou-essen/run-haikou-Essen-SP-unicom-DFN    | 60 +++++++++++++++++++++
 .../run-haikou-Essen-SP-unicom-Versatel            | 59 +++++++++++++++++++++
 .../haikou-essen/run-haikou-Essen-SP-uninet-DFN-SP | 60 +++++++++++++++++++++
 .../run-haikou-Essen-SP-uninet-Versatel-SP         | 61 ++++++++++++++++++++++
 .../haikou-essen/run-haikou-Essen-cmt-unicom-DFN   | 59 +++++++++++++++++++++
 .../run-haikou-Essen-cmt-unicom-Versatel           | 60 +++++++++++++++++++++
 .../haikou-essen/run-haikou-Essen-cmt-uninet-DFN   | 60 +++++++++++++++++++++
 .../run-haikou-Essen-cmt-uninet-Versatel           | 60 +++++++++++++++++++++
 .../haikou-essen/start-server-freeBsd-mptcp-west   | 34 ++++++++++++
 src/start-server-freeBsd-haikou                    | 14 +++--
 12 files changed, 582 insertions(+), 3 deletions(-)

commit fa8ff9316609f6d48ccaecd83649aff63530ebc4
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Dec 4 20:14:21 2012 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1562 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 .../haikou-essen/run-haikou-Essen-cmt-unicom-DFN   | 61 ----------------------
 .../haikou-essen/start-server-freeBsd-mptcp-west   | 34 ------------
 2 files changed, 95 deletions(-)

commit a589fe5b862c97cef0a88d7b55802381a93cb01a
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Dec 4 16:17:41 2012 +0000

    haikou-essen scripts
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1561 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/defragmenter.cc                                |   2 +-
 src/defragmenter.h                                 |   2 +-
 src/flow.cc                                        |   2 +-
 src/flow.h                                         |   2 +-
 src/flowbandwidthstats.cc                          |   2 +-
 src/flowbandwidthstats.h                           |   2 +-
 src/flowtrafficspec.cc                             |   2 +-
 src/flowtrafficspec.h                              |   2 +-
 .../haikou-essen/run-haikou-Essen-cmt-unicom-DFN   |  61 +++++++
 .../haikou-essen/start-server-freeBsd-mptcp-west   |  34 ++++
 src/inputfile.cc                                   |   2 +-
 src/inputfile.h                                    |   2 +-
 src/measure-version2                               | 180 +++++++++++++++++++--
 src/measurement.cc                                 |   2 +-
 src/measurement.h                                  |   2 +-
 src/outputfile.cc                                  |   2 +-
 src/outputfile.h                                   |   2 +-
 ...-haikou-Disjoint-local-Essen-MPTCP-Dissimilar.R |   4 +-
 ...t-haikou-Disjoint-local-Essen-SCTP-Dissimilar.R |  12 +-
 src/plot-version1.R                                |   6 +-
 src/run-haikou-Disjoint-local-Essen                |   2 +-
 ...haikou-Disjoint-local-Essen-MPTCP-Dissimilar-SP |  54 +++++++
 ...run-haikou-Disjoint-local-Essen-SCTP-Dissimilar |   7 +-
 ...-haikou-Disjoint-local-Essen-SCTP-Dissimilar-SP |   2 +-
 src/run-haikou-cmt-DFN-unicom-mpctp-west-SP        |   4 +-
 src/run-haikou-cmt-Versatel-unicom-mpctp-west-SP   |   2 +-
 src/run-haikou-cmt-Versatel-uninet-mpctp-west-SP   |   2 +-
 src/run-haikou-cmt-throughputI                     |   8 +-
 src/run-haikou-local-Freebsd-SP                    |  20 ++-
 src/setsctp                                        |   6 +-
 src/start_multiple_scripts                         |  10 +-
 src/t2.cc                                          |   2 +-
 src/t6.cc                                          |   3 +-
 33 files changed, 384 insertions(+), 63 deletions(-)

commit ce722beb0b71a0453c9388e3f7d3b05365897e06
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Nov 29 19:40:52 2012 +0000

    diverses
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1559 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/run-haikou-Disjoint-local-Essen-1case          |  6 ++-
 src/run-haikou-Disjoint-local-Essen-MPTCP-1case    |  3 +-
 ...kou-Disjoint-local-Essen-MPTCP-Dissimilar-1case |  2 +-
 ...ikou-Disjoint-local-Essen-SCTP-Dissimilar-1case |  2 +-
 src/run-haikou-cmt-DFN-unicom-mpctp-west-SP        | 61 ++++++++++++++++++++++
 src/run-haikou-cmt-DFN-uninet-mpctp-west-SP        | 61 ++++++++++++++++++++++
 src/run-haikou-cmt-Versatel-unicom-mpctp-west-SP   | 61 ++++++++++++++++++++++
 src/run-haikou-cmt-Versatel-uninet-mpctp-west-SP   | 61 ++++++++++++++++++++++
 src/run-haikou-local-Freebsd-SP-1case              |  4 +-
 9 files changed, 254 insertions(+), 7 deletions(-)

commit d09bced2e58947a2ecd6916442705841c39f0eaf
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Nov 29 18:59:26 2012 +0000

    Removed debug output.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1558 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc | 36 +++---------------------------------
 1 file changed, 3 insertions(+), 33 deletions(-)

commit ced3d85b8a4b3e369fa7fef4446d81844a543c8b
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Nov 29 18:57:57 2012 +0000

    Added fix for broken sctp_send() call under LK-SCTP.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1557 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in     |  2 +-
 debian/changelog |  4 ++--
 src/control.cc   | 34 +++++++++++++++++++++++++++++++++-
 src/tools.cc     | 29 +++++++++++++++++++++++++++++
 src/tools.h      | 10 ++++++++++
 5 files changed, 75 insertions(+), 4 deletions(-)

commit ceade8ac84993245680c89c56d416a251c048815
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Nov 29 10:14:53 2012 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1556 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version2 | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

commit 334f40492cf93638d471f66e41c476fccbea246d
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Nov 27 15:38:50 2012 +0000

    diverses
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1555 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-haikou-cmt-throughputI_from-multiple-folders.R |  6 +++---
 src/plot-version1-multiple-folders.R                    |  4 ++--
 src/plotter-version1.R                                  | 16 +++++++++++++---
 3 files changed, 18 insertions(+), 8 deletions(-)

commit df79b55a5b29882a934ed47a0f991bb2ee7a5284
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Nov 27 14:46:49 2012 +0000

    plot file for nultiple folders
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1554 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ...-haikou-cmt-throughputI_from-multiple-folders.R | 56 ++++++++++++++++++++++
 1 file changed, 56 insertions(+)

commit 8600fb5107724f4edb7f04c85b35a2a9506ff778
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Nov 27 14:43:37 2012 +0000

    read from multiple folders
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1553 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-version1-multiple-folders.R | 139 +++++++++++++++++++++++++++++++++++
 1 file changed, 139 insertions(+)

commit a2bad00efb32d26a66070ecc44d037478f1bcfe5
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Nov 27 14:38:31 2012 +0000

    read from multiple folders
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1552 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plotter-version1.R | 2065 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 2065 insertions(+)

commit bd34fdf111e7b0a925d10a32c3d86bc794aafba2
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Nov 26 18:38:20 2012 +0000

    minor
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1551 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version2 | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 55 insertions(+)

commit 163a931e882149728d7c59a3c27ddf65d91669d2
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Nov 26 18:36:32 2012 +0000

    minor
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1550 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/run-haikou-cmt-throughputI | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

commit 370795f18ab4f91b91c0026c6100d4095f47c76e
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Nov 22 18:20:20 2012 +0000

    diverses
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1549 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/run-haikou-Disjoint-local-Essen-MPTCP-1case            | 3 +--
 src/run-haikou-Disjoint-local-Essen-MPTCP-Dissimilar-1case | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

commit f5e3155a14bed704f4b3a093ffbfef3dd822a0c1
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Nov 22 18:20:00 2012 +0000

    diverses
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1548 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/run-haikou-Disjoint-local-Essen-1case | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a005f2ce5e8d41dff5ad84b258bedc83ad3e4799
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Nov 22 18:19:20 2012 +0000

    diverses
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1547 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/run-haikou-Disjoint-local-Essen-SCTP-Dissimilar-1case | 2 +-
 src/run-haikou-Disjoint-local-Essen-SCTP-Dissimilar-SP    | 2 +-
 src/run-haikou-local-Freebsd-SP-1case                     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit fe6a9c3c9cd7e9835c2e92ac0cc28fd0fc99fc2a
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Nov 22 18:07:23 2012 +0000

    diverses
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1546 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/run-haikou-Disjoint-local-Essen-1case          | 53 ++++++++++++++++++++
 ...ikou-Disjoint-local-Essen-SCTP-Dissimilar-1case | 55 +++++++++++++++++++++
 ...-haikou-Disjoint-local-Essen-SCTP-Dissimilar-SP | 56 ++++++++++++++++++++++
 src/run-haikou-local-Freebsd-SP-1case              | 54 +++++++++++++++++++++
 src/start_multiple_scripts                         | 26 ++++++++++
 5 files changed, 244 insertions(+)

commit d668845da8ba2127ea89c736aa6cbcb30385c722
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Nov 22 17:44:46 2012 +0000

    little values
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1545 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/run-haikou-Disjoint-local-Essen-MPTCP-1case    | 49 ++++++++++++++++++++++
 ...kou-Disjoint-local-Essen-MPTCP-Dissimilar-1case | 15 ++++---
 2 files changed, 56 insertions(+), 8 deletions(-)

commit cc7febea6393166698e311103ef60bca27432cd9
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Nov 20 17:08:41 2012 +0000

    MPTCP scripts
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1544 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/run-haikou-Disjoint-local-Essen-MPTCP            | 11 ++++-------
 src/run-haikou-Disjoint-local-Essen-MPTCP-Dissimilar |  2 +-
 2 files changed, 5 insertions(+), 8 deletions(-)

commit 3162a0767bd38e90baa13b18dd6afc9b9a528452
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Nov 19 13:37:06 2012 +0000

    sctp scripts dissimilar
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1543 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ...t-haikou-Disjoint-local-Essen-SCTP-Dissimilar.R | 42 +++++++++++++++++
 ...run-haikou-Disjoint-local-Essen-SCTP-Dissimilar | 55 ++++++++++++++++++++++
 2 files changed, 97 insertions(+)

commit e146752aa7694ff862e05cfeeb047e0ece7100b9
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Nov 19 11:31:36 2012 +0000

    plot scripts FreebSD machines
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1542 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-haikou-local-Freebsd-SP.R | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 937a1d2ecbf3d13943c099d2fc5f25b23a53b8e8
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Nov 19 11:30:56 2012 +0000

    test scripts FreebSD machines
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1541 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/run-haikou-Disjoint-local-Essen | 35 ++++++-----------------------------
 src/run-haikou-local-Freebsd-SP     | 12 ++++++------
 2 files changed, 12 insertions(+), 35 deletions(-)

commit 039cc6519ee045f59cbb973b63da91f4987ea7b7
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Nov 19 10:53:47 2012 +0000

    failure corrected
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1540 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-version1.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 38ab8e971f4f4364dc535169d905dfad842c897d
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Nov 19 10:52:50 2012 +0000

    failture corrected
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1539 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-version1.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e6d5feefbcc426b3c9636f32936ebc234940d642
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Nov 16 14:32:42 2012 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1538 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 .../output-active.sca.bz2                          | Bin 507 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 525 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 507 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 522 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 517 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 507 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 493 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 496 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          |   0
 .../output-passive.sca.bz2                         |   0
 .../output.config                                  |  37 ---------------------
 .../output-active.sca.bz2                          | Bin 488 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 498 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 508 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 527 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 486 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 488 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 513 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 541 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 484 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 495 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 494 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 514 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 505 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 505 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 514 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 534 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 486 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 508 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 496 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 502 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 498 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 505 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 509 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 530 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 499 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 502 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 510 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 525 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 513 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 530 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 503 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 522 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 481 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 490 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 495 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 510 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 492 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 499 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 520 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 530 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 494 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 496 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 514 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 522 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 494 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 503 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 482 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 510 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 512 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 493 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 479 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 498 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 488 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 506 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 513 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 542 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 513 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 513 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 499 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 510 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 502 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 512 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 506 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 526 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 485 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 494 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 511 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 517 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 514 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 527 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 523 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 507 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 507 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 518 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 509 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 516 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 485 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 508 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 509 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 527 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 516 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 537 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 502 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 529 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 514 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 511 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 515 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 526 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 499 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 500 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 490 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 501 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 512 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 530 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 501 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 515 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 502 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 490 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 495 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 494 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 500 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 503 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 516 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 533 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 516 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 526 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 516 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 526 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 504 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 532 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 511 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 524 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 519 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 527 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 504 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 529 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 534 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 535 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 498 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 512 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 485 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 493 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 484 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 493 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 495 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 494 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 501 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 493 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 489 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 500 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 516 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 520 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 505 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 505 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 502 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 510 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 514 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 527 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 490 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 485 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 486 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 489 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 486 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 498 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 485 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 512 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 491 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 498 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 489 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 496 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 505 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 511 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 486 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 499 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 506 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 523 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 496 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 504 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 518 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 511 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 518 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 536 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 500 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 515 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 514 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 525 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 522 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 500 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 514 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 524 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 509 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 536 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 508 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 527 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 518 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 523 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 494 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 519 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 519 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 524 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 512 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 530 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 510 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 528 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 505 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 498 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 497 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 524 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 490 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 518 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 519 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 514 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 499 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 515 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 494 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 496 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 513 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 510 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 484 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 527 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 493 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 497 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 503 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 518 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 516 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 517 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 517 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 527 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 507 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 526 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 499 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 521 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 510 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 513 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 512 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 531 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 489 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 495 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 493 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 516 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 514 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 527 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 501 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 536 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 517 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 508 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 488 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 488 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 493 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 511 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 504 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 541 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 497 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 523 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 499 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 515 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 508 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 524 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 487 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 501 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 523 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 533 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 517 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 525 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 501 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 518 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 506 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 524 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 495 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 503 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 506 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 515 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 504 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 538 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 512 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 508 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 494 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 508 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 498 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 501 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 490 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 513 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 480 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 497 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 493 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 500 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 499 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 535 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 497 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 514 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 505 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 528 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 503 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 512 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 502 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 515 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 505 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 525 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 515 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 526 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 505 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 528 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 508 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 514 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 518 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 526 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 511 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 523 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 509 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 525 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 509 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 507 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 523 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 537 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 495 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 509 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 499 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 524 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 481 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 495 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 519 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 524 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 511 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 521 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 517 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 526 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 512 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 529 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 495 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 517 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 491 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 498 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 504 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 541 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 486 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 495 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 504 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 523 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 516 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 527 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 502 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 527 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 503 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 512 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 519 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 530 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 493 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 502 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 511 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 528 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 492 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 494 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 500 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 537 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 491 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 515 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 530 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 527 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 482 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 492 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 493 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 498 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 488 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 499 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 490 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 509 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 512 -> 0 bytes
 .../output-passive.sca.bz2                         | Bin 530 -> 0 bytes
 .../output.config                                  |  37 ---------------------
 .../status.txt                                     |   0
 716 files changed, 6623 deletions(-)

commit 1e611bca1e23685e95c421897b1e29eadf9deeeb
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Nov 16 14:31:14 2012 +0000

    sctp test scripts
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1537 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 .../output-active.sca.bz2                          | Bin 0 -> 507 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 525 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 507 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 522 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 517 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 507 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 493 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 496 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          |   0
 .../output-passive.sca.bz2                         |   0
 .../output.config                                  |  37 ++++++++++++++
 .../output-active.sca.bz2                          | Bin 0 -> 488 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 498 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 508 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 527 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 486 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 488 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 513 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 541 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 484 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 495 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 494 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 514 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 505 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 505 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 514 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 534 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 486 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 508 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 496 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 502 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 498 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 505 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 509 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 530 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 499 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 502 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 510 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 525 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 513 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 530 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 503 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 522 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 481 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 490 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 495 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 510 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 492 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 499 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 520 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 530 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 494 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 496 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 514 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 522 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 494 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 503 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 482 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 510 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 512 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 493 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 479 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 498 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 488 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 506 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 513 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 542 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 513 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 513 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 499 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 510 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 502 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 512 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 506 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 526 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 485 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 494 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 511 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 517 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 514 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 527 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 523 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 507 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 507 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 518 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 509 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 516 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 485 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 508 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 509 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 527 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 516 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 537 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 502 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 529 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 514 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 511 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 515 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 526 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 499 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 500 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 490 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 501 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 512 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 530 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 501 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 515 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 502 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 490 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 495 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 494 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 500 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 503 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 516 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 533 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 516 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 526 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 516 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 526 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 504 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 532 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 511 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 524 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 519 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 527 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 504 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 529 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 534 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 535 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 498 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 512 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 485 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 493 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 484 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 493 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 495 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 494 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 501 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 493 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 489 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 500 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 516 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 520 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 505 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 505 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 502 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 510 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 514 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 527 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 490 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 485 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 486 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 489 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 486 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 498 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 485 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 512 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 491 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 498 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 489 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 496 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 505 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 511 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 486 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 499 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 506 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 523 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 496 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 504 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 518 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 511 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 518 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 536 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 500 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 515 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 514 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 525 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 522 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 500 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 514 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 524 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 509 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 536 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 508 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 527 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 518 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 523 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 494 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 519 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 519 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 524 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 512 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 530 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 510 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 528 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 505 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 498 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 497 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 524 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 490 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 518 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 519 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 514 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 499 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 515 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 494 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 496 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 513 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 510 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 484 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 527 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 493 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 497 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 503 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 518 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 516 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 517 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 517 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 527 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 507 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 526 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 499 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 521 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 510 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 513 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 512 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 531 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 489 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 495 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 493 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 516 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 514 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 527 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 501 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 536 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 517 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 508 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 488 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 488 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 493 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 511 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 504 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 541 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 497 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 523 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 499 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 515 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 508 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 524 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 487 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 501 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 523 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 533 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 517 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 525 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 501 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 518 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 506 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 524 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 495 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 503 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 506 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 515 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 504 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 538 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 512 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 508 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 494 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 508 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 498 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 501 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 490 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 513 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 480 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 497 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 493 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 500 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 499 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 535 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 497 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 514 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 505 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 528 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 503 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 512 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 502 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 515 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 505 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 525 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 515 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 526 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 505 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 528 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 508 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 514 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 518 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 526 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 511 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 523 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 509 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 525 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 509 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 507 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 523 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 537 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 495 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 509 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 499 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 524 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 481 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 495 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 519 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 524 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 511 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 521 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 517 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 526 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 512 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 529 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 495 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 517 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 491 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 498 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 504 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 541 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 486 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 495 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 504 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 523 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 516 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 527 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 502 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 527 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 503 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 512 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 519 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 530 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 493 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 502 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 511 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 528 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 492 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 494 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 500 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 537 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 491 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 515 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 530 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 527 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 482 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 492 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 493 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 498 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 488 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 499 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 490 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 509 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 .../output-active.sca.bz2                          | Bin 0 -> 512 bytes
 .../output-passive.sca.bz2                         | Bin 0 -> 530 bytes
 .../output.config                                  |  37 ++++++++++++++
 .../status.txt                                     |   0
 src/plot-haikou-Disjoint-local-Essen.R             |  52 +++++++++++++++++++
 src/plot-haikou-Disjoint-local-Essen_all.R         |  44 +++++++++++++++++
 src/plot-haikou-cmt-throughputI-sp.R               |  52 +++++++++++++++++++
 src/plot-haikou-cmt-throughputI.R                  |  52 +++++++++++++++++++
 src/plot-haikou-local-Freebsd-SP.R                 |  44 +++++++++++++++++
 src/plot-wp1-rp-sharedBottleneckI.R                |   9 ++--
 src/run-haikou-Disjoint-local-Essen                |  55 +++++++++++++++++++++
 src/run-haikou-cmt-throughputI                     |  24 ++++-----
 src/run-haikou-local-Freebsd-SP                    |  54 ++++++++++++++++++++
 src/run-wp1-rp-sharedBottleneckI                   |   8 +--
 726 files changed, 6998 insertions(+), 19 deletions(-)

commit 2222d748876f2acae573c609a426e47eeb5bf11b
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Nov 16 13:46:30 2012 +0000

    testscripts for local tests MPTCP
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1536 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ...lot-haikou-Disjoint-local-Essen-MPTCP-50delay.R | 52 ++++++++++++++++++++
 ...u-Disjoint-local-Essen-MPTCP-Dissimilar-1case.R | 42 +++++++++++++++++
 ...-haikou-Disjoint-local-Essen-MPTCP-Dissimilar.R | 42 +++++++++++++++++
 src/plot-haikou-Disjoint-local-Essen-MPTCP.R       | 52 ++++++++++++++++++++
 src/plot-haikou-mptcp-throughputI.R                | 52 ++++++++++++++++++++
 src/run-haikou-Disjoint-local-Essen-MPTCP          | 52 ++++++++++++++++++++
 src/run-haikou-Disjoint-local-Essen-MPTCP-50delay  | 50 ++++++++++++++++++++
 ...un-haikou-Disjoint-local-Essen-MPTCP-Dissimilar | 54 +++++++++++++++++++++
 ...kou-Disjoint-local-Essen-MPTCP-Dissimilar-1case | 55 ++++++++++++++++++++++
 9 files changed, 451 insertions(+)

commit a1c5446fd9ba81cfba924b61298b8f59e73bb7b0
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Nov 14 19:24:37 2012 +0000

    Redqueue standard parameter updated
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1535 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version2 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 5b56a51070688403ab3dd8b8d9e62ab192e648f9
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Nov 13 13:26:21 2012 +0000

    MPTCP local Sceanrios added
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1534 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version2 | 19 ++++++++++++++++---
 1 file changed, 16 insertions(+), 3 deletions(-)

commit b3b2b837d5e5f0cbcce3071e7578df35cf9d00cd
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Nov 13 09:50:00 2012 +0000

    parameter Protocol added
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1533 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-version1.R | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit b1ac705d66b511d52fc6980a836a27594e88c934
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Nov 3 22:20:15 2012 +0000

    -1 option added for receive buffer = send buffer
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1532 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version2 | 25 +++++++++++++++++++++----
 1 file changed, 21 insertions(+), 4 deletions(-)

commit c51b0de73491a0a3314a5da864cf0a0f442f5683
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Oct 24 07:46:49 2012 +0000

    server startscripts for haikou-freebsd
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1530 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/start-server-freeBsd-haikou-sp-uninet | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

commit ec63150a7fc0e8b522da407ec4ed948928ba5d35
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Oct 20 21:50:30 2012 +0000

    Build script updates.
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1525 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in     | 2 +-
 debian/changelog | 2 +-
 make-ppa         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit 35efbce0f2f28f64d2bcd67e2fc1366899388a39
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Oct 20 15:00:53 2012 +0000

    some changes
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1524 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/run-haikou-cmt-throughputI | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit 193461ad5e512e25b6837dc7d686455e62b2122c
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Oct 20 09:25:50 2012 +0000

    Improved variable handling.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1523 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version2 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit e831c81f4be2a527c4a5228409bb3f3f0d1a47fd
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Oct 20 09:21:51 2012 +0000

    Now using up-to-date version of createsummary.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1522 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/createsummary.cc | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit 11f96c298e9f8ba8e4a9d09d12348a9d3ebffbea
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Oct 20 03:46:57 2012 +0000

    start scripts for servers in haikou
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1521 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/start-server-ubuntu-haikou | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit 12a2b34ba120203b8bd77e290ef7fcb24e1ecde9
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Oct 19 10:17:02 2012 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1520 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 .../haikou/start-server-freeBsd                    | 26 -------------------
 src/start-server-scripts/haikou/start-server-ubunu | 26 -------------------
 .../start-server-burgsteinfurt                     | 26 -------------------
 src/start-server-scripts/start-server-local        | 26 -------------------
 src/start-server-scripts/start-servers-testbed     | 29 ----------------------
 5 files changed, 133 deletions(-)

commit c1a31e0b89c7a5527271f6bdda291657d8c4110e
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Oct 19 10:12:37 2012 +0000

    server start scripts
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1519 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/start-server-burgsteinfurt  | 26 ++++++++++++++++++++++++++
 src/start-server-freeBsd-haikou | 26 ++++++++++++++++++++++++++
 src/start-server-local          | 26 ++++++++++++++++++++++++++
 src/start-server-ubuntu-haikou  | 26 ++++++++++++++++++++++++++
 src/start-servers-testbed       | 29 +++++++++++++++++++++++++++++
 5 files changed, 133 insertions(+)

commit b85f1ca9d7d3404ca0b37c727d117ac4849ea842
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Oct 19 07:24:36 2012 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1518 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version2 | 23 ++++++++++++++++++-----
 1 file changed, 18 insertions(+), 5 deletions(-)

commit 7f198468e6265e57a39abdb26d7943adea494815
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Oct 19 07:16:11 2012 +0000

    measure 2 adapted for Haikou experiments
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1517 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version2           | 13 +++++++++
 src/run-haikou-cmt-throughputI | 61 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

commit cf5360a87c8df8ce43162942668477af5632e6c3
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Oct 16 07:28:21 2012 +0000

    start server scripts
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1510 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/start-server-burgsteinfurt                     | 26 -------------------
 src/start-server-local                             | 26 -------------------
 .../haikou/start-server-freeBsd                    | 26 +++++++++++++++++++
 src/start-server-scripts/haikou/start-server-ubunu | 26 +++++++++++++++++++
 .../start-server-burgsteinfurt                     | 26 +++++++++++++++++++
 src/start-server-scripts/start-server-local        | 26 +++++++++++++++++++
 src/start-server-scripts/start-servers-testbed     | 29 ++++++++++++++++++++++
 src/start-servers-testbed                          | 29 ----------------------
 8 files changed, 133 insertions(+), 81 deletions(-)

commit 427cd31f176333adcaabe77e7cb848912e52f155
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Aug 25 21:49:36 2012 +0000

    Build script updates.
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1504 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ChangeLog        | 297 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 build-deb        |  45 +++++++++
 configure.in     |   2 +-
 debian.conf      |   1 +
 debian/changelog |   6 ++
 make-deb         |  24 +++--
 6 files changed, 364 insertions(+), 11 deletions(-)

commit e85d7a2973e2859ce16ad2b19a3bedbebde4737a
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Jul 15 10:53:14 2012 +0000

    Build scripts now use colorgcc. Therefore, libstdc++ had to be added to Makefile.am explicitly.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1485 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in               |   10 +-
 debian/changelog           |    7 +
 debian/control             |    1 +
 src/Makefile.am            |   12 +-
 src/tests/apitest          | 1127 --------------------------------------------
 src/tests/beta             |   19 -
 src/tests/bug1             |   17 -
 src/tests/ifcfg-p2p1       |   11 -
 src/tests/init-node        |   18 -
 src/tests/node1            |   42 --
 src/tests/node2            |   42 --
 src/tests/nornet1          |   43 --
 src/tests/tunnel-setup     |  226 ---------
 src/tests/tunnel-setup.old |  302 ------------
 src/tests/tunnelbox-north  |   55 ---
 src/tests/tunnelbox-south  |   56 ---
 16 files changed, 23 insertions(+), 1965 deletions(-)

commit 959c3bba1349654c958640dcc912943be3a884e9
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jul 9 13:58:37 2012 +0000

    Some more updates.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1461 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/apitest      | 189 ++++++++++++++++++++++++-------------------------
 src/tests/tunnel-setup |  25 ++++---
 2 files changed, 111 insertions(+), 103 deletions(-)

commit 8d6caa614647cf029f8db8b852d13ba850c9969a
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jul 9 11:51:16 2012 +0000

    Some more updates.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1460 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/apitest      |  55 ++++++----
 src/tests/beta         |   2 +-
 src/tests/tunnel-setup | 269 +++++++++++++++++--------------------------------
 3 files changed, 130 insertions(+), 196 deletions(-)

commit 364ecdd4fb5a3dbe5ec3716556468a3b1a6160bb
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jul 9 09:13:33 2012 +0000

    Update.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1459 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/tunnel-setup.old | 302 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 302 insertions(+)

commit b2b3fc040c1276baaba9488a693f83eed840d3ba
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jul 9 09:00:35 2012 +0000

    Some updates.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1458 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/beta         | 2 +-
 src/tests/tunnel-setup | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 74145e7cdac4fe5fbeddc7622a379bf4ac03974a
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jul 9 08:50:14 2012 +0000

    A small update.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1457 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/apitest | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

commit dca5d66506468ed5ea08330025a19ada083d3bc8
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Jul 7 21:32:22 2012 +0000

    Further improvements.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1456 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/apitest | 174 +++++++++++++++++++++++++-----------------------------
 1 file changed, 80 insertions(+), 94 deletions(-)

commit e23720d9bb71308bdd7a4135ec1e91d04c099ef9
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Jul 7 20:34:27 2012 +0000

    Some tests.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1455 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/apitest | 421 +++++++++---------------------------------------------
 1 file changed, 68 insertions(+), 353 deletions(-)

commit 582c7721aed55c12c7fae51b123a0bcfa88baa0c
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jul 6 12:39:10 2012 +0000

    Some more testing.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1454 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/apitest | 47 ++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 40 insertions(+), 7 deletions(-)

commit 11ef903b5cc68afcf92a29e0d0812839ac11fbdf
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jul 6 12:24:45 2012 +0000

    Some test.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1453 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/apitest | 834 +++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 580 insertions(+), 254 deletions(-)

commit f9c6ee9399e839d14663e662bf82e163ee370e3f
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Jul 5 13:57:35 2012 +0000

    Some more testing.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1452 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/apitest | 461 ++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 308 insertions(+), 153 deletions(-)

commit c9365e188c7259d8fec8b3e3e76ffb0873443050
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 4 14:26:13 2012 +0000

    Some more updates.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1451 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/apitest | 32 +++++++++++++++++---------------
 1 file changed, 17 insertions(+), 15 deletions(-)

commit e0e01ee55cde92941a8756c4c2d96c5ae60ce33f
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 4 14:03:12 2012 +0000

    Some more updates.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1450 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/apitest      |  4 ++--
 src/tests/beta         |  2 +-
 src/tests/tunnel-setup | 53 ++++++++++++++++++++++++++++++--------------------
 3 files changed, 35 insertions(+), 24 deletions(-)

commit b9c146b6bdaaac6269b3c8883510c75f49505736
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 4 13:23:14 2012 +0000

    Some more updates.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1449 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/apitest      | 10 ++++++----
 src/tests/beta         | 16 ++++++++++++----
 src/tests/tunnel-setup | 51 ++++++++++++++++++++++++++++++++++++++------------
 3 files changed, 57 insertions(+), 20 deletions(-)

commit aa4c9693f0ef92fb554d2aff9b83a4ce2ec4264b
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 4 13:07:24 2012 +0000

    Update.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1448 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/apitest | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

commit a22c8cd30dcd146f5ea67b5aaf70b5fc88fe7125
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 4 12:59:46 2012 +0000

    Some more updates.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1447 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/apitest      | 38 ++++++++++++------------
 src/tests/beta         |  5 ++++
 src/tests/tunnel-setup | 78 ++++++++++++++++++++++----------------------------
 3 files changed, 59 insertions(+), 62 deletions(-)

commit 810c0afd0ca0e338a0377bf1d68d75e569e7ba58
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 4 12:24:21 2012 +0000

    Some updates.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1446 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/apitest      | 16 +++++++------
 src/tests/tunnel-setup | 64 ++++++++++++++++++++++++++++++++------------------
 2 files changed, 50 insertions(+), 30 deletions(-)

commit 33a792effd8c6bace8a5b88f602905a059494021
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 4 12:19:26 2012 +0000

    A small fix.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1445 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/apitest | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

commit 86b2951b5f68e214e5f18cd92c5df1c4591081dc
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 4 10:02:43 2012 +0000

    Some improvements.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1444 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/apitest      |  2 +-
 src/tests/tunnel-setup | 43 ++++++++++++++++++++++++++++++++++---------
 2 files changed, 35 insertions(+), 10 deletions(-)

commit 8f001dc4770afeab4dbe3666130f8c577de8e2ca
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 4 09:05:37 2012 +0000

    Some more tests.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1443 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/apitest      | 35 +++++++++++++++++++----------------
 src/tests/beta         |  6 ++++++
 src/tests/tunnel-setup |  8 ++++----
 3 files changed, 29 insertions(+), 20 deletions(-)

commit 01851a8676102581a2c6f02f3116155796eb6d93
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 4 08:13:19 2012 +0000

    Some test.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1442 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/apitest | 45 ++++++++++++++++++++++++++++++++++-----------
 1 file changed, 34 insertions(+), 11 deletions(-)

commit 8c41b3d1b7f43581c9d15ba50ddc3094da6731d0
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jul 2 12:57:47 2012 +0000

    Script update.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1438 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 make-ppa | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit baa5bb8cad7a741e1a8e387b867bd35be371a70b
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jul 2 11:23:20 2012 +0000

    Version and ChangeLog update.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1432 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ChangeLog        | 709 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.in     |   2 +-
 debian/changelog |   2 +-
 netperfmeter.lsm |   6 +-
 4 files changed, 714 insertions(+), 5 deletions(-)

commit 45c90deeb00fc01cbc5dedf2d8c04f041e41012e
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jul 2 11:21:07 2012 +0000

    Fixed some problems for compiling and packaging under latest Debian testing.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1431 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 debian.conf         |  2 +-
 debian/changelog    | 24 ++++++++++--------------
 debian/compat       |  2 +-
 debian/control      |  2 +-
 src/Makefile.am     |  8 ++++----
 src/cpustatus.cc    |  1 +
 src/messagereader.h |  1 +
 src/outputfile.cc   |  1 +
 8 files changed, 20 insertions(+), 21 deletions(-)

commit 6dba51d1018e95dc3f6af1ee1cd26eed1c751048
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jun 22 14:09:34 2012 +0000

    Some more updates.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1430 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/apitest | 52 ++++++++++++++++++++++++----------------------------
 1 file changed, 24 insertions(+), 28 deletions(-)

commit 7169bd7d2e74df5ede993641889c0d46c44bade2
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jun 22 11:27:10 2012 +0000

    Update.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1429 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/apitest | 190 ++++++++++++++++++++++++++++++++++++++++++++----------
 1 file changed, 157 insertions(+), 33 deletions(-)

commit b1ddca0b79216b844dde7942e00fb8587eec9ec7
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Jun 21 14:11:20 2012 +0000

    Another update.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1428 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/apitest | 391 +++++++++++++++++++++++++++++++++---------------------
 1 file changed, 238 insertions(+), 153 deletions(-)

commit a1be3ab39a05dd1d8c1068935155a784b3d8bd57
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Jun 21 11:31:12 2012 +0000

    Updated test script.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1427 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/apitest | 316 ++++++++++++++++++++++++++++++++++++++++++------------
 1 file changed, 249 insertions(+), 67 deletions(-)

commit 795c2cd920e78bfeea72f850757473fcaf20236d
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Jun 21 07:43:13 2012 +0000

    Updated API test script.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1426 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/apitest | 216 ++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 137 insertions(+), 79 deletions(-)

commit be574a7a8ee980072501758dc3d49aa02f0e97c5
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jun 20 14:38:25 2012 +0000

    Some updates.
    -This line, and those below, will be ignored--
    
    M    tests/apitest
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1425 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/apitest | 119 +++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 83 insertions(+), 36 deletions(-)

commit d5e2210fe18cde7783cbd4c702485f80731b5bef
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jun 20 13:30:54 2012 +0000

    Added API test script.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1424 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/apitest | 353 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 353 insertions(+)

commit 737813915eaf7c7419d75578a97183e2051fcb95
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jun 20 07:32:48 2012 +0000

    Added test.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1423 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/apitest | 4 ++++
 1 file changed, 4 insertions(+)

commit 545f8cec9da3bebb12c2aafae702b01a1eeaad32
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jun 19 12:34:37 2012 +0000

    Separated tunnel configuration from routing configuration.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1422 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/tunnel-setup | 154 +++++++++++++++++++++++++++++--------------------
 1 file changed, 90 insertions(+), 64 deletions(-)

commit 1637cd31eb589ae1e315a4febf2831b94f2d0501
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jun 19 12:18:16 2012 +0000

    Fixed DSCPs.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1421 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/node1 | 4 ++--
 src/tests/node2 | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 58a17ee8a7af630beffeef6a0deb69d3ea5b28b5
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jun 19 11:53:36 2012 +0000

    Updated scripts. Works with TOS setting now.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1420 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/nornet1      |  4 ++--
 src/tests/tunnel-setup | 30 +++++++++++++++++++++---------
 2 files changed, 23 insertions(+), 11 deletions(-)

commit 2a140afb21c1b2c51ff7da792a76b5d8393315d4
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jun 18 13:42:12 2012 +0000

    Script updates.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1419 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/node1           |   4 +-
 src/tests/node2           |   4 +-
 src/tests/nornet1         |  12 +++---
 src/tests/tunnel-setup    | 103 +++++++++++++++++++++++++++++++++-------------
 src/tests/tunnelbox-north |  18 ++++----
 src/tests/tunnelbox-south |  18 ++++----
 6 files changed, 103 insertions(+), 56 deletions(-)

commit 9c335449e2f41422cddf6e949a75bb0036760cea
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jun 18 11:34:45 2012 +0000

    Script update.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1418 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/tunnel-setup | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

commit 3a858febfb7316b1bf1b4a53227339b78d3b506f
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Jun 14 12:41:25 2012 +0000

    Added bug script.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1417 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/bug1 | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

commit 56f40523908ebfc9eca9801f7cb19b2c75f33a04
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jun 12 14:29:49 2012 +0000

    Updates.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1414 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/node1           |  6 +++---
 src/tests/node2           |  6 +++---
 src/tests/nornet1         |  6 +++---
 src/tests/tunnelbox-north | 18 +++++++++++-------
 src/tests/tunnelbox-south | 18 +++++++++++-------
 5 files changed, 31 insertions(+), 23 deletions(-)

commit 9d4704b3ebe4b16db0472450ddd12518ba82cc7f
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jun 12 10:45:55 2012 +0000

    Minor update.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1413 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/init-node | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit eb90df88d1a139dd4ec855038c594198be919d88
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jun 12 07:39:48 2012 +0000

    Added test configurations script for FC 16.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1412 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/ifcfg-p2p1 | 11 +++++++++++
 1 file changed, 11 insertions(+)

commit bc2a5464479203904d42dd46a8dcf7b769a067d2
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jun 6 08:20:26 2012 +0000

    Update.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1404 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/init-node | 21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)

commit 518d47c92acc9cc9c1940195e940fae445d5c6ad
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jun 5 08:13:21 2012 +0000

    Some updates.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1403 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/nornet1      | 43 +++++++++++++++++++++++++++++++++++
 src/tests/tunnel-setup | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 104 insertions(+)

commit ec86ce2e29cd723c7623d306fa1bdbc89af2bdcc
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jun 5 07:48:03 2012 +0000

    Update.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1402 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/init-node | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 2a3dd976a6ccd34ffa66d4158a8c7b2f0306b789
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jun 4 15:19:44 2012 +0000

    Added script.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1401 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/init-node | 9 +++++++++
 1 file changed, 9 insertions(+)

commit 877009c42063f163881c54324afeac10437f97b3
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jun 4 13:27:08 2012 +0000

    Updated script.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1400 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/tunnelbox-south | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

commit 1458d2705e8b69b30cc455b4c7c360b888120f06
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jun 4 12:15:06 2012 +0000

    Script updates.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1399 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/tunnel-setup    | 20 +++++++++++---------
 src/tests/tunnelbox-north | 11 +++++++++++
 2 files changed, 22 insertions(+), 9 deletions(-)

commit 8b5c9e4aee36b7a1a4cd072b413ca68deb9a1bc0
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jun 1 12:33:45 2012 +0000

    And another update.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1397 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/node2 | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

commit ac13182b8967a4078e2f8493e2ca7c1542668688
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jun 1 12:30:54 2012 +0000

    Script update.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1396 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/node1 | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

commit 45b8dbb3f8e6a98b9644e488b699e80829c66f87
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jun 1 12:20:01 2012 +0000

    Another script update.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1395 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/tunnelbox       | 38 --------------------------------------
 src/tests/tunnelbox-south | 41 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+), 38 deletions(-)

commit a9adceef8510b26a945f92e014a5e6cb7b131f6a
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jun 1 12:18:33 2012 +0000

    Updated configuration scripts.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1394 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/tunnel-setup    |  7 +++++++
 src/tests/tunnelbox-north | 40 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

commit 7ac5d9494c5ded180fda8478f8ad6b7b690a2643
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu May 31 13:19:16 2012 +0000

    Some more updates.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1393 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/node1        |  5 +++++
 src/tests/tunnel-setup | 17 ++++++++++-------
 2 files changed, 15 insertions(+), 7 deletions(-)

commit d418707bb41e0cfc97e8a37e3820b9e77baaa99d
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu May 31 13:18:31 2012 +0000

    Some updates.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1392 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/tunnel-setup | 4 ++--
 src/tests/tunnelbox    | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

commit eeee511afb9d673276921886f474d45f3ef956ca
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu May 31 09:57:53 2012 +0000

    Script update.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1391 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/tunnelbox | 42 +++++-------------------------------------
 1 file changed, 5 insertions(+), 37 deletions(-)

commit b776f0d1d1dcaa941d2dfadfa04f6125c47f0e81
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu May 31 09:45:09 2012 +0000

    Some script updates.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1390 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/node1        | 38 +++-----------------------
 src/tests/node2        | 38 +++-----------------------
 src/tests/tunnel-setup | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 78 insertions(+), 70 deletions(-)

commit 9f7357505973b851ddaa886d11e13c2e1e7dde84
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed May 30 14:09:48 2012 +0000

    And another script.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1389 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/node2 | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 64 insertions(+)

commit 7ef4b9e5752e506aa0452db12ce35352510f2579
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed May 30 14:06:01 2012 +0000

    Added another script.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1388 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/tunnelbox | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 70 insertions(+)

commit 7f80d536f5aabd2b35af2521cd1b47de11685cf2
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed May 30 14:04:04 2012 +0000

    Added test script.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1387 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tests/node1 | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 64 insertions(+)

commit 4fcbecfbb71bd8231a032ce467a124c0990bb1fa
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue May 29 13:16:06 2012 +0000

    Some test tool improvements.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1386 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/t6.1  | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/t6.cc | 20 ++++++++++-------
 2 files changed, 88 insertions(+), 8 deletions(-)

commit 6e3f2ac84ea83789623f45a934cc7b08a2c5641e
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue May 29 11:54:45 2012 +0000

    Improved test program.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1385 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/Makefile.am |   7 ++-
 src/t6.cc       | 130 ++++++++++++++++++++++++++++++++++++++++++--------------
 2 files changed, 103 insertions(+), 34 deletions(-)

commit 3fd7fc93303b44b78e59779780471660273ac895
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue May 29 09:48:36 2012 +0000

    Typo fix.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1384 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/defragmenter.cc       | 2 +-
 src/defragmenter.h        | 2 +-
 src/flow.cc               | 2 +-
 src/flow.h                | 2 +-
 src/flowbandwidthstats.cc | 2 +-
 src/flowbandwidthstats.h  | 2 +-
 src/flowtrafficspec.cc    | 2 +-
 src/flowtrafficspec.h     | 2 +-
 src/inputfile.cc          | 2 +-
 src/inputfile.h           | 2 +-
 src/measurement.cc        | 2 +-
 src/measurement.h         | 2 +-
 src/outputfile.cc         | 2 +-
 src/outputfile.h          | 2 +-
 src/t2.cc                 | 2 +-
 15 files changed, 15 insertions(+), 15 deletions(-)

commit 5a1ada8deff45fba1e98792b24a9257b5408ad2d
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri May 25 13:06:35 2012 +0000

    Some updates.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1383 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/t6.cc | 84 +++++++++++++++++++++++++++++++++++++++++++++++----------------
 1 file changed, 63 insertions(+), 21 deletions(-)

commit 1379394a21308acb694178f795de7a37b23d8d6c
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri May 25 11:56:41 2012 +0000

    Test update.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1382 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/t6.cc | 37 +++++++++++++++++++++++++++----------
 1 file changed, 27 insertions(+), 10 deletions(-)

commit 64b7f556bc9a233872c1bcfcb218d03084fb0060
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri May 25 11:39:09 2012 +0000

    Updated test program.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1381 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/t6.cc | 114 ++++++++++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 82 insertions(+), 32 deletions(-)

commit 9e9b06625950ceece26948dc2b32a8bb1cb63154
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri May 25 10:34:20 2012 +0000

    Updated test program.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1380 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/t6.cc | 156 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 92 insertions(+), 64 deletions(-)

commit 89f5395e41e0436d36e3e95801f7aac299ceb1bd
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri May 25 08:28:44 2012 +0000

    Added test program.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1379 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/t6.cc | 256 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 256 insertions(+)

commit 4b932d38c97629d62dac23626ac5f1ff616c24d0
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Apr 21 18:49:50 2012 +0000

    Updated standards version.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1364 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 024983405fa31a458608144324e992414b35ba29
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Apr 12 12:25:06 2012 +0000

    Updated MPTCP option handling.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1359 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/netperfmeter.cc | 33 ++++++++++++++++++---------------
 1 file changed, 18 insertions(+), 15 deletions(-)

commit 329b57519d05c378f4d2204509d4f21522f342d3
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Apr 11 17:43:53 2012 +0000

    Version update.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1358 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in     | 2 +-
 debian/changelog | 4 ++--
 netperfmeter.lsm | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)

commit 444c792f01bf730d6187a549a4507bea25bd79a9
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Apr 11 15:50:57 2012 +0000

    Removed useless lower limit.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1357 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/netperfmeter.cc | 6 ------
 1 file changed, 6 deletions(-)

commit 7367c1a11e61f497b151e3907feaa75beda119d4
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Apr 11 15:47:13 2012 +0000

    measure-version2 reverted
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1356 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/flow.cc | 25 ++++++++++++++-----------
 1 file changed, 14 insertions(+), 11 deletions(-)

commit e7b7ad932bc00311dcb260e775c391d06e28175d
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Mar 20 09:03:43 2012 +0000

    Added patch for measure-version2.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1353 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version2 | 27 +++++++++++++++++++++++----
 1 file changed, 23 insertions(+), 4 deletions(-)

commit 526e87b4bc37fc1f356aa45cd8fb38e1e4f8c960
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Dec 16 12:08:15 2011 +0000

    working scripts used for PAMS2012
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1255 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-wp1-cc-disjoint-bandwidth-betaI.R | 38 +++++----------------------
 src/run-wp1-cc-disjoint-bandwidth-betaI    | 42 ++++++++++++------------------
 src/run-wp1-rp-sharedBottleneckI           |  4 +--
 3 files changed, 26 insertions(+), 58 deletions(-)

commit eca75d29aaa6a396a25e6bccac0105480587e1c4
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Dec 14 14:00:30 2011 +0000

    Fixed detection code for sa_len, sin_len and sin6_len.
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1231 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in | 42 +++++++++++++++++++++++++++++-------------
 1 file changed, 29 insertions(+), 13 deletions(-)

commit 811d6713ed48283331cc2a9f366dd78f9e1b4352
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Dec 14 13:19:37 2011 +0000

    plot scripts edited flow 1001 renamed, names updates to the names in the simulation
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1228 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/change_names_Flows.sed          |  2 ++
 src/plot-version1.R                 |  5 +++--
 src/plot-wp1-rp-sharedBottleneckI.R | 27 +++++++++++----------------
 3 files changed, 16 insertions(+), 18 deletions(-)

commit 41960b51425ddca21f601c5c660220ed17bbaf03
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Dec 13 10:28:12 2011 +0000

    bottleneck scenario script, PAMS setting, is working
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1212 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/run-wp1-rp-sharedBottleneckI | 30 +++++++++++++++++++++---------
 1 file changed, 21 insertions(+), 9 deletions(-)

commit f7fea3dec816e77acfd7cfbcc6094ed155256f33
Author: michael.tuexen <michael.tuexen@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Nov 26 19:23:51 2011 +0000

    Add a per-cpu-stats configure option. Default is off,
    such that netperfmeter runs without root priviledges.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1151 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 23430f64951994501f3bf96b9488765136beb42c
Author: michael.tuexen <michael.tuexen@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Nov 26 19:22:50 2011 +0000

    Use AC_HELP_STRING to get a better layout of
    ./configure --help.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1150 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in | 24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)

commit 78c4a052f38ae0523528c068b33041c5658852ae
Author: michael.tuexen <michael.tuexen@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Nov 26 18:01:43 2011 +0000

    Add protection code...
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1149 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/cpustatus.cc | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 49661f8b19fcfe0496f15a1db478746495d37cdd
Author: michael.tuexen <michael.tuexen@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Nov 26 17:56:40 2011 +0000

    Free resources on exit.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1148 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/cpustatus.cc | 3 +++
 1 file changed, 3 insertions(+)

commit 0db41610813ae088c6bd9333a63e6f54ce031227
Author: michael.tuexen <michael.tuexen@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Nov 26 17:42:24 2011 +0000

    Add support for Mac OS X.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1147 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/cpustatus.cc | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/cpustatus.h  | 11 ++++++++
 2 files changed, 88 insertions(+)

commit de1a8dabeb05cb83fb083b92fdb654c1cd2577bc
Author: michael.tuexen <michael.tuexen@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Nov 26 17:40:05 2011 +0000

    Cleanup FreeBSD code path a bit.
    
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1146 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/cpustatus.cc | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

commit 0ac2023ded0028864b58729306937e27180dd05d
Author: michael.tuexen <michael.tuexen@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Nov 26 13:27:19 2011 +0000

    Use getSysCtl().
    
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1145 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/cpustatus.cc | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

commit 184383fa82f5fcf6e8edb6eae9d5846b6ec5400b
Author: michael.tuexen <michael.tuexen@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Nov 26 10:15:01 2011 +0000

    The field sinfo_pr_policy in struct sctp_sndrcvinfo was only available in
    certain versions of FreeBSD and Mac OS X. It is not there anymore.
    Replace the code to select the PR-SCTP policy with code which works
    also on FreeBSD 10 and current versions of Mac OS X as well as older
    versions.
    Also use on platforms which do not support SCTP_PR_SCTP_RTX, use always
    SCTP_PR_SCTP_TTL. But honor the value given in flow->getTrafficSpec().RetransmissionTrials.
    
    Thomas: The last line describes a change of semeantics, since you where setting
            the sinfo_timetolive to 1. So please review my change.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1144 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in    |  8 --------
 src/transfer.cc | 13 ++++++++-----
 2 files changed, 8 insertions(+), 13 deletions(-)

commit 5108e02c6e54617eba8fb9182d0c42bd24bbcf33
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Nov 23 07:24:48 2011 +0000

    Improved data pattern generation code.
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1143 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in              |  2 +-
 debian/changelog          |  2 +-
 src/netperfmeterpackets.h |  2 +-
 src/transfer.cc           | 22 ++++++++++++++--------
 4 files changed, 17 insertions(+), 11 deletions(-)

commit 7decf7bea999f7728458697f1cb57281560067e1
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Nov 23 06:49:16 2011 +0000

    Script updates.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1142 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 clean-deb                           | 2 +-
 debian/copyright                    | 4 ++--
 freebsd/netperfmeter/make-diff      | 2 +-
 freebsd/netperfmeter/test-packaging | 2 +-
 make-deb                            | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

commit dc123368ee574a3dd3ef31d97b8dcaddb6404b91
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Nov 23 06:46:04 2011 +0000

    Removed unused variable.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1141 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/createsummary.cc | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit ae7cd2be3c4b362a228cae8b789875972925c104
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Nov 23 06:43:27 2011 +0000

    Version updates.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1140 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/archive-measurement                 | 2 +-
 src/combinesummaries.1                  | 2 +-
 src/control.cc                          | 2 +-
 src/control.h                           | 2 +-
 src/cpustatus.cc                        | 2 +-
 src/cpustatus.h                         | 2 +-
 src/createsummary.1                     | 2 +-
 src/debug.h                             | 2 +-
 src/defragmenter.cc                     | 2 +-
 src/defragmenter.h                      | 2 +-
 src/ext_socket.h                        | 2 +-
 src/extractvectors.1                    | 2 +-
 src/flow.cc                             | 2 +-
 src/flow.h                              | 2 +-
 src/flowbandwidthstats.cc               | 2 +-
 src/flowbandwidthstats.h                | 2 +-
 src/flowtrafficspec.cc                  | 2 +-
 src/flowtrafficspec.h                   | 2 +-
 src/inputfile.h                         | 2 +-
 src/make-kerneltest                     | 2 +-
 src/make-rootshell                      | 2 +-
 src/measure-version2                    | 2 +-
 src/measurement.cc                      | 2 +-
 src/measurement.h                       | 2 +-
 src/messagereader.cc                    | 2 +-
 src/messagereader.h                     | 2 +-
 src/mutex.cc                            | 2 +-
 src/mutex.h                             | 2 +-
 src/netperfmeter.1                      | 2 +-
 src/netperfmeter.cc                     | 2 +-
 src/netperfmeterpackets.h               | 2 +-
 src/outputfile.cc                       | 2 +-
 src/outputfile.h                        | 2 +-
 src/pdfembedfonts                       | 2 +-
 src/pdfembedfonts.1                     | 2 +-
 src/pdfmetadata                         | 2 +-
 src/pdfmetadata.1                       | 2 +-
 src/plot-netperfmeter-results           | 2 +-
 src/plot-netperfmeter-results.1         | 2 +-
 src/plot-netperfmeter-results.R         | 2 +-
 src/plot-version1.R                     | 2 +-
 src/qos-testbed                         | 2 +-
 src/redblacktree.h                      | 2 +-
 src/redblacktree_impl.h                 | 2 +-
 src/rootshell.c                         | 2 +-
 src/run-test1                           | 2 +-
 src/run-test5                           | 2 +-
 src/run-test6                           | 2 +-
 src/run-test7                           | 2 +-
 src/run-test8                           | 2 +-
 src/run-wp0-cmt-throughputI             | 2 +-
 src/run-wp0-links-symmetrischI          | 2 +-
 src/run-wp1-cc-disjoint-bandwidth-betaI | 2 +-
 src/run-wp1-rp-disjointPathsI           | 2 +-
 src/run-wp1-rp-sharedBottleneckI        | 2 +-
 src/run-wp3-dsl-ccI                     | 2 +-
 src/run-wp3-dsl-ccII                    | 2 +-
 src/run-wp3-dsl-ordered-bandwidthI      | 2 +-
 src/run-wp3-dsl-unordered-bandwidthI    | 2 +-
 src/run-wp3-unordered-bandwidthI        | 2 +-
 src/server                              | 2 +-
 src/setqos                              | 2 +-
 src/setsctp                             | 2 +-
 src/simpleredblacktree.c                | 2 +-
 src/simpleredblacktree.h                | 2 +-
 src/start-server-burgsteinfurt          | 2 +-
 src/start-server-local                  | 2 +-
 src/start-servers-testbed               | 2 +-
 src/t2.cc                               | 2 +-
 src/thread.cc                           | 2 +-
 src/thread.h                            | 2 +-
 src/tools.cc                            | 2 +-
 src/tools.h                             | 2 +-
 src/transfer.cc                         | 2 +-
 src/transfer.h                          | 2 +-
 src/wireshark/packet-netperfmeter.c     | 2 +-
 76 files changed, 76 insertions(+), 76 deletions(-)

commit 4802f594328fb018633a222c1cd6d2351d558e5b
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Nov 23 06:42:42 2011 +0000

    Small fix.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1139 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/inputfile.cc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 08a0d5b6d96c0e3ac3f77307f254f4e1eaf56044
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Nov 23 06:34:11 2011 +0000

    Minor updates.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1138 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/combinesummaries.cc                            |    2 +-
 src/createsummary.cc                               |    2 +-
 .../draft-dreibholz-tsvwg-sctpsocket-multipath.txt |  336 ++
 src/docs/draft-ietf-tsvwg-sctpsocket-19.txt        | 4873 ---------------
 src/docs/draft-ietf-tsvwg-sctpsocket.txt           | 6328 ++++++++++++++++++++
 src/extractvectors.cc                              |    2 +-
 src/ldcalc.cc                                      |    2 +-
 src/plotter.R                                      |    2 +-
 src/runtimeestimator.cc                            |    2 +-
 9 files changed, 6670 insertions(+), 4879 deletions(-)

commit 17c629e38e1ff1aa44fee9de7d9962e5c753cb4f
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Nov 22 14:13:50 2011 +0000

    Manpage category fix.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1134 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in                    | 2 +-
 debian/changelog                | 2 +-
 src/combinesummaries.1          | 2 +-
 src/createsummary.1             | 2 +-
 src/extractvectors.1            | 2 +-
 src/netperfmeter.1              | 2 +-
 src/pdfembedfonts.1             | 2 +-
 src/pdfmetadata.1               | 2 +-
 src/plot-netperfmeter-results.1 | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

commit 4f01cc84f47eb2af6d6bdcde2d0a9ddc074f5a9c
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Nov 22 14:06:26 2011 +0000

    Changed manpage category from 8 to 1.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1133 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 debian/netperfmeter.manpages    |   2 +-
 src/Makefile.am                 |   4 +-
 src/combinesummaries.1          |  82 +++++++++++++++++++
 src/combinesummaries.8          |  82 -------------------
 src/createsummary.1             | 106 +++++++++++++++++++++++++
 src/createsummary.8             | 106 -------------------------
 src/extractvectors.1            | 103 ++++++++++++++++++++++++
 src/extractvectors.8            | 103 ------------------------
 src/netperfmeter.1              | 171 ++++++++++++++++++++++++++++++++++++++++
 src/netperfmeter.8              | 171 ----------------------------------------
 src/pdfembedfonts.1             |  66 ++++++++++++++++
 src/pdfembedfonts.8             |  66 ----------------
 src/pdfmetadata.1               | 104 ++++++++++++++++++++++++
 src/pdfmetadata.8               | 104 ------------------------
 src/plot-netperfmeter-results.1 |  79 +++++++++++++++++++
 src/plot-netperfmeter-results.8 |  79 -------------------
 16 files changed, 714 insertions(+), 714 deletions(-)

commit 7e2d5d7febbce083a1cf9893b702caac7a5a02b1
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Nov 18 13:43:24 2011 +0000

    Changed IP of test server.
    
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1108 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version2           | 6 +++---
 src/start-server-burgsteinfurt | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 3976d23314bab7e17d3eefc03b20c0d66452fc78
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Nov 18 12:17:38 2011 +0000

    Fixed compile problems under FreeBSD.
    
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1107 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/cpustatus.cc | 2 +-
 src/ldcalc.cc    | 2 +-
 src/tools.h      | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

commit 9642975f6a2ee4975ba2d3854d9650e6b99be77e
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Nov 14 10:27:38 2011 +0000

    Added functionality to hide certain plot lines.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1102 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plotter.R | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

commit 3bdad4ac3ae10bf51821d29ef8017c0ce13a9768
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Nov 11 06:45:14 2011 +0000

    Improved MPTCP handling: sockets for MPTCP are bound to ANY address, regardless of specified local addresses. The MPTCP kernel does not yet support an option to set multiple addresses.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1100 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in        |  2 +-
 debian/changelog    |  2 +-
 src/netperfmeter.cc |  9 +++++++--
 src/tools.cc        | 36 +++++++++++++++++++++++++-----------
 src/tools.h         |  8 ++++----
 5 files changed, 38 insertions(+), 19 deletions(-)

commit dc029eac72396f984422b8824fdafa5968a50d7d
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Nov 10 14:24:36 2011 +0000

    Added MPTCP CC name to setsctp script.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1098 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/setsctp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 00c9123f4f63badcdd837551e5ef3056fed68d4f
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Oct 31 18:54:42 2011 +0000

    Version update.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1094 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in        | 2 +-
 debian/changelog    | 4 ++--
 src/netperfmeter.cc | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

commit ba104231f6022be373df53c70550375f212269de
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Oct 30 10:37:36 2011 +0000

    Added missing assignment of CMT field in AddFlow message.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1093 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc | 1 +
 1 file changed, 1 insertion(+)

commit ef0b3078a9a9be07833db38333b8197ec1c8d85b
Author: adhari <adhari@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Oct 28 12:47:02 2011 +0000

    Fixed option problem for MPTCP kernel.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1092 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/netperfmeter.cc | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 0d132d663d8911844f9fa8b112840130ad2c1772
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Oct 28 12:08:30 2011 +0000

    Removed debug code.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1091 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/netperfmeter.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit afb43e5164bd854fbe1256aea217cf621db0a78a
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Oct 28 12:04:22 2011 +0000

    Improved MPTCP handling.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1090 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/flowtrafficspec.cc |  2 +-
 src/netperfmeter.8     | 12 +++-----
 src/netperfmeter.cc    | 76 +++++++++++++++++++++++++++++++-------------------
 3 files changed, 52 insertions(+), 38 deletions(-)

commit 644d0cfd199d0359537420ae66f60216eefcf904
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Oct 28 12:03:49 2011 +0000

    Fixed possible "division by zero" problem during CPU utilization computation.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1089 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/cpustatus.cc | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

commit ce0b2b9c5eb165f293eaa31f4187b480558af1be
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Oct 27 19:09:32 2011 +0000

    Added MPTCP support by using an own socket.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1088 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in         |  2 +-
 debian/changelog     |  2 +-
 src/control.cc       |  3 ++-
 src/flow.cc          | 19 +--------------
 src/flow.h           | 18 --------------
 src/messagereader.cc |  6 ++++-
 src/netperfmeter.8   | 16 +++++++++----
 src/netperfmeter.cc  | 68 ++++++++++++++++++++++++++++++++++++++++++++++------
 src/tools.cc         |  3 +++
 src/tools.h          | 14 +++++++++++
 10 files changed, 99 insertions(+), 52 deletions(-)

commit 9568140beaff55966d8903edc50f30af8f1dd93f
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Oct 27 15:33:08 2011 +0000

    Small configure.in fix for MPTCP detection.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1087 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in     | 4 ++--
 debian/changelog | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit e8d16e7e5953d9103b7f09f2b25761a4c73295a1
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Oct 25 11:02:15 2011 +0000

    Updated Debian files.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1082 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 debian/control | 1 +
 1 file changed, 1 insertion(+)

commit 0af710a1ca40dea07892cbf8aab9f09019d1edae
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Oct 20 18:18:00 2011 +0000

    Updated manpage.
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1080 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/netperfmeter.8 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 6c511488a9cd7b6ad5290658fe7151235f3f7de2
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Oct 20 17:53:37 2011 +0000

    Added option to enable/disable MPTCP.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1079 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in |  9 +++++++++
 src/flow.cc  | 25 +++++++++++++++++++++----
 src/flow.h   |  9 +++++++++
 3 files changed, 39 insertions(+), 4 deletions(-)

commit cd91e9d1da096f15592bb041db44291d7c19bb40
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Oct 20 15:30:23 2011 +0000

    Updated packaging scripts for Ubuntu 12.04 Precise Pangolin.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1075 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in     | 2 +-
 debian/changelog | 7 +++++++
 debian/control   | 2 +-
 make-ppa         | 2 +-
 4 files changed, 10 insertions(+), 3 deletions(-)

commit a477fc061ad2bc50a4c73b674cd0ba7385a78af8
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Sep 1 09:35:40 2011 +0000

    Documentation updates.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1073 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ChangeLog | 2546 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 2546 insertions(+)

commit e6d3ca2a7021b36d4e5e3ddc1135cacff1a743ab
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Sep 1 09:34:44 2011 +0000

    Build script updates.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1072 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in         |  2 +-
 debian.conf          |  2 ++
 debian/changelog     |  4 ++--
 filter-empty-entries | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 make-deb             | 18 +++++++++++++---
 netperfmeter.lsm     |  6 +++---
 6 files changed, 84 insertions(+), 9 deletions(-)

commit 3f8a94040d48ad2abb0865a75777604056de6682
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Aug 30 07:24:26 2011 +0000

    Added possibility to set pre and post plot functions.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1066 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-test1.R | 71 ++++++++++++++++++++++++++++++---------------
 src/plotter.R    | 87 +++++++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 109 insertions(+), 49 deletions(-)

commit 3623302cf42191ce38110a18f387bf63f00fd8bc
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Aug 27 11:36:33 2011 +0000

    Removed unused variables.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1065 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in        | 2 +-
 debian/changelog    | 7 +++++++
 src/flow.cc         | 2 --
 src/netperfmeter.cc | 2 --
 4 files changed, 8 insertions(+), 5 deletions(-)

commit 779527f1aacd6e6f2f66ad547c1edd6f809634b1
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Aug 27 11:31:07 2011 +0000

    Removed debug output.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1064 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc | 1 -
 src/plotter.R  | 1 -
 2 files changed, 2 deletions(-)

commit 090b48475afce09cc1b57c47ac82e1145d101985
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Aug 25 08:56:39 2011 +0000

    Updated script.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1063 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/run-wp0-cmt-throughputI | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 87c0e9c59451b7af4d303f3839a721f231c6c4d2
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jul 26 18:26:29 2011 +0000

    Updated plotting script to latest version.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1056 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plotter.R | 77 +++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 49 insertions(+), 28 deletions(-)

commit 0b261c895544912e0b3398f48d6e97927f56d7ce
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jul 25 06:37:01 2011 +0000

    Small fix.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1055 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-version1.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f68b18cedb5a4ea3908e1c00bde566c375c1431c
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jul 25 06:33:02 2011 +0000

    Updated plotting template.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1054 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-version1.R | 5 +++++
 1 file changed, 5 insertions(+)

commit e35e87c82a796e16d48ee068b28084c32828a6fd
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jun 28 15:38:11 2011 +0000

    Updated plotter.R.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1052 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plotter.R | 22 ++++++++++++++++++++--
 1 file changed, 20 insertions(+), 2 deletions(-)

commit 5f6167b82619900012080d5ed450e771c7af55ad
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jun 13 17:32:36 2011 +0000

    Updated script.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1051 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/run-wp3-dsl-ccI | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2fa8f0e204a74346233ac0edae70825410c658ab
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Jun 12 20:14:56 2011 +0000

    Updated scripts.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1050 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version2         | 4 ++--
 src/plot-NetPerfMeterPaper.R | 8 ++++----
 src/run-wp3-dsl-ccI          | 3 ++-
 src/run-wp3-dsl-ccII         | 5 ++---
 4 files changed, 10 insertions(+), 10 deletions(-)

commit 65a82fbab344a45938a217e16abda2ed6f3ffd47
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jun 3 11:22:08 2011 +0000

    Updated plot script.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1049 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-NetPerfMeterPaper.R | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 72459988f1b371ca051eb3e6b012eb16a5634a22
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue May 3 17:47:13 2011 +0000

    Updated packaging scripts.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1029 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in     | 2 +-
 debian/changelog | 7 +++++++
 make-ppa         | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

commit cbe28c4c58f70b1e19e5471f3ec078360a478082
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Apr 26 11:03:11 2011 +0000

    Script updates.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1019 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version2 |  1 +
 src/run-test8        | 10 +++++-----
 src/run-wp3-dsl-ccII |  9 +++++----
 3 files changed, 11 insertions(+), 9 deletions(-)

commit b96e1b37dbf4e43463535dcb95c94172507d0b17
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Apr 26 11:02:47 2011 +0000

    Script update.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1018 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/start-servers-testbed | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8e10aac9c38f998c198cf60ed00c4345582e685b
Author: becke <becke@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Mar 1 18:45:55 2011 +0000

    update
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1011 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-wp1-cc-disjoint-bandwidth-betaI.R | 76 ++++++++++++++++++++++++++++++
 src/plot-wp3-dsl-ccII.R                    | 76 ++++++++++++++++++++++++++++++
 src/run-test8                              | 18 +++----
 src/run-wp1-cc-disjoint-bandwidth-betaI    | 72 ++++++++++++++++++++++++++++
 src/run-wp3-dsl-ccII                       | 62 ++++++++++++++++++++++++
 5 files changed, 295 insertions(+), 9 deletions(-)

commit 307f13d8291657fc3d0b585f49768f07200e5a83
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Mar 1 13:47:09 2011 +0000

    Updated plot script.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1010 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-NetPerfMeterPaper.R | 3 +++
 1 file changed, 3 insertions(+)

commit 78ceae2e0a93d8ebe43f4db26e2edb936685e465
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Mar 1 13:39:08 2011 +0000

    Plot script update.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1009 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-NetPerfMeterPaper.R | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 86c54be3d2d88a87580562f3481eae2d436e049c
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Mar 1 13:33:00 2011 +0000

    Plotting improvements.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1008 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-NetPerfMeterPaper.R |  15 +--
 src/plot-version1.R          |   4 +-
 src/plotter.R                | 225 +++++++++++++++++++++++--------------------
 3 files changed, 129 insertions(+), 115 deletions(-)

commit 7bb18eee762ec02564f958b76583fb9ccfdba095
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Mar 1 13:29:59 2011 +0000

    Added plot script for new paper.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1007 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-NetPerfMeterPaper.R | 86 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 86 insertions(+)

commit 289a938ba85cc41f605212c8ed149dcef27931c0
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Mar 1 13:23:35 2011 +0000

    Updated scripts.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1006 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-version1.R    |  2 ++
 src/plot-wp3-dsl-ccI.R | 10 +++++-----
 src/run-wp3-dsl-ccI    |  6 +++---
 3 files changed, 10 insertions(+), 8 deletions(-)

commit 84adbf6f2b9e9628a80c21b04d23d6669e29a6f7
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Mar 1 09:14:36 2011 +0000

    Fixed mismatched free()/delete.
    
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1005 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/cpustatus.cc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit e41b118b685f4e89734a443edb5d5db78137807e
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Mar 1 08:56:02 2011 +0000

    Added debug output.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1004 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit 48037550091417fc243fe7ae29910093a2debe5e
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Mar 1 08:55:54 2011 +0000

    Fixed overflow problem in CPU status computation.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1003 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/cpustatus.cc | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit 77e12a01d6ebbafef23b5f6046a7ba9e26b0d8a6
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Feb 27 13:22:45 2011 +0000

    Script updates.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1002 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/run-test8       | 33 ++++++++++++++++-----------------
 src/run-wp3-dsl-ccI |  6 +++---
 2 files changed, 19 insertions(+), 20 deletions(-)

commit 863c56a799abcdf14c5ddbe834999c253b179a88
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Feb 26 20:58:31 2011 +0000

    Added option to configure number of reference flows.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1001 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version2 | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit 92e6c06b15a0c55a8e6191bfb60a9d479e2ed111
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Feb 26 15:35:51 2011 +0000

    Added test script.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@1000 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-test8.R | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/run-test8    | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 145 insertions(+)

commit f76f2f4a9b38f1b258882c68296d66fc417e2406
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Feb 26 10:28:24 2011 +0000

    Saved wp3-dsl-ccI script, since this version already produces useful results.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@999 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version2 |  2 +-
 src/qos-testbed      |  2 +-
 src/run-wp3-dsl-ccI  | 23 ++++++++++++-----------
 3 files changed, 14 insertions(+), 13 deletions(-)

commit 01d9c30db74098d182252d87065defe1269842bf
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Feb 24 17:46:13 2011 +0000

    Fixed small bug.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@998 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f9d93e0f33cfeff65957341d18302ff2f090b6fd
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Feb 24 12:56:04 2011 +0000

    Updated test.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@997 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version2 | 22 ++++++++++++----------
 src/qos-testbed      | 28 ++++++++++++++++++++--------
 src/run-wp3-dsl-ccI  | 10 +++++-----
 3 files changed, 37 insertions(+), 23 deletions(-)

commit 718ead0b91b63674c52bc8e8ddbea5fcdb6356fa
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Feb 23 14:57:55 2011 +0000

    Updated measurement scripts.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@996 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version2   | 65 +++++++++++++++++++++++++++++++++++++-----
 src/plot-wp3-dsl-ccI.R | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++
 src/run-wp3-dsl-ccI    | 61 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 195 insertions(+), 7 deletions(-)

commit 34416f0213a7728d774d30ea6c90d32d15d04d8e
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Feb 23 14:51:14 2011 +0000

    Added support for further CMT CC parametrisation.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@995 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc            |  2 +-
 src/flowtrafficspec.cc    | 10 ++++++++--
 src/netperfmeter.cc       | 22 +++++++++++++++++++---
 src/netperfmeterpackets.h |  4 +++-
 4 files changed, 31 insertions(+), 7 deletions(-)

commit b9d112dcc324b3ecb8a5bb23cc63658e9fbfca52
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Feb 23 14:49:56 2011 +0000

    Updated sysctl scripts.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@994 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/setqos  | 87 +++++++++++++++++++++++++++++++++++++++++++++++--------------
 src/setsctp | 20 ++++++++------
 2 files changed, 79 insertions(+), 28 deletions(-)

commit 13d23af06695e90d4aaddbdd67218768c4c3fd92
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Feb 17 14:07:30 2011 +0000

    Fixed pkg-plist handling.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@993 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 freebsd/netperfmeter/make-diff | 6 ++++--
 freebsd/netperfmeter/pkg-plist | 0
 2 files changed, 4 insertions(+), 2 deletions(-)

commit 9a6b4cc2ac71f6013a39bb29880bf909449bf19d
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Feb 17 14:05:09 2011 +0000

    Updated packaging files.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@992 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 freebsd/netperfmeter/Makefile | 4 ----
 1 file changed, 4 deletions(-)

commit ace64a8e3406e3a717ba11809c0c4e043d259c4d
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Feb 12 20:21:37 2011 +0000

    Updated packaging files.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@991 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 freebsd/netperfmeter/Makefile       |  2 +-
 freebsd/netperfmeter/distinfo       |  4 +--
 freebsd/netperfmeter/make-diff      | 49 +++++++++++++++++++++++++++++++++++++
 freebsd/netperfmeter/test-packaging | 20 +++++++++++----
 4 files changed, 67 insertions(+), 8 deletions(-)

commit 9665f6077c9d2a9733673083abad4b8e71e693fc
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Feb 12 19:48:14 2011 +0000

    Fixed problem with empty /usr/share directory.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@990 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in     | 2 +-
 debian/changelog | 4 ++--
 src/Makefile.am  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

commit 71a1dd6066aaac029c5f9f3f7737a9ea13aa70d8
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Feb 11 08:58:57 2011 +0000

    Now using official DCCP service code.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@988 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in              | 2 +-
 debian/changelog          | 4 ++--
 src/netperfmeterpackets.h | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)

commit 00f9f0a8b2122de7e8c164fe9918fbc7b03599f3
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Feb 10 14:48:38 2011 +0000

    Updated distinfo.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@987 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 freebsd/netperfmeter/distinfo | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit 36ebe1ff7e6adf47c408c8a187e8f4da550a2416
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Feb 10 14:48:11 2011 +0000

    Updated FreeBSD packaging files for NetPerfMeter.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@986 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 freebsd/netperfmeter/Makefile       | 44 +++++++++++++++++++++----------------
 freebsd/netperfmeter/test-packaging | 31 +++++++++++++++++++++++---
 2 files changed, 53 insertions(+), 22 deletions(-)

commit 0b0526ae0c2b13c7a57d76a1542e3203486df913
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Feb 2 14:18:41 2011 +0000

    make-deb update.
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@980 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 make-deb | 28 ++++++++++++++++++++++------
 1 file changed, 22 insertions(+), 6 deletions(-)

commit 40423bf27563f97f62e942ae68149b357fd6aac2
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Feb 1 15:27:08 2011 +0000

    Replaced custom PPIDs by registered ones.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@979 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/netperfmeterpackets.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 85b377723302940970c36fe8633465e528d5c569
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Feb 1 14:24:37 2011 +0000

    Packaging update.
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@976 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 make-deb | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

commit 85666496c7d901fdd46cc7bf1e2a093e4b1b970a
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Feb 1 07:46:41 2011 +0000

    Debian packaging update.
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@960 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 debian/changelog |  4 ++--
 debian/control   | 13 ++++++++++---
 2 files changed, 12 insertions(+), 5 deletions(-)

commit 84eb99136a8c9aa93070a4caf2acdaf60c0c6338
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Feb 1 07:27:02 2011 +0000

    Updated make-deb script.
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@954 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 make-deb | 1 -
 1 file changed, 1 deletion(-)

commit b22cd6b48e58e67bfc15aec41bd2334200bd4310
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Feb 1 07:24:52 2011 +0000

    Updated make-deb script.
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@947 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 make-deb | 115 ++++++++++++++++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 92 insertions(+), 23 deletions(-)

commit e7e21e2029a7b0e804ec0c3c521993afe3fe854c
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jan 28 12:08:59 2011 +0000

    Fixed typo.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@943 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 netperfmeter.lsm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 693b5fa72a2ad3ed4780d0128012b1a413ef9e5d
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jan 28 12:07:38 2011 +0000

    Updated LSM entry.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@942 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 netperfmeter.lsm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit ec04d0e4bfbab430cc07dc0187ac1a049e98489b
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jan 28 12:05:44 2011 +0000

    File name fix.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@941 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 sc-registrations-for-netperfmeter.txt | 24 ++++++++++++++++++++++++
 sc-registrations-for-rsplib.txt       | 24 ------------------------
 2 files changed, 24 insertions(+), 24 deletions(-)

commit 469d6941680dbc4c8e15920bdb6d9704b402de9f
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jan 28 12:05:22 2011 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@940 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 sc-registrations-for-rsplib.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 3e886c84abe5be77fd23fca8a43e1c02020c81ca
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jan 28 12:03:50 2011 +0000

    Naming update for service code definition.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@939 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in                    | 2 +-
 debian/changelog                | 4 ++--
 sc-registrations-for-rsplib.txt | 2 +-
 src/flow.cc                     | 2 +-
 src/netperfmeter.cc             | 2 +-
 src/netperfmeterpackets.h       | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

commit e193865d339aff706634343ab15cd208e7be0ecb
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jan 28 11:58:50 2011 +0000

    Added DCCP Service Code registration text.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@938 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 sc-registrations-for-rsplib.txt | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

commit c2eeb8db621172596e3c1133ac46db88031ee1e1
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jan 28 11:43:11 2011 +0000

    Fixed problems with DCCP handling. Now using a DCCP service code for NetPerfMeter Data messages.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@937 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in              |  2 +-
 debian/changelog          |  2 +-
 src/flow.cc               | 32 +++++++++++++++++---------------
 src/flow.h                |  9 +++++++++
 src/netperfmeter.cc       | 13 ++++++-------
 src/netperfmeterpackets.h |  1 +
 6 files changed, 35 insertions(+), 24 deletions(-)

commit 2ca38cb70f1bf5982a0659f21cea17ccccbd2ee9
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jan 28 10:33:09 2011 +0000

    Added PPID registration text.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@936 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ppid-registrations-for-netperfmeter.txt | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

commit 7c39e2afb9d0f024ad0a32606bf0977a437bbb9e
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Jan 22 14:30:12 2011 +0000

    make-deb updates.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@928 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 debian/changelog |  2 +-
 make-deb         | 20 +++++++++++++-------
 2 files changed, 14 insertions(+), 8 deletions(-)

commit cd3ab39215ee4aff36c8d958cc45ca5a25e28576
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Jan 22 10:40:19 2011 +0000

    Packaging script update.
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@921 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 make-deb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 7dffdae8c1e46fe58c08a0db8d4a063fe03eb425
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jan 21 23:40:34 2011 +0000

    Updated clean-deb.
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@916 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 clean-deb            | 2 +-
 configure.in         | 2 +-
 debian/changelog     | 2 +-
 debian/source/format | 1 +
 4 files changed, 4 insertions(+), 3 deletions(-)

commit 64ae5a90cca2c761f64e8dbec8b7e76681b93010
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jan 21 23:06:51 2011 +0000

    Fix for building unstable/default distribution packages.
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@909 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 make-deb | 1 +
 1 file changed, 1 insertion(+)

commit 6ee3c78c1c8ed5a33da3cdd40df80dfb476cb7b1
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jan 21 21:26:00 2011 +0000

    Made Debian packaging compatible to format "3.0 (quilt)".
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@898 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ChangeLog        | 1974 +++---------------------------------------------------
 clean-deb        |    3 +
 configure.in     |    2 +-
 debian.conf      |    3 -
 debian/changelog |    5 +-
 make-deb         |   74 +-
 make-ppa         |    2 +-
 7 files changed, 152 insertions(+), 1911 deletions(-)

commit 60396172a052382808e4fe2bfbeabd3add6f8edc
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jan 21 13:55:07 2011 +0000

    Updated test scripts.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@894 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/make-kerneltest              | 2 +-
 src/run-wp0-cmt-throughputI      | 4 ++--
 src/run-wp1-rp-disjointPathsI    | 4 ++--
 src/run-wp1-rp-sharedBottleneckI | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

commit aebf6ddadcb6e8417b189fc8cb23a1488d6af14d
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jan 21 12:14:18 2011 +0000

    Restored mistakenly deleted OMNeT++ Workshop paper script.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@893 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-wp0-links-symmetrischI.R | 77 +++++++++++++++++++++++++++++++++++++++
 src/run-wp0-links-symmetrischI    | 59 ++++++++++++++++++++++++++++++
 2 files changed, 136 insertions(+)

commit d047d34e73fc370158d8eb0b57bfc62b7e570580
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jan 21 12:12:13 2011 +0000

    Updated test scripts.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@892 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-wp0-cmt-throughputI.R    | 77 +++++++++++++++++++++++++++++++++++++++
 src/plot-wp0-links-symmetrischI.R | 77 ---------------------------------------
 src/run-wp0-cmt-throughputI       | 59 ++++++++++++++++++++++++++++++
 src/run-wp0-links-symmetrischI    | 59 ------------------------------
 4 files changed, 136 insertions(+), 136 deletions(-)

commit e37f0f5202fd7255a9ed73b9283d308bdf5b6743
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jan 21 10:39:29 2011 +0000

    Test script updates.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@891 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version2              | 5 +----
 src/plot-version1.R               | 2 +-
 src/plot-wp0-links-symmetrischI.R | 6 +++---
 3 files changed, 5 insertions(+), 8 deletions(-)

commit 4737dfd7f5b0ad915754efdcd67c274528e0456b
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jan 21 09:04:17 2011 +0000

    Include file fixes.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@889 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/flow.cc         | 9 ++++++++-
 src/netperfmeter.cc | 6 +++---
 2 files changed, 11 insertions(+), 4 deletions(-)

commit 632a90b7aba9f8af6dee8c28a97139e801689f17
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jan 21 08:52:19 2011 +0000

    Improved socket option handling.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@888 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc      | 14 +-------------
 src/flow.cc         | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 src/flow.h          |  1 +
 src/netperfmeter.cc | 43 +------------------------------------------
 src/qos-testbed     |  4 ++--
 5 files changed, 56 insertions(+), 57 deletions(-)

commit 0def31269be9cfa26de363db79c3580b961dcc9e
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jan 21 08:35:15 2011 +0000

    Big update:
    - Removed "rp=..." option and changed "cmt=..." option to configure CMT off, normal (CMT-SCTP) or rp (CMT/RP-SCTP).
    - Updated test scripts accordingly.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@887 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc                          | 23 +++++++---
 src/flowtrafficspec.cc                  | 22 +++++++---
 src/flowtrafficspec.h                   |  5 ++-
 src/measure-version2                    | 26 ++++-------
 src/netperfmeter.8                      |  9 ++--
 src/netperfmeter.cc                     | 76 ++++++++++++++++++++-------------
 src/netperfmeterpackets.h               | 11 +++--
 src/plot-OMNeT++Workshop2010.R          |  4 +-
 src/plot-PAMS2011.R                     |  2 +-
 src/plot-test5.R                        | 14 +++---
 src/plot-test6.R                        | 14 +++---
 src/plot-test7.R                        | 14 +++---
 src/plot-version1.R                     |  3 +-
 src/plot-wp0-links-symmetrischI.R       |  6 +--
 src/plot-wp1-rp-disjointPathsI.R        |  6 +--
 src/plot-wp1-rp-sharedBottleneckI.R     |  6 +--
 src/plot-wp3-dsl-ordered-bandwidthI.R   | 14 +++---
 src/plot-wp3-dsl-unordered-bandwidthI.R | 14 +++---
 src/plot-wp3-unordered-bandwidthI.R     | 14 +++---
 src/qos-testbed                         | 41 ++++++++++++++++++
 src/qos0                                | 17 --------
 src/qos1                                | 21 ---------
 src/qos2                                | 11 -----
 src/run-test1                           |  2 +-
 src/run-test5                           |  4 +-
 src/run-test6                           |  4 +-
 src/run-test7                           |  4 +-
 src/run-wp0-links-symmetrischI          |  3 +-
 src/run-wp1-rp-disjointPathsI           |  4 +-
 src/run-wp1-rp-sharedBottleneckI        |  4 +-
 src/run-wp3-dsl-ordered-bandwidthI      |  4 +-
 src/run-wp3-dsl-unordered-bandwidthI    |  4 +-
 src/run-wp3-unordered-bandwidthI        |  4 +-
 src/setsctp                             | 33 ++++----------
 34 files changed, 218 insertions(+), 225 deletions(-)

commit 8dc57422954f7d2158ac9cfddd37d186bc0b1d3d
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Jan 20 17:27:22 2011 +0000

    Added test scripts.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@886 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version1                | 265 ------------------------------------
 src/measure-version2                |   2 +-
 src/plot-test4.R                    |  81 -----------
 src/plot-wp0-links-symmetrischI.R   |  29 +---
 src/plot-wp1-rp-disjointPathsI.R    |  60 ++++++++
 src/plot-wp1-rp-sharedBottleneckI.R |  60 ++++++++
 src/run-test4                       |  58 --------
 src/run-wp0-links-symmetrischI      |  13 +-
 src/run-wp1-rp-disjointPathsI       |  63 +++++++++
 src/run-wp1-rp-sharedBottleneckI    |  63 +++++++++
 10 files changed, 266 insertions(+), 428 deletions(-)

commit 577a14ee11d499a7c5103c2e6efcfbcea0cfe8b3
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Jan 20 11:29:35 2011 +0000

    Updated scripts.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@885 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version2              | 45 +++++++++++++++++++--------------------
 src/plot-version1.R               | 22 +++++++++----------
 src/plot-wp0-links-symmetrischI.R | 40 ++++++++++++++++++++++++++++++----
 src/run-wp0-links-symmetrischI    | 16 +++++++-------
 4 files changed, 77 insertions(+), 46 deletions(-)

commit c3cf35de24ccbb14a0bba5004ae3339b12a91fb6
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Jan 20 08:57:56 2011 +0000

    "Scenario" is now a configuration variable. It has to be set as Scenario_VALUES now.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@884 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version2                 | 122 ++++++++++++++++++-----------------
 src/passive-east                     |   2 -
 src/plot-demo1.R                     |  85 ------------------------
 src/plot-demo2.R                     | 107 ------------------------------
 src/plot-test2.R                     |  49 --------------
 src/plot-test3.R                     |  81 -----------------------
 src/run-problem1                     |  67 -------------------
 src/run-test1                        |   2 +-
 src/run-test2                        |  50 --------------
 src/run-test3                        |  52 ---------------
 src/run-test4                        |   2 +-
 src/run-test5                        |   2 +-
 src/run-test6                        |   2 +-
 src/run-test7                        |   2 +-
 src/run-test7b                       |  58 -----------------
 src/run-wp0-links-symmetrischI       |   1 +
 src/run-wp3-dsl-ordered-bandwidthI   |   2 +-
 src/run-wp3-dsl-unordered-bandwidthI |   2 +-
 src/run-wp3-unordered-bandwidthI     |   1 +
 src/server.bottleneck                |  23 -------
 src/start-server-local               |  26 ++++++++
 src/start-servers                    |  29 ---------
 src/start-servers-testbed            |  29 +++++++++
 src/test-burgsteinfurt1-problem1     |  28 --------
 src/test7a                           | 102 -----------------------------
 src/test7b                           | 101 -----------------------------
 26 files changed, 126 insertions(+), 901 deletions(-)

commit 1188283d8243bed453c84664365fd40c3437213f
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Jan 20 08:55:43 2011 +0000

    Kernel test script added.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@883 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/archive-measurement | 18 +++++++-----
 src/make-kerneltest     | 78 +++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 89 insertions(+), 7 deletions(-)

commit e668f9b087b8ab92c8d05fa47494e1e72dc9f939
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jan 12 10:29:02 2011 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@881 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 debian/source/format | 1 -
 1 file changed, 1 deletion(-)

commit 7d41160518af9e090e5a044ba6f747c79ba681ce
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Jan 2 17:39:30 2011 +0000

    Updated LSM entry.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@874 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 netperfmeter.lsm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 06cfea716859d352697daf85c539da542011065c
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Jan 2 17:37:23 2011 +0000

    Version update.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@873 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in                         | 2 +-
 debian/changelog                     | 7 +++++++
 debian/copyright                     | 4 ++--
 make-deb                             | 2 +-
 src/archive-measurement              | 2 +-
 src/combinesummaries.cc              | 2 +-
 src/control.cc                       | 2 +-
 src/control.h                        | 2 +-
 src/cpustatus.cc                     | 2 +-
 src/cpustatus.h                      | 2 +-
 src/createsummary.cc                 | 2 +-
 src/debug.h                          | 2 +-
 src/defragmenter.cc                  | 2 +-
 src/defragmenter.h                   | 2 +-
 src/extractvectors.cc                | 2 +-
 src/flow.cc                          | 2 +-
 src/flow.h                           | 2 +-
 src/flowbandwidthstats.cc            | 2 +-
 src/flowbandwidthstats.h             | 2 +-
 src/flowtrafficspec.cc               | 2 +-
 src/flowtrafficspec.h                | 2 +-
 src/inputfile.cc                     | 2 +-
 src/inputfile.h                      | 2 +-
 src/ldcalc.cc                        | 2 +-
 src/make-rootshell                   | 2 +-
 src/measure-version1                 | 2 +-
 src/measure-version2                 | 2 +-
 src/measurement.cc                   | 2 +-
 src/measurement.h                    | 2 +-
 src/messagereader.cc                 | 2 +-
 src/messagereader.h                  | 2 +-
 src/mutex.cc                         | 2 +-
 src/mutex.h                          | 2 +-
 src/netperfmeter.8                   | 2 +-
 src/netperfmeter.cc                  | 2 +-
 src/netperfmeterpackets.h            | 2 +-
 src/outputfile.cc                    | 2 +-
 src/outputfile.h                     | 2 +-
 src/pdfembedfonts                    | 2 +-
 src/pdfmetadata                      | 2 +-
 src/plot-netperfmeter-results        | 2 +-
 src/plotter.R                        | 2 +-
 src/redblacktree.h                   | 2 +-
 src/redblacktree_impl.h              | 2 +-
 src/rootshell.c                      | 2 +-
 src/run-test1                        | 2 +-
 src/run-test3                        | 2 +-
 src/run-test4                        | 2 +-
 src/run-test5                        | 2 +-
 src/run-test6                        | 2 +-
 src/run-test7                        | 2 +-
 src/run-test7b                       | 2 +-
 src/run-wp3-dsl-ordered-bandwidthI   | 2 +-
 src/run-wp3-dsl-unordered-bandwidthI | 2 +-
 src/run-wp3-unordered-bandwidthI     | 2 +-
 src/runtimeestimator.cc              | 2 +-
 src/setqos                           | 2 +-
 src/setsctp                          | 2 +-
 src/simpleredblacktree.h             | 2 +-
 src/thread.cc                        | 2 +-
 src/thread.h                         | 2 +-
 src/tools.cc                         | 2 +-
 src/transfer.cc                      | 2 +-
 src/transfer.h                       | 2 +-
 64 files changed, 71 insertions(+), 64 deletions(-)

commit 69258de045176c9b11ddcefd08d9dc7422131364
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Dec 29 15:23:10 2010 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@861 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-wp3-dsl-ordered-bandwidthI.R | 78 +++++++++++++++++++++++++++++++++++
 src/run-wp3-dsl-ordered-bandwidthI    | 58 ++++++++++++++++++++++++++
 src/run-wp3-dsl-unordered-bandwidthI  |  2 +-
 3 files changed, 137 insertions(+), 1 deletion(-)

commit 068b6ed71bf3544cdb1aa0e6376bd32025aaea04
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Dec 28 22:06:28 2010 +0000

    Updated setsctp to new API -> working now.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@857 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/setsctp | 1 -
 1 file changed, 1 deletion(-)

commit fdc7b5e86e3ec7669b2b642256fea539382c8193
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Dec 28 22:04:18 2010 +0000

    Adapted setsctp script.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@856 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/setsctp | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 7a13baed69e9cd4fb3f1416eb2c5de4b626fe8a3
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Dec 28 22:00:34 2010 +0000

    Updated RP configuration handling to new API.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@855 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/netperfmeter.cc | 25 +++++++------------------
 1 file changed, 7 insertions(+), 18 deletions(-)

commit 7fa35fd6faa1999ac60036d74e29c1c5dadf4f58
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Dec 3 11:26:43 2010 +0000

    Version update.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@832 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ChangeLog            | 850 +++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.in         |   2 +-
 debian/changelog     |   4 +-
 debian/source/format |   2 +-
 netperfmeter.lsm     |   6 +-
 5 files changed, 857 insertions(+), 7 deletions(-)

commit d776607edefe49a3e035913113243635ba607aa5
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Nov 24 08:36:36 2010 +0000

    Updated PAMS 2011 plot script.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@816 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-PAMS2011.R | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 00349de54d003733f90e15a3666afe78da01c861
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Nov 23 18:40:41 2010 +0000

    Updated PAMS 2011 plot script.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@815 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-PAMS2011.R | 14 +++++++++++---
 src/plot-version1.R |  4 ++--
 2 files changed, 13 insertions(+), 5 deletions(-)

commit 3ef6926d60529a482c2fe056dfc036556cad1ad6
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Nov 23 18:10:52 2010 +0000

    Updated plot script for PAMS 2011.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@814 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-PAMS2011.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 437f689b6569a8bb080f6e482c09249aba667546
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Nov 23 18:08:16 2010 +0000

    Added PAMS2011 plot script for measurement results.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@813 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-PAMS2011.R | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 53 insertions(+)

commit 9a03c953631cddaa65d71a52db116e90fa62cf64
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Nov 21 17:14:10 2010 +0000

    Script updates.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@812 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-test7.R                        | 18 +++-----
 src/plot-wp3-dsl-bufferSplittingI.R     | 78 ---------------------------------
 src/plot-wp3-dsl-unordered-bandwidthI.R | 78 +++++++++++++++++++++++++++++++++
 src/run-test7                           | 18 ++++----
 src/run-test7b                          |  4 +-
 src/run-wp3-dsl-bufferSplittingI        | 58 ------------------------
 src/run-wp3-dsl-unordered-bandwidthI    | 58 ++++++++++++++++++++++++
 src/test-burgsteinfurt1-problem1        |  6 +++
 8 files changed, 159 insertions(+), 159 deletions(-)

commit 9af4ee9f672c2e96d2f269dbf4a136a90703a08c
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Nov 20 15:27:19 2010 +0000

    Updated measurement script:
    - Fixed parametrization bugs.
    - More useful status output.
    - Runs are now generated in top level, i.e. first running run 1 completely, then run 2 completely, etc..
    - Added support for runtime estimator.
    - Better error handling for setsctp and setqos problems.
    - If a measurement fails, it is now by default retried 10 times with a 60s break between each trial.
    
    Updated test scripts.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@811 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version2 | 313 ++++++++++++++++++++++++++++++++++-----------------
 src/plot-test1.R     |  12 +-
 src/run-test1        | 190 +++++++------------------------
 src/run-test7b       |   2 +-
 4 files changed, 261 insertions(+), 256 deletions(-)

commit 64fc92c1af3e74ee56be1d8b0091d3b3fe3085ff
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Nov 20 15:21:45 2010 +0000

    Fixed start script.
    
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@810 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/start-server-burgsteinfurt | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

commit 464159001fbdaa9aa75b850e19c61256c388fb9c
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Nov 20 15:17:16 2010 +0000

    Fixed header of autogen.sh.
    
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@809 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 autogen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a9b3a968018b49acbe5e455870263bb1d6b1d02a
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Nov 20 15:11:52 2010 +0000

    Added up-to-date start script for machine in Burgsteinfurt.
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@808 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/start-server-burgsteinfurt | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit a975fc9d8a4f19482e41ff7bd8c50fe4b9d7dccd
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Nov 20 15:06:52 2010 +0000

    Added quiet mode to createsummary.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@807 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/createsummary.cc | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

commit 90a59bc691f46412ceffe586e2ad9ab6f583e0c6
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Nov 20 15:06:34 2010 +0000

    Fixed header.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@806 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-version1.R | 1 -
 1 file changed, 1 deletion(-)

commit 3e18745a397ec6edc9f7fb663266d9986675d027
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Nov 20 15:06:22 2010 +0000

    Added measurement archiving tool.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@805 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/archive-measurement | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

commit 1b828038a6ae6c5de2043d467d253ea26b6fb60b
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Nov 20 15:05:52 2010 +0000

    Added runtime estimation tool from SimProcTC.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@804 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/Makefile.am         |   5 ++-
 src/runtimeestimator.cc | 105 ++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 109 insertions(+), 1 deletion(-)

commit 1d8ff9db6c86d83a4320e085fea0e5332c96c9e2
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Nov 20 15:05:25 2010 +0000

    Added Linux support.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@803 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/make-rootshell | 28 +++++++++++++++++++++++++++-
 1 file changed, 27 insertions(+), 1 deletion(-)

commit c4219a1c856c202f86db79100a4826afcfccc7af
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Nov 20 15:04:49 2010 +0000

    setsctp:
    - Improved error handling.
    - Added Linux support (just "modprobe sctp" at the moment).
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@802 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/setsctp | 54 ++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 36 insertions(+), 18 deletions(-)

commit f545e5453a6ef6a4f89f51b07ffd82a0b5657ab0
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Nov 20 15:03:00 2010 +0000

    setqos:
    - Improved error handling.
    - Linux configuration should now be useful. Needs testing in real network.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@801 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/setqos | 64 ++++++++++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 46 insertions(+), 18 deletions(-)

commit 2dc7c1fe0a66f80ac2818b64a483be0e2ed8514f
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Nov 20 15:00:53 2010 +0000

    Added option to set current directory.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@800 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/rootshell.c | 31 +++++++++++++++++++++++++++++--
 1 file changed, 29 insertions(+), 2 deletions(-)

commit c0aa57d7a882f1dd8334fb211296e6a2a480b061
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Nov 18 17:48:02 2010 +0000

    Added DSL test scenario.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@799 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-wp3-dsl-bufferSplittingI.R | 78 +++++++++++++++++++++++++++++++++++++
 src/run-wp3-dsl-bufferSplittingI    | 58 +++++++++++++++++++++++++++
 2 files changed, 136 insertions(+)

commit 9e5cffb13d81bd5ead1b008ad8460c8553054250
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Nov 18 15:36:20 2010 +0000

    Plotting improvements.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@798 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plotter.R | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

commit d500e52e5fd7afc8c6fb15b1d355f062bb1ea370
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Nov 18 15:31:10 2010 +0000

    Interesting scenario: 7b.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@797 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/run-test7b | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 58 insertions(+)

commit 6bd6c77d46222a1935dd6be0de2e10c1b8acfd26
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Nov 18 14:34:38 2010 +0000

    Bugfix in parametrization code.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@796 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version2 | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

commit fde799d359fddff621eef60cf3d870533ffa0dc2
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Nov 17 17:18:52 2010 +0000

    Renamed script.
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@795 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/test-burgsteinfurt1          | 22 ----------------------
 src/test-burgsteinfurt1-problem1 | 22 ++++++++++++++++++++++
 2 files changed, 22 insertions(+), 22 deletions(-)

commit d07851fc918a9dfb82f50c2e8053a5b872652a23
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Nov 17 17:17:51 2010 +0000

    Added test script to reproduce problem.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@794 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/test-burgsteinfurt1 | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

commit 0468aa8ab65c26bfdbf31fec1020e9899e4e1fc1
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Nov 17 15:08:10 2010 +0000

    Added missing #ifdef IPPROTO_DCCP -> again compiles under FreeBSD.
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@793 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/netperfmeter.cc | 2 ++
 1 file changed, 2 insertions(+)

commit ff1c0a66e8bc43a614a95a2430130d35d6d4fb89
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Nov 17 15:06:42 2010 +0000

    Added absolute paths into setqos script.
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@792 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/setqos | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 2aa40091891488cc1cb88b53f31ba4eb8f376fca
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Nov 17 09:34:38 2010 +0000

    - Added default flow option.
    - Added output of bit rate (redundant, but convenient when viewing the scalar file).
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@791 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in        |  2 +-
 debian/changelog    |  4 ++--
 src/flow.cc         |  4 ++++
 src/netperfmeter.8  |  1 +
 src/netperfmeter.cc | 38 ++++++++++++++++++++++++++++++++------
 5 files changed, 40 insertions(+), 9 deletions(-)

commit c76d50cb8e00425eda4e57ef3825eab69a40ad62
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Nov 17 08:54:59 2010 +0000

    Updated test7
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@790 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-test7.R | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/run-test7    |  8 +++---
 2 files changed, 88 insertions(+), 4 deletions(-)

commit 7e3c4b5d652b4c6cd6103404862efa06859f16c0
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Nov 16 18:22:16 2010 +0000

    Updated scripts.
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@789 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version2           | 36 ++++++++++++++----
 src/plot-test5.R               |  4 +-
 src/plot-test6.R               | 84 ++++++++++++++++++++++++++++++++++++++++++
 src/plot-version1.R            |  1 +
 src/run-test4                  |  4 +-
 src/run-test5                  | 14 ++++---
 src/run-test6                  | 59 +++++++++++++++++++++++++++++
 src/run-test7                  | 58 +++++++++++++++++++++++++++++
 src/setqos                     |  2 +-
 src/start-server-burgsteinfurt | 26 +++++++++++++
 10 files changed, 269 insertions(+), 19 deletions(-)

commit bfa0ef5250557039f813f6ae62a127a1667b8812
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Nov 16 16:46:52 2010 +0000

    Added path to sysctl call.
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@788 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/setsctp | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

commit 6bc547c61f4ae4af657f951124949d63e8950fcf
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Nov 5 17:27:44 2010 +0000

    Version update.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@787 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in     |  2 +-
 debian/changelog |  4 ++--
 make-ppa         |  2 +-
 src/plotter.R    | 18 +++++++++++++++---
 4 files changed, 19 insertions(+), 7 deletions(-)

commit b6a4014b66e39cd9b75eb341b97a5783b2af3a97
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Nov 5 17:22:32 2010 +0000

    Added unordered test with ordered reference flow.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@786 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version2 | 17 +++++++++++++----
 src/plot-test5.R     |  4 ++--
 src/run-test4        |  5 ++++-
 src/run-test5        |  2 +-
 4 files changed, 20 insertions(+), 8 deletions(-)

commit 3884716c76a1faa487036ec44158f53df08d2692
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Nov 5 16:17:34 2010 +0000

    Fixed bug.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@785 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/setqos | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit b7f9990c9554b4bb1d1735d2c959d9b242899741
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Nov 5 15:58:22 2010 +0000

    Updated setqos script:
    - Using RED parameters from simulation now.
    - BidirectionalQoS creates second pipe for reverse direction.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@784 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/setqos | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit b02b4ebd780c371d4d6130b1b9f9efdd90d0c247
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Nov 5 13:37:55 2010 +0000

    Added support for setting net.inet.sctp.cwnd_maxburst into setsctp script.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@783 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/setsctp | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

commit ad7c3d077d4fe8a6ad544d5403f04d51227cfe9d
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Nov 5 12:37:48 2010 +0000

    Updated scripts.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@782 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-test1.R                    |  2 +-
 src/plot-test2.R                    |  2 +-
 src/plot-test3.R                    |  2 +-
 src/plot-test4.R                    |  2 +-
 src/plot-test5.R                    |  2 +-
 src/plot-wp3-unordered-bandwidthI.R |  2 +-
 src/run-test5                       | 57 +++++++++++++++++++++++++++++++++++++
 7 files changed, 63 insertions(+), 6 deletions(-)

commit 7514d035a170b2f2599871f2e608eca460cc5431
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Nov 4 21:58:35 2010 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@781 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version2 | 22 ++++++++++++++++++++++
 src/qos1             |  8 ++++++--
 2 files changed, 28 insertions(+), 2 deletions(-)

commit ad13c884308824a37b5689abb6c489f0efdd4756
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Nov 4 21:27:47 2010 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@780 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-test5.R | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 84 insertions(+)

commit cc5e22eebf52a617a71ad4bca6d79563f44f5e8e
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Nov 4 14:29:06 2010 +0000

    Updated scenario.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@779 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-test4.R | 20 ++++++++++----------
 src/run-test4    | 10 +++++-----
 2 files changed, 15 insertions(+), 15 deletions(-)

commit d15eaca21e977a8d604443cc4ad23b5a56d487c4
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Nov 3 16:40:41 2010 +0000

    Adding missing parameters for unordered/unreliable to Reference Flow.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@778 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a126768b209a7c9b5550aba11451a16710a45949
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Nov 3 15:12:27 2010 +0000

    Updated test4.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@777 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/run-test4 |  9 +++++----
 src/setsctp   | 12 ++++++------
 2 files changed, 11 insertions(+), 10 deletions(-)

commit cf15cb226eba8e389b371be69fe415900229280a
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Nov 3 14:47:56 2010 +0000

    Improved measurement scripts.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@776 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version1 |   4 +-
 src/measure-version2 | 278 +++++++++++++++++++++++++++++++++++++++++++++++++++
 src/plot-test4.R     |  81 +++++++++++++++
 src/run-test3        |   4 +-
 src/run-test4        |  54 ++++++++++
 src/test1            |  44 --------
 src/test2            |  41 --------
 src/test3            |  44 --------
 src/test4            |  45 ---------
 src/test5            |  52 ----------
 src/test6            |  44 --------
 11 files changed, 417 insertions(+), 274 deletions(-)

commit 4955df0d3ffb0a4d9f5e94b5a5b90c67ddc6ef05
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Nov 3 14:47:14 2010 +0000

    Do not print useless error messages, e.g. failure to turn CMT off when there is no CMT support.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@775 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/netperfmeter.cc | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit ab092c3d28834ebe95d0c9d47de90cba25ef7f22
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Nov 3 14:46:20 2010 +0000

    Hide sysctl non-error output.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@774 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/setsctp | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit b52a9d6a16a4fcc454c175c4bb09ca81fc8bff8e
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Nov 3 14:46:03 2010 +0000

    Do not print error message when trying to remove non-existing pipe.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@773 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/setqos | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 61ffd1068eb0ce06d38ea2a46430d0821d191c34
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Nov 3 14:37:25 2010 +0000

    Added server script for both, disjoint paths and shared bottleneck scenarios. Scenarios are distinguished by different ports.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@772 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/start-servers | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

commit c0cdda8de5d064a02f142eaf64e21b5caf613d7f
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Sep 24 20:08:20 2010 +0000

    plotter.R: improvements for handling of values containing quotes.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@770 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plotter.R | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

commit c1410aba69653183db953cada213e51f51f1c9c7
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Sep 24 13:32:50 2010 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@769 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in     | 2 +-
 debian/changelog | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 2f2b12c6d2de11d9a47d814d07d9898b8229e6b1
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Sep 21 10:23:16 2010 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@768 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-version1.R                 | 8 ++++----
 src/plot-wp3-unordered-bandwidthI.R | 4 +++-
 src/run-wp3-unordered-bandwidthI    | 7 +++++--
 3 files changed, 12 insertions(+), 7 deletions(-)

commit 1316eb524d5053890425fe70ef2633cfca35df7c
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Sep 21 07:26:16 2010 +0000

    Plotting improvements.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@766 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version1                |  6 +--
 src/plot-version1.R                 |  6 +--
 src/plot-wp3-unordered-bandwidthI.R | 81 +++++++++++++++++++++++++++++++++++++
 src/plotter.R                       | 16 ++++----
 src/run-test3                       |  2 +-
 src/run-wp3-unordered-bandwidthI    | 53 ++++++++++++++++++++++++
 6 files changed, 149 insertions(+), 15 deletions(-)

commit ceda828533bcfb485f4b0751176463545a9d7cd7
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Sep 19 19:42:33 2010 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@759 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/setsctp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 3cb7c1e78e9ce6094a6a3b5ad2020f46c0b9ba9d
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Sep 18 22:11:23 2010 +0000

    Added support for buffer splitting and initial window to tool-chain.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@756 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version1 | 19 +++++++++----------
 src/plot-test3.R     | 12 ++++++------
 src/plot-version1.R  | 41 +++++++++++++++++++----------------------
 src/run-test3        |  4 ++--
 4 files changed, 36 insertions(+), 40 deletions(-)

commit 4935d95e2ad5432894606f1616af6a0e21399013
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Sep 18 21:59:06 2010 +0000

    Added CPU performance plots to test 3.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@755 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-test3.R | 24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

commit 6f49da165b08d6ef2cca64cd91dee66db5ac3945
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Sep 18 21:35:24 2010 +0000

    Added support for setting buffer splitting and initial cwnd into setsctp.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@754 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/setsctp | 34 +++++++++++++++++++++++++++++-----
 1 file changed, 29 insertions(+), 5 deletions(-)

commit 2c57b4cc1d49e5f457064384999587ec6366fd79
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Sep 18 20:46:25 2010 +0000

    Updated CMT/RP-SCTP patch.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@752 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 freebsd/netperfmeter/pkg-plist | 2 --
 1 file changed, 2 deletions(-)

commit db44918372b16eb089d43816a7188560a72e6ead
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Sep 14 07:51:42 2010 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@749 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/t4.cc | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit 17522900b6bf507df3b2b222fef9c615a49cd40a
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Sep 13 20:25:16 2010 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@748 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/t4.cc | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit 90153330612ae10f0e69bb184659ac31a155193e
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Sep 13 20:20:49 2010 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@747 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/t4.cc | 133 +++++++++++++++++++++++++++++++++++++++++++-------------------
 1 file changed, 92 insertions(+), 41 deletions(-)

commit e9c6a8964dead6a53a8f5bb77d05539665c20bae
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Sep 10 07:31:01 2010 +0000

    Plotting improvements in plotter.R.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@746 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plotter.R | 54 +++++++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 41 insertions(+), 13 deletions(-)

commit 3ecf9eab6a72b21fe2b1c87ad02109d6fb07e518
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Sep 10 07:30:51 2010 +0000

    Added scalar splitting to createsummary.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@745 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/createsummary.cc | 93 +++++++++++++++++++++++++++++++++++++---------------
 1 file changed, 66 insertions(+), 27 deletions(-)

commit 9dd406d297de1d58c3b3a459c0db24c562da6aac
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Sep 9 15:10:59 2010 +0000

    Updated build scripts.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@743 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in     | 2 +-
 debian/changelog | 4 ++--
 make-ppa         | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

commit 893a69e5d6c3c09b2252f571dd37ad501869b5ff
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Sep 7 09:23:30 2010 +0000

    Improved a/b/p plotting in plotter.R.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@741 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plotter.R | 77 +++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 48 insertions(+), 29 deletions(-)

commit 98ffe115eb4006184795c50112172180966eefe8
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Sep 2 19:18:02 2010 +0000

    Updated test3 script for new netperfmeter version
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@740 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/run-test3 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 11cc8176bf53c0782d665221d6d15fc7a821b5f5
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Sep 2 07:21:40 2010 +0000

    - Updated netperfmeter to print CPU utilization.
    - verbosity=0 is now totally quiet.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@738 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in       |  2 +-
 debian/changelog   |  4 ++--
 src/control.cc     | 14 ++++++++-----
 src/cpustatus.cc   | 19 ++++++++++-------
 src/cpustatus.h    |  1 +
 src/flow.cc        | 61 ++++++++++++++++++++++++++++++++++++++++++++++--------
 src/flow.h         |  3 ++-
 src/netperfmeter.8 |  4 ++--
 8 files changed, 80 insertions(+), 28 deletions(-)

commit 803816e05c3e191d09dae51b236203e98b05ac0f
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Aug 31 17:02:40 2010 +0000

    Updated plot script example to dump CPU utilization.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@735 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-test1.R    | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/plot-version1.R | 28 ++++++++++++++++++++-
 src/run-test1       | 14 +++++------
 3 files changed, 105 insertions(+), 8 deletions(-)

commit 7c0ee148116fdc46abeced9c7c58ef8c33dbc842
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Aug 31 16:38:18 2010 +0000

    Made output names consistent.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@734 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/flow.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2880913ac452ad8358ba67021c9911ef73ae08e5
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Aug 31 16:35:12 2010 +0000

    Removed debug code.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@733 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/flow.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit f0b364c1495fd7aa1ec81082f06863719f030c09
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Aug 31 16:32:25 2010 +0000

    Added CPU utilization recording to scalar file.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@732 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in     |   2 +-
 src/Makefile.am  |   2 +-
 src/cpustatus.cc | 228 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/cpustatus.h  |  73 ++++++++++++++++++
 src/flow.cc      |  18 +++++
 src/flow.h       |   4 +-
 src/t6.cc        | 131 --------------------------------
 7 files changed, 324 insertions(+), 134 deletions(-)

commit dc3234ee3f423f72391c99c183a7a1b8fd3e893d
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Aug 31 16:14:05 2010 +0000

    Updated CPUStatus test.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@731 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/t5.cc | 132 +++++++++++++++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 106 insertions(+), 26 deletions(-)

commit 9ce1b05a79b9618b245836479b5507ac997aa67e
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Aug 31 08:02:50 2010 +0000

    Removed obsolete NR-SACK and DAC options.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@728 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc            | 12 ++----------
 src/flowtrafficspec.cc    |  6 ------
 src/flowtrafficspec.h     |  2 --
 src/netperfmeter.8        |  4 ----
 src/netperfmeter.cc       | 44 --------------------------------------------
 src/netperfmeterpackets.h |  2 --
 6 files changed, 2 insertions(+), 68 deletions(-)

commit 6e3ef984495f71e33d74540cc695343276e16166
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Aug 31 08:02:33 2010 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@727 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/t5.cc | 193 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 193 insertions(+)

commit 052b9de241a8dc617a173c60a14a9eb424cac880
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Aug 31 07:46:07 2010 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@726 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/t6.cc | 131 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 131 insertions(+)

commit 213b4100c5a641e87e3dfe3291a676f025cebf21
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Aug 26 13:31:46 2010 +0000

    CMT/RP test with disjoint links now working.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@723 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-version1.R | 14 +++++++-------
 src/run-test3       |  8 ++++----
 2 files changed, 11 insertions(+), 11 deletions(-)

commit b3c6d3689297082fc4b93f31ccb3bf9c2fbe0526
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Aug 26 07:29:11 2010 +0000

    - Improved handling of CMT options (FreeBSD).
    - Abort active side on connection break by default => avoids misleading statistics results.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@720 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in              |  2 +-
 debian/changelog          |  4 ++--
 src/control.cc            | 18 ++++++++++++++++++
 src/flow.h                |  4 ++++
 src/flowtrafficspec.cc    |  8 +++++++-
 src/flowtrafficspec.h     | 10 ++++++----
 src/netperfmeter.8        | 16 +++++++++++++---
 src/netperfmeter.cc       | 42 +++++++++++++++++++++++++++++++++++-------
 src/netperfmeterpackets.h |  4 ++++
 src/t3.cc                 |  9 +++++++--
 src/transfer.cc           | 12 ++++++++++++
 11 files changed, 109 insertions(+), 20 deletions(-)

commit 5528f3f2f64c9f33068427823c396e1b428d0775
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Aug 25 12:53:51 2010 +0000

    Updated test scripts.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@719 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version1 |  4 ++--
 src/run-test3        | 20 ++++++++++----------
 2 files changed, 12 insertions(+), 12 deletions(-)

commit 57824a6123980b8672595cf92d9c7ae037a45a2f
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Aug 24 17:21:37 2010 +0000

    NetPerfMeter options update for CMT.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@717 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/flowtrafficspec.cc |  3 ---
 src/flowtrafficspec.h  |  1 -
 src/measure-version1   | 37 ++++++++++++++++++++++++++++++-------
 src/netperfmeter.cc    | 29 ++++++++++-------------------
 src/run-test3          | 13 +++++++------
 5 files changed, 47 insertions(+), 36 deletions(-)

commit f43438cb323bddbf22a7007b200365ddd62a8e44
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Aug 24 16:57:15 2010 +0000

    Added options to configure CMT, RP and NR-SACK usage.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@716 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/flowtrafficspec.cc |  14 ++++++-
 src/flowtrafficspec.h  |   5 +++
 src/netperfmeter.cc    | 103 +++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 121 insertions(+), 1 deletion(-)

commit 7654f7c7cce561d8e635ae135c6c44b5db2a2c55
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Aug 24 07:42:12 2010 +0000

    Updated FreeBSD ports Makefile to use /usr/lib/libbz2.so when available.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@714 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 freebsd/netperfmeter/Makefile | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

commit 76aa9a0e64f928e23ed509861abd712596ba2b57
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Aug 24 07:32:14 2010 +0000

    Updated setsctp script to use new RP sysctl.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@713 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/setsctp | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

commit fb31ffa4ba446f4c4c9df31ffdf5319f798c2729
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Aug 23 14:12:32 2010 +0000

    Updated FreeBSD ports Makefile.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@711 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 freebsd/netperfmeter/Makefile | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

commit f2b5d5663e814a3bd58a19554f6411fb9488a53e
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Aug 16 07:26:52 2010 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@709 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/t3.cc | 84 ++++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 54 insertions(+), 30 deletions(-)

commit 7a653f39451c788e6bbf458ec61e7a4bea369a62
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Aug 12 07:34:21 2010 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@704 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/t3.cc | 104 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 104 insertions(+)

commit 6f92404660d3730f8b65a0c06690716a2d88ad34
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Aug 10 07:44:05 2010 +0000

    Updated data table handling tools.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@702 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ablage/control.full                 |  12 +-
 ablage/datatabletools.install       |   6 +-
 ablage/datatabletools.manpages      |   6 +-
 ablage/netperfmeter.install.full    |   8 +-
 ablage/netperfmeter.manpages.full   |   4 +-
 ablage/pdfproctools.install         |   4 +-
 ablage/pdfproctools.manpages        |   4 +-
 configure.in                        |   2 +-
 debian/changelog                    |   7 +
 debian/control                      |   2 +-
 src/Makefile.am                     |  20 +-
 src/combinesummaries.cc             | 238 +++++---------
 src/createsummary.cc                | 640 ++++++++++++++++--------------------
 src/extractvectors.cc               | 268 +++++++--------
 src/flow.cc                         |   9 +-
 src/inputfile.cc                    | 169 ++++++++++
 src/inputfile.h                     |  79 +++++
 src/outputfile.cc                   |  93 ++++--
 src/outputfile.h                    |  11 +-
 src/wireshark/colorfilters          |   5 +-
 src/wireshark/packet-netperfmeter.c |   3 +-
 21 files changed, 859 insertions(+), 731 deletions(-)

commit c8b2fcf4921b1710c3c5d8ecefd45053fe06f83c
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Aug 6 16:59:21 2010 +0000

    Fixed plotter.R to work with R under FreeBSD 8.1: removed "extended=TRUE" for sub() calls.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@697 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plotter.R | 12 ++++++------
 src/run-test3 |  7 ++++---
 2 files changed, 10 insertions(+), 9 deletions(-)

commit c42590b5bc320988ddc6d82841051260e506e722
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jul 27 11:33:25 2010 +0000

    Updated FreeBSD ports scripts: directory has to be named like the package.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@666 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 freebsd/Makefile                    | 32 --------------------------------
 freebsd/distinfo                    |  3 ---
 freebsd/make-shar                   |  3 ---
 freebsd/netperfmeter/Makefile       | 32 ++++++++++++++++++++++++++++++++
 freebsd/netperfmeter/distinfo       |  3 +++
 freebsd/netperfmeter/make-shar      |  3 +++
 freebsd/netperfmeter/pkg-descr      |  8 ++++++++
 freebsd/netperfmeter/pkg-plist      |  2 ++
 freebsd/netperfmeter/test-packaging | 26 ++++++++++++++++++++++++++
 freebsd/pkg-descr                   |  8 --------
 freebsd/pkg-plist                   |  2 --
 freebsd/test-packaging              | 26 --------------------------
 12 files changed, 74 insertions(+), 74 deletions(-)

commit 2beea1351fd3373f1a9d214ae2459d310fd0c6e6
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jul 27 10:39:30 2010 +0000

    Added script to create shar file of ports files.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@662 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 freebsd/make-shar | 3 +++
 1 file changed, 3 insertions(+)

commit 0a1b0dccc6855e3f0aaf4c8351dfb17f99202b0a
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jul 27 10:17:45 2010 +0000

    Finished FreeBSD ports scripts.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@661 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 freebsd/Makefile | 23 +++++++++--------------
 freebsd/distinfo |  3 +++
 2 files changed, 12 insertions(+), 14 deletions(-)

commit f81c4825a94da10a32bd44ff17cebdd8da3948a1
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jul 27 09:12:00 2010 +0000

    Improved FreeBSD packaging scripts.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@660 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 freebsd/Makefile       | 2 ++
 freebsd/test-packaging | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 1e52eb65bbc0678771426a6f3325493cfb82aaa7
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jul 27 09:07:10 2010 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@659 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 freebsd/Makefile       | 4 ----
 freebsd/test-packaging | 0
 2 files changed, 4 deletions(-)

commit df7d0ad75872736648a5d8ab78dd293d4b6f5c77
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jul 27 09:06:54 2010 +0000

    Updated packaging test script.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@658 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 freebsd/test-packaging | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

commit 078dbcfbbe9965eb9ff33319228c272a1ff93afc
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jul 27 08:56:23 2010 +0000

    Added FreeBSD packaging test script.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@657 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 freebsd/test-packaging | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

commit 2cd3bb58e8d2b5325c8464599d1e044c419cb2e2
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jul 27 08:52:04 2010 +0000

    Updated FreeBSD ports files.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@656 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 freebsd/Makefile  | 30 ++++++++++++++++--------------
 freebsd/pkg-plist |  3 ++-
 2 files changed, 18 insertions(+), 15 deletions(-)

commit f971e4be169de2dc99c9c08063372c9e328e7605
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jul 27 08:50:15 2010 +0000

    Got rid of false positive compiler warning on uninitialized variable.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@655 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tools.cc | 1 +
 1 file changed, 1 insertion(+)

commit 5d24089012b9808d87cbd822f0ddc3de582417e2
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jul 27 08:30:23 2010 +0000

    Started adding FreeBSD packaging files.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@654 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 freebsd/Makefile  | 37 +++++++++++++++++++++++++++++++++++++
 freebsd/pkg-descr |  8 ++++++++
 freebsd/pkg-plist |  1 +
 3 files changed, 46 insertions(+)

commit f9e87596aea0fe20f22a21e2a78ce826e3cc2449
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Jul 22 10:43:23 2010 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@653 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version1 | 4 ++--
 src/plot-test3.R     | 2 +-
 src/run-test3        | 8 ++++----
 3 files changed, 7 insertions(+), 7 deletions(-)

commit 390f6094202ac9c94deefcda5a930db4b11ac7ab
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 21 14:10:58 2010 +0000

    Version update.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@652 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit df2c583c00e1d2ed0b0b176142f3a80a6bd73bfc
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 21 14:03:54 2010 +0000

    Updated ChangeLog.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@651 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ChangeLog | 1558 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 1558 insertions(+)

commit 18cd1143721beacf7dd4e7964f658ad50b4c4989
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 21 14:02:50 2010 +0000

    Version update.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@650 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in     | 2 +-
 debian/changelog | 9 +++++++++
 debian/control   | 4 +---
 3 files changed, 11 insertions(+), 4 deletions(-)

commit a5570e4c36815fc19bfd3c9681403e49c149c7cc
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 21 12:29:09 2010 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@649 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/make-rootshell | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3553b0114f95205614333f5fbcf6325d29b2492b
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 21 12:28:42 2010 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@648 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/make-rootshell   |  6 ++++++
 src/measure-version1 |  4 ++--
 src/qos0             | 17 +++++++++++++++++
 src/qos1             | 17 +++++++++++++++++
 src/qos2             | 11 +++++++++++
 src/run-test3        |  8 ++++----
 6 files changed, 57 insertions(+), 6 deletions(-)

commit f1894f6c053ef40f9fd62104ed4dcde2ed393d3a
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jul 20 11:35:28 2010 +0000

    Added debug output.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@647 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/transfer.cc | 4 ++++
 1 file changed, 4 insertions(+)

commit cabfcacfd0b2cb2a392c3012cdbfcf5ea32343ed
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jul 20 11:30:44 2010 +0000

    Important bugfix for Message Reader code: now correctly handling the case where a header is only read partially. This bug may have lead to stalling incoming TCP connections.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@646 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/messagereader.cc | 3 +++
 1 file changed, 3 insertions(+)

commit 98771e6a9e163a21377fc667fd5ce68e21a64119
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jul 19 19:04:50 2010 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@645 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/flow.cc         |  3 ++-
 src/plot-test3.R    | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/plot-version1.R |  5 +++++
 src/run-test2       |  4 ++--
 src/run-test3       |  6 ++++--
 5 files changed, 72 insertions(+), 5 deletions(-)

commit 268fb86d1c20f2d9149fc82a3d68618ff6e28bea
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Jul 4 09:25:53 2010 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@600 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b01ed8aa678e622831eb441630991ba48e89da92
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Jul 3 12:23:13 2010 +0000

    Now creating the Debian package with the right upstream tarball ...
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@599 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 33a8d284014e2ea39f7546728dd77b6a8886d501
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jul 2 12:48:04 2010 +0000

    Removed recommendation of rsplib-tools, since not available in Debian yet.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@598 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 debian/changelog | 7 +++++++
 debian/control   | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit 4a3ca2e95ca81817193f0377d9506c234b8c90dc
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Jun 27 18:53:02 2010 +0000

    Added upstream ChangeLog import to Debian files.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@592 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 debian/changelog | 2 +-
 debian/rules     | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 8828dd014304b24a459f08b82798942d37680d5b
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Jun 27 16:41:11 2010 +0000

    Updated ChangeLog.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@591 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ChangeLog | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

commit cb9a7243056648d14b706900960c97af5e30ad56
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Jun 27 16:39:53 2010 +0000

    Now using dh7 mini-rules for debian/rules.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@590 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 debian/netperfmeter.install  |  2 +-
 debian/netperfmeter.manpages |  2 +-
 debian/rules                 | 89 +-------------------------------------------
 3 files changed, 4 insertions(+), 89 deletions(-)

commit 4bc5a38564172743c82f2802e1970ec796867dbe
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Jun 27 16:39:31 2010 +0000

    Fixed more manpage problems found by:
    LANG=C MANWIDTH=80 man --warnings -E UTF-8 -l **manpage-file** >/dev/null
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@589 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/combinesummaries.8 |  9 ++++-----
 src/createsummary.8    |  9 ++++-----
 src/extractvectors.8   | 13 +++++--------
 3 files changed, 13 insertions(+), 18 deletions(-)

commit 57400fc4346674d02cc48ee466bd5f0d53f2f506
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Jun 27 16:31:40 2010 +0000

    Fixed another problem in the netperfmeter manpage.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@588 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/netperfmeter.8 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d24e1c8cd859fcd97572e1dd49d00336c7dc01c7
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Jun 27 13:08:09 2010 +0000

    Added ChangeLog from SVN.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@587 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ChangeLog                    | 1316 ++++++++++++++++++++++++++++++++++++++++++
 debian/netperfmeter.install  |    2 +-
 debian/netperfmeter.manpages |    2 +-
 3 files changed, 1318 insertions(+), 2 deletions(-)

commit 6cafe5aa0d975285a7440ebf0a7c12c62094fb3f
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Jun 27 12:03:46 2010 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@586 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ablage/datatabletools.install  | 3 +++
 ablage/datatabletools.manpages | 3 +++
 ablage/pdfproctools.install    | 2 ++
 ablage/pdfproctools.manpages   | 2 ++
 4 files changed, 10 insertions(+)

commit 06e3d3bcb639f9d9e5543a82ecf2dd06e604b2aa
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Jun 27 12:01:39 2010 +0000

    Updated Debian files.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@585 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 debian/changelog               | 4 ++--
 debian/control                 | 2 +-
 debian/datatabletools.install  | 3 ---
 debian/datatabletools.manpages | 3 ---
 debian/netperfmeter.install    | 2 +-
 debian/netperfmeter.manpages   | 2 +-
 debian/pdfproctools.install    | 2 --
 debian/pdfproctools.manpages   | 2 --
 8 files changed, 5 insertions(+), 15 deletions(-)

commit 8d20d87a3e18a418fbf9b3f3f3238f6af26bb4fd
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Jun 27 12:00:47 2010 +0000

    Version update.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@584 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in     | 2 +-
 netperfmeter.lsm | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 4718becac64334503525081d7c864966b3bed86d
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Jun 27 12:00:29 2010 +0000

    Fixed problem in manpage (empty lines).
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@583 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/netperfmeter.8 | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

commit eeed7827f01cf519f187021c0f9b558ef6c45ede
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Jun 26 15:56:49 2010 +0000

    Updated Debian scripts.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@582 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ablage/control.full               | 48 +++++++++++++++++++++++++++++++++++++++
 ablage/netperfmeter.install.full  |  4 ++++
 ablage/netperfmeter.manpages.full |  2 ++
 configure.in                      |  2 +-
 debian/changelog                  | 14 ++----------
 debian/compat                     |  2 +-
 debian/control                    |  2 +-
 debian/control.full               | 48 ---------------------------------------
 debian/copyright                  |  7 ++----
 debian/netperfmeter.install.full  |  4 ----
 debian/netperfmeter.manpages.full |  2 --
 11 files changed, 61 insertions(+), 74 deletions(-)

commit 385a9eda5e0ed154ffe18f0b49c9d1dc83ec187b
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jun 22 14:11:31 2010 +0000

    Removed debug code from createsummary.cc.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@581 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/createsummary.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ae627149932bdaac16dfc45d5b1dfca63206b315
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jun 21 10:48:59 2010 +0000

    - Updated createsummary.cc with memory leak bugfix and support for OMNeT++ 4.1 files.
    - Updated Wireshark color filter.
    - Updated plotter.R.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@580 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in               |   2 +-
 debian/changelog           |   7 ++
 src/createsummary.cc       | 180 +++++++++++++++++++++++++++++++++------------
 src/plotter.R              |  57 +++++++++++---
 src/wireshark/colorfilters |  11 +++
 5 files changed, 198 insertions(+), 59 deletions(-)

commit de4ac425a97ad0e2471eddf0701cc9fb52051d23
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Jun 19 11:02:36 2010 +0000

    Updated scripts.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@576 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 debian/changelog | 2 +-
 make-ppa         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 4c434286802a66533ed062c276540e2f4d4b7b5a
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Jun 19 10:44:00 2010 +0000

    Converted debian scripts to version 3.0.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@575 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ChangeLog            | 2236 --------------------------------------------------
 configure.in         |    2 +-
 debian.conf          |    2 +-
 debian/changelog     |    8 +-
 debian/control       |    2 +-
 debian/source/format |    1 +
 make-deb             |    4 +-
 netperfmeter.lsm     |    6 +-
 8 files changed, 15 insertions(+), 2246 deletions(-)

commit 9030b8bad5239e63d25476d93f052e33523978b7
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon May 31 09:49:53 2010 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@559 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 make-ppa | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1d954dc608138919450f864838a54cec6fc712a2
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri May 28 18:16:49 2010 +0000

    - Fixed flow vector bug leading to transmission of unexpected results data.
    - Version update.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@555 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in                  |  2 +-
 debian/changelog              |  4 +-
 src/combinesummaries.cc       |  2 +-
 src/control.cc                | 37 ++++++++---------
 src/control.h                 |  2 +-
 src/createsummary.cc          |  2 +-
 src/debug.h                   |  2 +-
 src/defragmenter.cc           | 32 +++++++--------
 src/defragmenter.h            |  6 +--
 src/extractvectors.cc         | 93 +++++++++++++++++++++++++++++++++----------
 src/flow.cc                   | 86 ++++++++++++++++++++-------------------
 src/flow.h                    | 28 ++++++-------
 src/flowbandwidthstats.cc     |  6 +--
 src/flowbandwidthstats.h      |  4 +-
 src/flowtrafficspec.cc        |  2 +-
 src/flowtrafficspec.h         |  6 +--
 src/ldcalc.cc                 | 12 +++---
 src/measure-version1          |  2 +-
 src/measurement.cc            | 12 +++---
 src/measurement.h             |  6 +--
 src/messagereader.cc          |  2 +-
 src/messagereader.h           |  6 +--
 src/mutex.cc                  |  2 +-
 src/mutex.h                   |  2 +-
 src/netperfmeter.cc           | 14 +++----
 src/netperfmeterpackets.h     |  8 ++--
 src/outputfile.cc             |  9 +++--
 src/outputfile.h              |  6 +--
 src/pdfembedfonts             |  2 +-
 src/pdfmetadata               |  2 +-
 src/plot-netperfmeter-results |  2 +-
 src/redblacktree.h            |  2 +-
 src/redblacktree_impl.h       |  2 +-
 src/rootshell.c               |  2 +-
 src/setqos                    |  2 +-
 src/setsctp                   |  2 +-
 src/simpleredblacktree.h      |  2 +-
 src/t1.cc                     | 69 --------------------------------
 src/thread.cc                 |  2 +-
 src/thread.h                  |  6 +--
 src/tools.cc                  |  8 ++--
 src/transfer.cc               |  8 ++--
 src/transfer.h                |  2 +-
 43 files changed, 248 insertions(+), 260 deletions(-)

commit aa6852b004832a5ac1b3515d413159d42fc1b492
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu May 27 17:19:41 2010 +0000

    Work-around for FreeBSD's SCTP shutdown kernel crash.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@554 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/flow.cc | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 323b7d3ef8c6d247b447f6266ad04ba459867a9d
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed May 26 16:59:03 2010 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@553 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-test2.R    | 2 +-
 src/plot-version1.R | 2 ++
 src/run-test2       | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

commit 2abc092e6d7c82bd09a866b05e2a903beb6aa0e4
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed May 26 16:34:57 2010 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@552 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/server.bottleneck | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

commit 209aa54e8c6ceab456318e4262210b869f2154f4
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed May 26 16:34:13 2010 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@551 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version1           | 14 +++++++++---
 src/plot-test2.R               | 49 ++++++++++++++++++++++++++++++++++++++++++
 src/plot-version1.R            | 16 ++++++++++++--
 src/run-problem1               |  8 +++----
 src/run-test2                  | 19 +++++++++-------
 src/run-wp0-links-symmetrischI |  2 +-
 src/setqos-test                | 26 ++++++++++++++++++++++
 7 files changed, 116 insertions(+), 18 deletions(-)

commit 6b36116ecb65aa55df08815f650d1f20818eba5a
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed May 26 16:31:05 2010 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@550 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/setqos | 1 -
 1 file changed, 1 deletion(-)

commit 80a8d28c94b32e8cfd515a980e6702a3afe2ccfe
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed May 26 16:29:50 2010 +0000

    Fixes for setqos.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@549 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/setqos | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 42b9dbcb3541fc0eafc3a027ebdda70093075f5a
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed May 26 16:06:02 2010 +0000

    Added support for bidirectional QoS configuration to setqos.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@548 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/setqos | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

commit bef585a4fb932e974271c06e145938d0272b6fb7
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed May 26 15:49:21 2010 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@547 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/setqos | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit 45ce4a4ba6f704939c6a3d31fd9178a19d78cf50
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Jan 28 08:08:37 2010 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@540 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plotter.R | 56 ++++++++++++++++++++++++++++++--------------------------
 1 file changed, 30 insertions(+), 26 deletions(-)

commit 4929b6386234b99887aab2c21b556c0c170b7f4a
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jan 27 10:09:44 2010 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@539 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-OMNeT++Workshop2010.R | 8 ++++----
 src/plot-version1.R            | 6 ++----
 2 files changed, 6 insertions(+), 8 deletions(-)

commit e85124bf7e2677c3a23c12a3b8efda887ced087a
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jan 27 09:34:01 2010 +0000

    Added support for modifying dot size into plotter.R.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@538 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-OMNeT++Workshop2010.R |  2 +-
 src/plotter.R                  | 47 ++++++++++++++++++------------------------
 2 files changed, 21 insertions(+), 28 deletions(-)

commit f90c4c025e0f4359d489c299ae07eb7ebe05f4a2
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jan 26 15:10:08 2010 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@537 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-OMNeT++Workshop2010.R | 4 ++--
 src/run-wp0-links-symmetrischI | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit b17a400c4d719944f02feadf62bf192edbe859c4
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jan 26 09:26:16 2010 +0000

    Improved plotting: dotSet may specify custom set of "pch" dot symbols to use for plotting. Also, z/v/w sorting is now supported by template plotting.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@536 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-OMNeT++Workshop2010.R |   6 +-
 src/plotter.R                  | 444 ++++++++++++++++++++++++++++-------------
 2 files changed, 310 insertions(+), 140 deletions(-)

commit d9116111c3366d288f1864ff583835492a884f70
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jan 22 14:03:46 2010 +0000

    Fixed buffer configuration problem for FreeBSD.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@535 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/setsctp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 75ef42ffeb259f8b137ea26e50eeb2c095637c78
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jan 22 12:29:37 2010 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@534 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version1              | 12 +++++---
 src/plot-version1.R               |  5 ++--
 src/plot-wp0-links-symmetrischI.R | 61 +++++----------------------------------
 src/run-wp0-links-symmetrischI    | 10 +++----
 src/setsctp                       |  2 ++
 5 files changed, 25 insertions(+), 65 deletions(-)

commit a14691f160c580ec5dd76886e4ca8e64d0d89191
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Dec 2 13:18:07 2009 +0000

    measure-version1 does not write vector files any more -> fix for buffering problem.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@531 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 556809a2f2545c7930f72e599065a102826c9321
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Dec 2 08:38:34 2009 +0000

    - Fixed UDP problem.
    - Added ExtractVectors program.
    - Updated Debian packaging files.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@530 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in                   |   2 +-
 debian.conf                    |   2 +-
 debian/changelog               |   4 +-
 debian/datatabletools.install  |   1 +
 debian/datatabletools.manpages |   1 +
 src/Makefile.am                |   7 +-
 src/combinesummaries.8         |   2 +-
 src/control.cc                 |   9 +-
 src/createsummary.8            |   2 +-
 src/extractvectors.8           | 106 +++++++++++++++
 src/extractvectors.cc          | 284 +++++++++++++++++++++++++++++++++++++++++
 src/flow.cc                    |  47 ++++---
 src/flow.h                     |   5 +-
 src/netperfmeter.cc            |  13 +-
 src/tools.cc                   |   1 -
 src/transfer.cc                |  16 ++-
 16 files changed, 456 insertions(+), 46 deletions(-)

commit 6d6b8fb4b7c3f4652104e3147c1a3ac96db93bb9
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Dec 1 18:24:53 2009 +0000

    Fixed problems with statistics handling.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@529 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc      | 100 +++++++++++++++++++++++++++++++++++-----------------
 src/flow.cc         |   9 ++---
 src/measurement.cc  |   2 +-
 src/netperfmeter.cc |  12 ++++++-
 src/outputfile.cc   |  41 +++++++++++----------
 src/outputfile.h    |   7 ++++
 6 files changed, 113 insertions(+), 58 deletions(-)

commit 07aac439c2aee2ae56d1a474089300e010b97117
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Dec 1 17:05:02 2009 +0000

    Fixed locking problem introduced by "skip vector/scalar writing" updates.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@528 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

commit fc7abcd81c2df982837293e5edb6179bf6e31fed
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Dec 1 16:59:06 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@527 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-OMNeT++Workshop2010.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f0d1a6b0633640036f6be51dba4fa4a893942391
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Dec 1 15:22:57 2009 +0000

    Added local addresses to measure-version1.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@526 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9536606ac6b0dae32034840dae609212be276d1b
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Dec 1 15:22:12 2009 +0000

    Fixed problem with config file handling (empty string = do not write config file).
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@525 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc      | 113 +++++++++++++++++++++++++++-------------------------
 src/netperfmeter.cc |   4 +-
 2 files changed, 61 insertions(+), 56 deletions(-)

commit a95be6f746199b0bff0ce13b1459d0a409263462
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Dec 1 15:07:46 2009 +0000

    NetPerfMeter can now skip writing of scalar or vector files.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@524 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc            | 59 ++++++++++++++++++++++++++++++++---------------
 src/control.h             | 20 ++++++++--------
 src/flow.cc               | 33 +++++++++++++-------------
 src/flow.h                | 22 +++++++++---------
 src/measurement.cc        |  8 +++----
 src/measurement.h         |  8 +++----
 src/netperfmeter.cc       | 50 ++++++++++++++++++++++++++++-----------
 src/netperfmeterpackets.h |  3 +++
 src/outputfile.cc         | 46 +++++++++++++++++++-----------------
 src/outputfile.h          | 11 ++++++++-
 src/transfer.cc           |  2 +-
 11 files changed, 162 insertions(+), 100 deletions(-)

commit dc2da50bbbc9af392f6933512da09202c447d5ed
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Nov 25 11:08:35 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@523 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/setqos | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5669ac1be51d7689124e70997e6cbcfc2944670d
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Nov 24 14:03:23 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@522 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/setqos | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit eba27ad992d120301cc7400ba31a9e20713a2d2e
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Nov 24 13:49:56 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@521 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/setqos | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6e0240c0e6a094af48477634fc0de6f28fc075a8
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Nov 24 13:09:19 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@520 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/server | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit b4b1acb4eaaf33b813c1a8d626e3afcabc668178
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Nov 24 13:09:02 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@519 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/run-wp0-links-symmetrischI | 6 +++---
 src/setqos                     | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

commit e2f027a5fce2341b11dc0dcb04c4d3dd97a8731b
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Nov 14 23:00:20 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@518 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-OMNeT++Workshop2010.R |  4 ++--
 src/plotter.R                  | 20 ++++++++++++++------
 2 files changed, 16 insertions(+), 8 deletions(-)

commit a7279dd8375cd81e26d87c64ac6f2fd29e514768
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Nov 13 14:43:53 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@517 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-OMNeT++Workshop2010.R    | 68 ++++++------------------------
 src/plot-demo2.R                  |  2 +-
 src/plot-version1.R               | 89 +++++++++++++++++++++++++++++++++++++++
 src/plot-wp0-links-symmetrischI.R |  2 +-
 src/run-wp0-links-symmetrischI    |  6 +--
 5 files changed, 106 insertions(+), 61 deletions(-)

commit c209f381367f7f2b2a9c7d9888a735c444bf0272
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Nov 13 11:27:28 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@516 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version1              | 13 +++++++------
 src/plot-wp0-links-symmetrischI.R |  2 +-
 src/run-wp0-links-symmetrischI    |  9 +++++----
 3 files changed, 13 insertions(+), 11 deletions(-)

commit f4ce491730193000de8973061d15b1485a89ba73
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Nov 13 11:25:13 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@515 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-OMNeT++Workshop2010.R | 111 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 111 insertions(+)

commit 121c13fe05e34e04d2c9c9ebb6d9555273a63108
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Nov 12 12:19:43 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@514 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-wp0-links-symmetrischI.R |  4 ++--
 src/plotter.R                     |  4 +++-
 src/run-test3                     |  6 +++---
 src/run-wp0-links-symmetrischI    | 16 ++++++++--------
 4 files changed, 16 insertions(+), 14 deletions(-)

commit 0716bf8bc66ce6da6de78fe90bc6adbc9cd8eb70
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Nov 4 16:57:42 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@511 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/run-test3 | 4 ++--
 src/setsctp   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 6147b421dd9c160e672aa98674b6fdb61c0dbf74
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Nov 4 15:31:03 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@510 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/setsctp | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

commit df9ce0e5f8ee279e1cba42d63269a0a25a85d6ce
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Oct 28 17:07:13 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@509 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/run-test3 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 39297bccc08dd43888136b1a8885c7d38d1f5403
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Oct 28 16:53:29 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@508 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/measure-version1 |  7 ++++---
 src/run-problem1     |  9 ++++-----
 src/run-test3        | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 src/setsctp          | 25 ++++++++++++++++++++-----
 4 files changed, 76 insertions(+), 13 deletions(-)

commit b491cd06cbe6ea58ad302cd325f430340ae56c76
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Oct 16 20:46:20 2009 +0000

    Added TD EdgeDevice QDisc sources.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@507 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/Makefile.am |  5 ++++-
 src/ldcalc.cc   | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/setqos      | 27 +++++++++++++++-------
 3 files changed, 92 insertions(+), 9 deletions(-)

commit 9295bfdedd1c74e974c67f4f38d1498666e54dcf
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Sep 30 13:06:37 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@506 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/run-problem1 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit d993ccd6669a186356042d95c3a19542a99fcc8c
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Sep 30 12:22:56 2009 +0000

    Fixed possible NULL-pointer dereference.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@505 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6230bb0298cf7566b0f7b7dbeab3e6372071e464
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Sep 30 12:14:19 2009 +0000

    Fixed parameter problem.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@504 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/outputfile.cc              |  2 +-
 src/run-problem1               | 68 ++++++++++++++++++++++++++++++++++++++++++
 src/run-wp0-links-symmetrischI |  4 +--
 3 files changed, 71 insertions(+), 3 deletions(-)

commit 7863b43c912c6d7e3aac302d1bde041aca97b6e1
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Sep 25 06:46:54 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@503 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc      | 19 ++++++++++++++++++-
 src/netperfmeter.cc |  2 +-
 2 files changed, 19 insertions(+), 2 deletions(-)

commit 9c2389d0a22a5486b2b3f987464fa07919289ba2
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Sep 24 14:29:51 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@502 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/passive-east | 2 +-
 src/tools.cc     | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

commit 7af9ff07191b0e8d84b60744b51f6edcf2a21f32
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Sep 24 14:29:10 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@501 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-wp0-links-symmetrischI.R | 107 ++++++++++++++++++++++++++++++++++++++
 src/run-wp0-links-symmetrischI    |   6 +--
 2 files changed, 110 insertions(+), 3 deletions(-)

commit e981e21afa4d301c24d1bf49e0705b2fb8771ab1
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Sep 23 11:58:37 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@500 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 autogen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5ba75b1a10eb78eed9c1905cd2c83f8f7478cfdd
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Sep 23 08:05:41 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@499 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plotter.R | 192 +++++++++++++++++++++++++++++++---------------------------
 1 file changed, 104 insertions(+), 88 deletions(-)

commit e6049940f7148ab14f846d34519f81b82855852f
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Sep 18 10:23:22 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@498 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/run-test2                  |  2 +-
 src/run-wp0-links-symmetrischI | 47 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+), 1 deletion(-)

commit d708b24d1f33ee834393917ccf8b5afd88abc6d1
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Sep 18 08:15:53 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@497 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ChangeLog | 201 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 201 insertions(+)

commit be61f0cd6a66efe21821edefff203ba082ea7558
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Sep 18 08:15:37 2009 +0000

    Updated Debian scripts.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@496 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 Makefile.am                       |  2 ++
 autogen.sh                        |  3 +++
 configure.in                      |  9 ++++++--
 debian/changelog                  |  4 ++--
 debian/control                    | 31 ++-----------------------
 debian/control.full               | 48 +++++++++++++++++++++++++++++++++++++++
 debian/netperfmeter.install       |  3 ---
 debian/netperfmeter.install.full  |  4 ++++
 debian/netperfmeter.manpages      |  1 -
 debian/netperfmeter.manpages.full |  2 ++
 netperfmeter.lsm                  |  8 +++----
 src/Makefile.am                   | 28 ++++++++++++++---------
 src/plot-demo2.R                  | 27 ++++++++++++++--------
 13 files changed, 108 insertions(+), 62 deletions(-)

commit 77b74d0bfe303cc0ed8df2589b6a4632a6722e82
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Sep 17 15:43:32 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@495 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-demo2.R | 43 ++++++++++++++++++++++++++-----------------
 src/run-test2    |  8 ++++----
 2 files changed, 30 insertions(+), 21 deletions(-)

commit afb8407044a6f6047966994ce1dedfd292bd8c0d
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Sep 17 14:47:59 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@494 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-demo2.R | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 91 insertions(+)

commit 45be0848e5c11e2f2a7ec08482f5456a474e067d
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Sep 17 10:57:15 2009 +0000

    Do not set MSG_DONTWAIT in MessageReader::receiveMessage().
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@493 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/messagereader.cc | 1 -
 1 file changed, 1 deletion(-)

commit bfd23d71460e2c636cdaf77485fb6e2ed4a0b8a5
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Sep 17 07:20:27 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@492 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc       |   9 +-
 src/measure-version1 | 229 +++++++++++++++++++++++++++++++++++++++++++++++++++
 src/messagereader.h  |   8 +-
 src/run-test2        | 187 +----------------------------------------
 4 files changed, 239 insertions(+), 194 deletions(-)

commit d7edb8ecc79e0402b333b7adf09cfc96f405ed45
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Sep 16 17:29:02 2009 +0000

    - Fixed length for Results message.
    - Removed dependency on md5deep.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@491 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 README.FreeBSD       |  1 -
 configure.in         |  2 ++
 debian/control       |  2 +-
 src/Makefile.am      |  2 +-
 src/control.cc       | 79 ++++++++++++++++++++++++++++++----------------------
 src/messagereader.cc |  3 +-
 src/netperfmeter.cc  |  2 +-
 7 files changed, 51 insertions(+), 40 deletions(-)

commit 02dda52a8e43469e2579ecc2a328efaacbaf13fb
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Sep 16 13:39:49 2009 +0000

    Bugfix for unreliable/unordered probabilities.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@490 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/run-test2   | 15 +++++++--------
 src/transfer.cc |  4 ++--
 2 files changed, 9 insertions(+), 10 deletions(-)

commit 51612caeb8a1bfd8703951fc484a56384c5895d0
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Sep 16 13:32:23 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@489 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc      |  2 +-
 src/netperfmeter.8  |  4 ++++
 src/netperfmeter.cc | 18 ++++++++++++++++--
 3 files changed, 21 insertions(+), 3 deletions(-)

commit b117419b532dc012ba6fedd6578db52dd17a4811
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Sep 16 11:16:11 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@488 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/passive-east | 2 ++
 1 file changed, 2 insertions(+)

commit 04ebb8722ceadc6b1070eb3d2a124f03ad64dc28
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Sep 16 11:12:16 2009 +0000

    Reduced NetPerfMeter Results message size.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@487 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc            | 2 +-
 src/netperfmeterpackets.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 8183c5ac687d00897ef14921ac388a5c0118f738
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Sep 16 11:07:58 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@486 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/run-test2 |  4 ++--
 src/setqos    | 11 +++++++----
 2 files changed, 9 insertions(+), 6 deletions(-)

commit 94457043446f208c6b2caf518276433fa31e15be
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Sep 16 11:03:48 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@485 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/setsctp | 1 -
 1 file changed, 1 deletion(-)

commit 07b0a823f599686632c1aff58f2416a660066d03
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Sep 16 10:50:40 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@484 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/run-test2 | 4 ++--
 src/setqos    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit cf6566dcf54bc22fe465736116223d815764cfaf
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Sep 16 10:43:01 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@483 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/setsctp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit b74aa0103070362d4bd0fa3f4a9dee7b5ee283f1
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Sep 16 10:42:53 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@482 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/run-test2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit faa7f92066be5c377495c2f320b27e0fa973cfa0
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Sep 16 10:20:18 2009 +0000

    Added test program.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@481 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in    |  7 ++++++-
 src/Makefile.am | 13 +++++++++++--
 src/rootshell.c | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 src/run-test2   |  8 ++++----
 src/setqos      | 11 ++---------
 src/setsctp     | 10 +---------
 6 files changed, 74 insertions(+), 25 deletions(-)

commit 4c84011395d7d3fc1d604dda47bc43dfac7cfe3e
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Sep 16 10:06:15 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@480 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/run-test1 | 6 +++---
 src/setsctp   | 5 ++++-
 2 files changed, 7 insertions(+), 4 deletions(-)

commit 5e5de2b6683e1f5d6e459a8b08061f0a7c7e39be
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Sep 16 09:24:59 2009 +0000

    Updated QoS script.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@479 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/run-test2 | 229 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/setqos    |  59 +++++++++++----
 src/setsctp   |  98 +++++++++++++++++++++++++
 3 files changed, 370 insertions(+), 16 deletions(-)

commit 1712aae87a9ba5ce559262b3873bfaf61d377b4b
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Sep 15 19:27:11 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@478 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/setqos | 41 ++++++++++++++++++++++++++++++++---------
 1 file changed, 32 insertions(+), 9 deletions(-)

commit 615f7995c83af92525ffa0957dfda9bcf04b58cb
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Sep 15 12:32:56 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@477 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in     | 2 +-
 debian/changelog | 8 ++++----
 debian/watch     | 2 +-
 netperfmeter.lsm | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

commit 7177be62ee2b27c5d53fdc0181844576d802580a
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Sep 15 09:21:42 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@476 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/run-test1 | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 30be84a83b6ef9ca9a34cc02937726ea24f7f987
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Sep 15 09:19:50 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@475 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 debian/control   | 11 ++++++-----
 netperfmeter.lsm |  6 +++---
 2 files changed, 9 insertions(+), 8 deletions(-)

commit 62b768f5700dfa040fdb86d3c434cb7f016a0e73
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Sep 15 08:56:07 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@474 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 netperfmeter.lsm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 004844f66b06c1ee052b1fa84e4a757eba1568ce
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Sep 15 08:53:43 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@473 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit fd712fea1fd071bcbd57274ba5581b712aed689b
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Sep 15 08:52:36 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@472 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ChangeLog | 1264 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 1264 insertions(+)

commit 43b79430540c19254e95618ade61e756c902c168
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Sep 15 08:52:22 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@471 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 debian/changelog | 4 ++--
 netperfmeter.lsm | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 9d64d091d6cf5ece277348ed6a0ecf00b5326b75
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Sep 15 08:40:58 2009 +0000

    Updated Wireshark dissector.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@470 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 netperfmeter.lsm                    | 12 +++++-----
 src/wireshark/packet-netperfmeter.c | 46 ++++++++++++++++++++++++++++++-------
 2 files changed, 44 insertions(+), 14 deletions(-)

commit d7b04f126650517bacc2e7062f908e9dcc5a8077
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Sep 14 17:51:18 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@469 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/wireshark/packet-netperfmeter.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit fd7b88092b39d688fda04aa3c206e95608e2fe6e
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Sep 14 11:23:04 2009 +0000

    Updated QoS script.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@468 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/setqos | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

commit 5142f08cb43803a2934a50392200fc7860a7f1cb
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Sep 10 09:00:19 2009 +0000

    Added loss accounting.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@464 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in                    |    2 +-
 debian/changelog                |    4 +-
 make-ppa                        |    2 +-
 netperfmeter.lsm                |    6 +-
 src/BUGS                        |   10 -
 src/Makefile.am                 |    8 +-
 src/debug                       |    2 +-
 src/defragmenter.cc             |  233 ++
 src/defragmenter.h              |   80 +
 src/docs/rfc3550.txt            | 5827 +++++++++++++++++++++++++++++++++++++++
 src/flow.cc                     |    4 +-
 src/flow.h                      |    5 +
 src/flowbandwidthstats.cc       |   25 +-
 src/flowtrafficspec.cc          |    3 +
 src/flowtrafficspec.h           |    4 +-
 src/netperfmeter.8              |    4 +-
 src/netperfmeter.cc             |    3 +
 src/pdfembedfonts.8             |   10 +-
 src/pdfmetadata.8               |    2 +-
 src/plot-netperfmeter-results.R |   14 +-
 src/setqos                      |   73 +-
 src/t2.cc                       |  376 +--
 src/test2                       |    5 +-
 src/transfer.cc                 |   15 +-
 24 files changed, 6319 insertions(+), 398 deletions(-)

commit e571d35f6d2409616c935d1ee6a0276a918ac2b5
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Sep 7 17:55:51 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@463 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 README.FreeBSD | 1 +
 1 file changed, 1 insertion(+)

commit c8f9562fd55ab96e66ce31d871084a118bec7556
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Sep 7 09:39:53 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@462 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/t2.cc | 204 ++++++++++++++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 158 insertions(+), 46 deletions(-)

commit 7532484ae65b4133f2291a421a364a46d032e063
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Sep 3 09:13:43 2009 +0000

    Updated man pages.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@461 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in                    |  5 ++-
 debian/changelog                |  4 +-
 src/netperfmeter.8              | 93 ++++++++++++++++++++++++++++++++++++++---
 src/pdfembedfonts.8             |  2 +-
 src/pdfmetadata.8               |  2 +-
 src/plot-netperfmeter-results.8 | 12 +++---
 6 files changed, 101 insertions(+), 17 deletions(-)

commit e63014e00f663aa5a1020187964cc0959cbc193f
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Sep 1 13:51:22 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@460 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/test1 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 82dfc02bc8a1059e7fab16b9e6e2181398aa451d
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jul 28 17:30:58 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@453 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-netperfmeter-results.R | 18 ++++++++++--------
 src/test7a                      |  2 +-
 src/test7b                      |  2 +-
 3 files changed, 12 insertions(+), 10 deletions(-)

commit 2a15a750e844981a42329e14500c142b17eb3582
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jul 27 05:53:10 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@452 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in                    |   2 +-
 debian/changelog                |   4 +-
 src/plot-netperfmeter-results   |   2 +-
 src/plot-netperfmeter-results.R | 107 ++++++++++++++++++++++++++++++----------
 4 files changed, 86 insertions(+), 29 deletions(-)

commit c31ecb8959406aba5e2512384c10fdd561415ca5
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 22 11:52:26 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@451 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/test7a | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

commit b249354be57f206656f84bce8026d16bde0b4f96
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 22 11:42:06 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@450 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/netperfmeter.cc |  4 ++--
 src/test7b          | 19 ++++++++++++-------
 2 files changed, 14 insertions(+), 9 deletions(-)

commit 1706e739fc04de89d007f9bd292ceb6e7f26a181
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 22 11:29:54 2009 +0000

    Working option for local endpoint specification.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@449 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/netperfmeter.cc | 43 ++++++++++++++++++++++++-------------------
 src/test2           |  3 ++-
 src/tools.cc        | 46 +++++++++++++++++++++++++++++-----------------
 src/tools.h         |  3 ++-
 4 files changed, 57 insertions(+), 38 deletions(-)

commit ecc799847cc17748b5cb400910949ae8255c7ec9
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 22 10:23:29 2009 +0000

    Fix to make MacOS working.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@448 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tools.cc | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

commit 48040b8286429fb946bf320ab66600fed007a82f
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 22 10:19:50 2009 +0000

    Added new parameter to specify local endpoint address.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@447 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc      |  4 ++--
 src/netperfmeter.cc | 58 +++++++++++++++++++++++++++++++++++++-------
 src/tools.cc        | 69 ++++++++++++++++++++++++++++++++++++++++++-----------
 src/tools.h         |  9 ++++---
 4 files changed, 113 insertions(+), 27 deletions(-)

commit a791210a71e72171072ccc60469c29fae0b8cfad
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 22 08:46:38 2009 +0000

    Set default snd/rcvbuf size to FreeBSD's upper limit.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@446 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/flow.cc            | 2 +-
 src/flowtrafficspec.cc | 4 ++--
 src/test7b             | 1 +
 3 files changed, 4 insertions(+), 3 deletions(-)

commit 4fbd2ad5592ef407286fb81513a998f34ef598d6
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 22 08:29:44 2009 +0000

    Added support for SO_RCVBUF and SO_SNDBUF configuration.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@445 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in                        |   2 +-
 debian/changelog                    |   4 +-
 src/control.cc                      |  40 +++++--
 src/flow.cc                         |  22 ++--
 src/flow.h                          |  16 +--
 src/flowtrafficspec.cc              |   6 +
 src/flowtrafficspec.h               |   3 +
 src/netperfmeter.cc                 |  34 +++++-
 src/netperfmeterpackets.h           |   3 +
 src/t2.cc                           |  54 ++++++---
 src/wireshark/packet-netperfmeter.c | 212 ++++++++++++++++++------------------
 11 files changed, 242 insertions(+), 154 deletions(-)

commit fc6e9b01f1f9d5b180fc144bc7f953d68e526349
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jul 21 13:53:22 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@441 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/setqos | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

commit 84d1ae351ba54b50a57166b746dfdc72ea25630a
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jul 21 11:11:53 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@440 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/BUGS      | 20 ++-----------
 src/run-test1 |  2 +-
 src/test7a    | 96 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/test7b    | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 194 insertions(+), 19 deletions(-)

commit 1153350d85c9d6025112ddddaa548044ab5ea7a2
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jul 21 10:25:12 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@439 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/flow.cc |  2 +-
 src/test6   | 12 ++----------
 2 files changed, 3 insertions(+), 11 deletions(-)

commit 99c7acfd80872d09cfb4182efdd9a4ef08e1fd04
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jul 21 10:22:53 2009 +0000

    Use SCTP_INITMSG to set number of streams.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@438 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/netperfmeter.cc | 21 +++++++++++++++++++++
 src/test2           |  4 ++--
 2 files changed, 23 insertions(+), 2 deletions(-)

commit 674687849043f8b3caf0cc05fea25a6d294c4f14
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jul 21 10:08:40 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@437 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/docs/draft-ietf-tsvwg-sctpsocket-19.txt | 4873 +++++++++++++++++++++++++++
 1 file changed, 4873 insertions(+)

commit 5708ecb6664cf2f7849ca78a290ed2792c3b5c71
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jul 17 14:19:08 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@430 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 debian/changelog | 4 ++--
 src/flow.cc      | 1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

commit 1fae98960097a446855d4f07f58f625a6ef7d441
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jul 17 13:54:23 2009 +0000

    Bugfix: Flow's SD must be added to MessageReader on setSocketDescriptor(). At activate(), there may already be an event on the socket (e.g. shutdown)!
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@429 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/flow.cc         | 7 +++++--
 src/netperfmeter.cc | 4 ++--
 src/test1           | 9 +++++----
 src/test2           | 4 ++--
 4 files changed, 14 insertions(+), 10 deletions(-)

commit 1018451fcbf840f0a7f22fd36b9050e2de70806e
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Jul 16 13:08:32 2009 +0000

    Fix: do not retry IdentifyFlow for reliable SCTP and TCP.
    Set timeout for acknowledgement to IdentifyFlow from 2500ms to 30000ms.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@428 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/BUGS       | 14 ++++++++++++++
 src/control.cc | 18 ++++++++----------
 2 files changed, 22 insertions(+), 10 deletions(-)

commit 85b022a9893f6f4f3a95ddae9648cc05c05a902b
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Jul 16 11:32:14 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@427 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/BUGS | 12 ++++++++++++
 1 file changed, 12 insertions(+)

commit 403e57b0312741a049ce113d67299f8da3aa5a29
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Jul 16 10:04:21 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@426 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/messagereader.cc | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

commit 35fb62b21b3ce2726144d4f8befaf3cb803dda81
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Jul 16 09:26:23 2009 +0000

    Fixed missing deregistration of socket from MessageReader on removal of Flow.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@425 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/flow.cc          | 3 ++-
 src/messagereader.cc | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

commit 66a8c8c92f74e5c6a4e075617f9b2df27e06970b
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 15 13:44:13 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@424 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/transfer.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 120cc86f1945e15538c5f148bb853ff2e064631b
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 15 13:14:37 2009 +0000

    Bugfix for setting of retransmissions in AddFlow message.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@423 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc                      |  4 ++--
 src/wireshark/packet-netperfmeter.c | 22 +++++++++++++++++-----
 2 files changed, 19 insertions(+), 7 deletions(-)

commit 56b0d5278a190f92f2b641bb90f9b87c298caf48
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 15 12:39:16 2009 +0000

    Updated FreeBSD readme file.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@422 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 README.FreeBSD | 1 +
 1 file changed, 1 insertion(+)

commit b105f2712e6886e98432051aa024c60b01205de6
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 15 12:30:05 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@421 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc      | 2 +-
 src/flow.cc         | 1 -
 src/netperfmeter.cc | 6 ++----
 src/test5           | 1 -
 4 files changed, 3 insertions(+), 7 deletions(-)

commit fbe4964ffb707206f3351194930e3f2fb21c36c0
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 15 12:26:26 2009 +0000

    Fixed missing close() for sockets of incoming flows.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@420 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/flow.cc         | 16 ++++++++++++++++
 src/netperfmeter.cc |  2 ++
 src/run-test1       |  2 +-
 3 files changed, 19 insertions(+), 1 deletion(-)

commit 81fb60ace0475041a1173f9761bfee954217bb10
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 15 12:08:16 2009 +0000

    Added padding for AddFlow message.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@419 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc                      |    5 +-
 src/netperfmeter.cc                 |    2 +-
 src/netperfmeterpackets.h           |    4 +-
 src/test3                           |    5 +-
 src/test6                           |   52 +
 src/wireshark/colorfilters          |   83 +
 src/wireshark/dfilters              |   21 +
 src/wireshark/packet-netperfmeter.c |  143 +-
 src/wireshark/preferences           | 2898 +++++++++++++++++++++++++++++++++++
 9 files changed, 3163 insertions(+), 50 deletions(-)

commit e3bb35eded2b56499e19862bed826ef93c2a9373
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 15 10:35:30 2009 +0000

    Added padding into some protocol messages.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@418 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc                      | 17 ++++++++++-------
 src/netperfmeterpackets.h           |  3 +++
 src/test2                           |  2 +-
 src/wireshark/packet-netperfmeter.c | 28 ++++++++++++++++++++++------
 4 files changed, 36 insertions(+), 14 deletions(-)

commit 5425156181bc398e8bae4a1b516ef65f3858415f
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 15 10:06:45 2009 +0000

    Wrote Wireshark dissector for NetPerfMeter protocol.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@417 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/wireshark/packet-netperfmeter.c | 276 +++++++++++++++++++++---------------
 1 file changed, 158 insertions(+), 118 deletions(-)

commit 0a18f2c1616569417d111866b3bad93576f6880e
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 15 07:44:37 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@416 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/run-test1   | 4 ++--
 src/transfer.cc | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 4d5d918a2ebfe19472f5f39765bf756c62659eb8
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 15 07:34:23 2009 +0000

    Improved configuration for logging verbosity.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@415 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in                        |  26 ++--
 src/control.cc                      | 125 +++++++++++-----
 src/control.h                       |  10 ++
 src/flowtrafficspec.cc              |  17 ++-
 src/flowtrafficspec.h               |   4 +-
 src/netperfmeter.cc                 |  76 +++++++---
 src/netperfmeterpackets.h           |   5 +-
 src/plot-demo1.R                    |  17 ++-
 src/test2                           |   4 +-
 src/transfer.cc                     |  11 ++
 src/wireshark/packet-netperfmeter.c | 284 ++++++++++++++++++++++++++++++++++++
 11 files changed, 500 insertions(+), 79 deletions(-)

commit b4047f802d24e04c835323947a7be232385c081b
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jul 14 13:36:27 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@414 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-demo1.R | 2 +-
 src/run-test1    | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 5b24eb5db529ae125694cccc6800725005bd3368
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jul 14 12:02:27 2009 +0000

    Added "id=<ID>" option to configure a flow ID.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@413 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/netperfmeter.cc | 20 +++++++++++++++-----
 src/plot-demo1.R    |  5 +++--
 src/run-test1       | 18 ++++++++++++------
 3 files changed, 30 insertions(+), 13 deletions(-)

commit 411412ef2e7d1243e7c4d76414c82ac812eb6f6e
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jul 14 11:59:22 2009 +0000

    Added Quiet Mode for passive side.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@412 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc      | 30 ++++++++++++++++++------------
 src/control.h       |  6 ++----
 src/netperfmeter.cc | 24 ++++++++++++++----------
 src/t2.cc           |  3 +++
 src/test1           |  1 -
 5 files changed, 37 insertions(+), 27 deletions(-)

commit faa124f89dae816728893425a9ae8f60547ee6c3
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jul 14 11:42:20 2009 +0000

    Added quiet mode at active side.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@411 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc            |  7 ++++---
 src/control.h             |  3 ++-
 src/netperfmeter.cc       | 42 ++++++++++++++++++++++--------------------
 src/netperfmeterpackets.h |  2 +-
 src/test1                 |  4 ++--
 5 files changed, 31 insertions(+), 27 deletions(-)

commit ca0722ffa737b5682efeb4794017b7f9d878707c
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jul 14 10:32:53 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@410 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in     | 23 ++++++++++++-----------
 debian/changelog |  2 +-
 debian/control   |  4 ++--
 src/flow.cc      |  2 --
 src/run-test1    |  4 ++--
 5 files changed, 17 insertions(+), 18 deletions(-)

commit 0a0f0c331469087fffebdf96118776679628d9f0
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jul 14 10:18:30 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@409 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in     | 19 ++++++++++++++++---
 debian/changelog |  4 ++--
 debian/rules     |  3 ++-
 3 files changed, 20 insertions(+), 6 deletions(-)

commit 6d29d152cbe90c47370c40cf134a7816fe03ae3f
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jul 14 09:51:59 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@408 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/flow.cc         |   2 +
 src/netperfmeter.cc |  44 ++++++++----
 src/plot-demo1.R    | 202 ++++++++++++++++++----------------------------------
 src/run-test1       | 122 +++++++++++++++++++++++++++++--
 4 files changed, 217 insertions(+), 153 deletions(-)

commit 4feac6fa6db7267f269ab8af592b7fe6356f0c8b
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jul 13 17:54:39 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@407 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/run-test1 | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

commit a83f05cde7b99280f84736e67d9311b59ddb9f4f
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jul 13 12:58:14 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@406 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/Makefile.am |   7 ++-
 src/t2.cc       | 160 +++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 108 insertions(+), 59 deletions(-)

commit 0b56aabf2a8c463c82be20f9e353bf363e54aaaa
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Jul 11 16:12:22 2009 +0000

    Fixed buffer overflow in combinesummaries.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@405 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/combinesummaries.cc | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

commit dbd3657f996493e38fbd3abad2d65691273a3780
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 8 09:41:31 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@404 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/test4 | 45 +++++++++++++++++++++++++++++++++++++++++++++
 src/test5 | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 98 insertions(+)

commit e1f01c7c15a8152801ae2cd5f08d45c164f64577
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 8 09:37:10 2009 +0000

    Bugfix on measurement stop: access to freed memory.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@403 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc    | 10 ++++++++++
 src/flow.cc       | 38 ++++++++++++++++++++++++++------------
 src/flow.h        |  2 +-
 src/measurement.h |  1 +
 src/test2         |  3 +--
 5 files changed, 39 insertions(+), 15 deletions(-)

commit 6e475b69a0ddd1c2031e6f83836e231bd672c25a
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jul 7 14:12:46 2009 +0000

    Updated results transmission: now using MessageReader.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@402 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/TODO            |   1 -
 src/control.cc      | 159 ++++++++++++++++++++++++++++++----------------------
 src/control.h       |  30 ++++++----
 src/netperfmeter.cc |   6 +-
 src/outputfile.cc   |   2 +-
 5 files changed, 115 insertions(+), 83 deletions(-)

commit 214fe7fdbbeeeb26ea8caf4c4d6e199140423bbc
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jul 7 11:51:14 2009 +0000

    Improved random variable support.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@401 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/TODO                  |  2 --
 src/control.cc            | 28 +++++++++++++++++++--------
 src/flow.cc               | 15 ++++++++-------
 src/flowtrafficspec.cc    | 49 ++++++++++++++++++++++++++++-------------------
 src/flowtrafficspec.h     | 10 +++++-----
 src/netperfmeter.cc       | 21 +++++++++++++-------
 src/netperfmeterpackets.h |  9 ++++++---
 src/tools.cc              | 13 ++++++++-----
 src/tools.h               |  2 +-
 src/transfer.cc           |  2 +-
 10 files changed, 92 insertions(+), 59 deletions(-)

commit 39fd9621dd860e059323ff80c3abf42b16e6f5d0
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jul 7 10:08:36 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@400 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/flowbandwidthstats.cc | 34 +++++++++++++++++-----------------
 src/flowbandwidthstats.h  | 10 +++++++++-
 2 files changed, 26 insertions(+), 18 deletions(-)

commit 69940653b0ae8b4a68b407e49bafc10594507925
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jul 7 09:45:29 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@399 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/mutex.h | 1 +
 1 file changed, 1 insertion(+)

commit ca1ba3d24c6d58c4b8f0b96d1b76be738b439398
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jul 7 09:23:29 2009 +0000

    - Added poll() wrapper for MacOS.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@398 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/TODO            |  2 --
 src/control.cc      |  2 +-
 src/flow.cc         |  4 +--
 src/netperfmeter.cc |  2 +-
 src/tools.cc        | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/tools.h         | 11 +++++++++
 6 files changed, 85 insertions(+), 6 deletions(-)

commit 757d028cf5c2b88be6dc6deff5884f7635c3d216
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jul 6 19:17:37 2009 +0000

    Completed transition from non-blocking socket, single-threaded operation to blocking socket, multi-threaded operation.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@397 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/Makefile.am           |   11 +-
 src/TODO                  |    5 +
 src/control.cc            |   27 +-
 src/control.h             |   14 +-
 src/flow.cc               | 1075 ++++++++++++++++++++++++++++++++
 src/flow.h                |  357 +++++++++++
 src/flowbandwidthstats.cc |  138 +++++
 src/flowbandwidthstats.h  |   61 ++
 src/flowspec.cc           |  432 -------------
 src/flowspec.h            |  168 -----
 src/flowtrafficspec.cc    |  120 ++++
 src/flowtrafficspec.h     |   68 ++
 src/measurement.cc        |  129 ++++
 src/measurement.h         |   91 +++
 src/mutex.h               |    1 -
 src/netperfmeter.cc       |   11 +-
 src/outputfile.cc         |  149 +++++
 src/outputfile.h          |   64 ++
 src/statisticswriter.cc   |   26 -
 src/statisticswriter.h    |   32 -
 src/t2.cc                 |   34 +-
 src/t3.cc                 | 1511 ---------------------------------------------
 src/t3.h                  |  508 ---------------
 src/t4.cc                 |    5 +-
 src/tools.cc              |   30 +-
 src/tools.h               |    3 -
 src/transfer.cc           |    4 +
 src/transfer.h            |    7 +-
 28 files changed, 2322 insertions(+), 2759 deletions(-)

commit 0fa66b826a28e6f6e04f6d534e1bf1aedeee0e30
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jul 6 15:54:13 2009 +0000

    Fixed shutdown problem with incoming connections.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@396 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/messagereader.cc | 1 -
 src/t3.cc            | 5 +++--
 src/test3            | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

commit 428d8edab9fe255d0d839c21515f41e0c725a323
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jul 6 14:40:12 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@395 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/t4.cc | 80 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 42 insertions(+), 38 deletions(-)

commit b5c612c6f2d7684aadf40ffdfd7e884845c18387
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jul 6 14:30:57 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@394 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/t4.cc | 31 +++++++++++++++++++++++++++----
 1 file changed, 27 insertions(+), 4 deletions(-)

commit 090f7c42d7c34f4032e54e498072c598ecde14ae
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jul 6 14:18:34 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@393 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/Makefile.am |  6 +++---
 src/t4.cc       | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+), 3 deletions(-)

commit 7b1c1b6d5dd17973a00d2af23678730db5c16f77
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jul 6 13:56:46 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@392 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/netperfmeter.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 54ba13ebf2fcd43cc0c3faa21158da787923b17b
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jul 6 13:47:54 2009 +0000

    - Improved handling for incoming connections: detect when they are closed and remove them.
    - Buffer overflow fix in format().
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@391 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/t3.cc    | 11 ++++++++---
 src/tools.cc |  3 ---
 2 files changed, 8 insertions(+), 6 deletions(-)

commit 3ac4677bcf8f2b1492657668445429a0be038dde
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jul 6 13:22:29 2009 +0000

    MacOS include file change.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@390 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/mutex.h |  2 +-
 src/t4.cc   | 18 ------------------
 2 files changed, 1 insertion(+), 19 deletions(-)

commit fbe2a0fe5abcb2a67c5266a83d89d052b6ed630e
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jul 6 13:22:02 2009 +0000

    Fixed arithmetic bug in performNetPerfMeterAddFlow().
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@389 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit f91cba0ad9bfe958d4ebc4612e59d29c79f12133
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jul 6 13:11:59 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@388 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/t4.cc | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

commit b627e4223b59d6d21af0dadb6ce3a638b9b2184a
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jul 6 12:49:59 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@387 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/test3 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit d596d4e10af86951be92d8700d0206983fda3cc6
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jul 6 12:42:05 2009 +0000

    Fixed bug in transmission time scheduling: missing handling of "no transmission" case.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@386 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/messagereader.cc |  2 +-
 src/t3.cc            | 39 +++++++++++++++++++++++----------------
 src/test1            |  2 +-
 src/test3            | 10 +++++++---
 4 files changed, 32 insertions(+), 21 deletions(-)

commit 2ef7f6658dbd1d74b85c8889389eb23f04d44f10
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jul 6 11:29:54 2009 +0000

    Fixed race conditions.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@385 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc |  2 ++
 src/t3.cc      | 12 ++++++++++--
 src/test2      |  2 +-
 3 files changed, 13 insertions(+), 3 deletions(-)

commit cb2afa76682366c34925cf55bb844504426fac54
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jul 6 10:53:05 2009 +0000

    Bugfix in MessageReader: correctly handing all if-cases now by return(...).
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@384 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/messagereader.cc | 29 ++++++++++++++++++++---------
 1 file changed, 20 insertions(+), 9 deletions(-)

commit 1358f4cae475da0aa48f8b64a546a5acb678381c
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jul 6 10:08:03 2009 +0000

    FreeBSD compile fixes.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@383 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/mutex.cc | 4 ++--
 src/mutex.h  | 5 +++++
 src/t3.cc    | 3 +++
 3 files changed, 10 insertions(+), 2 deletions(-)

commit 7e056df59d6a84d1476a96d69cf43b5a18ea1f9a
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jul 6 09:39:15 2009 +0000

    Fixed UDP handling.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@382 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc          |   3 +
 src/messagereader.cc    |  18 +-
 src/netperfmeter.cc     |  22 +-
 src/statisticswriter.cc | 532 ------------------------------------------------
 src/statisticswriter.h  | 120 -----------
 src/t3.cc               |   4 +-
 src/test2               |   2 +-
 src/transfer.cc         |   1 +
 8 files changed, 36 insertions(+), 666 deletions(-)

commit edc6bf27c950e4c24d2f340c31bc267df73d274e
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Jul 5 11:05:36 2009 +0000

    - Renamed TrafficSpec -> FlowTrafficSpec.
    - More code clean-ups.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@381 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc            |   4 +-
 src/netperfmeter.8        |   3 +-
 src/netperfmeter.cc       |  59 ++++++++++++-------------
 src/netperfmeterpackets.h |   2 +
 src/t3.cc                 | 107 ++++++++++++++++++++--------------------------
 src/t3.h                  |  26 +++++------
 src/transfer.cc           |   8 ++--
 src/transfer.h            |   3 +-
 8 files changed, 99 insertions(+), 113 deletions(-)

commit a4a55629dc7dc50ba1fc22d095712fe9d2e3715d
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Jul 5 09:37:58 2009 +0000

    Code clean-ups.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@380 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc      |   9 +++--
 src/control.h       |   3 +-
 src/netperfmeter.cc |  38 +++++++++-----------
 src/t3.cc           |  16 ++++-----
 src/t3.h            | 102 +++++++++++++++++-----------------------------------
 src/test2           |   2 +-
 src/transfer.cc     |   8 ++---
 src/transfer.h      |   9 ++---
 8 files changed, 76 insertions(+), 111 deletions(-)

commit e4d33a79af16f801690782ce09eb2e3d4a0800ab
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Jul 5 09:12:09 2009 +0000

    Fixed race conditions.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@379 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc      |  5 ++--
 src/netperfmeter.cc | 10 +++++---
 src/t3.cc           | 66 ++++++++++++++++++++++++++++++++---------------------
 src/t3.h            | 14 +++++++++++-
 src/test1           |  6 ++++-
 src/test2           |  2 +-
 6 files changed, 68 insertions(+), 35 deletions(-)

commit 59189ae5adda4c46e57cd59d732a434175d41b32
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Jul 5 08:40:26 2009 +0000

    Fixed Valgrind warnings.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@378 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc      |  8 +++++++-
 src/netperfmeter.cc | 18 ++----------------
 src/t3.cc           | 46 ++++++++++++++++++++++++++++------------------
 3 files changed, 37 insertions(+), 35 deletions(-)

commit 3c0dfee85fe8b9bd9376271f5e8663f1cf755ed3
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Jul 5 08:18:17 2009 +0000

    Integrated MeasurementManager functionalities into FlowManager.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@377 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc      |   6 +--
 src/netperfmeter.cc |   6 +--
 src/t3.cc           | 122 +++++++++++++++++++++++++++++++++-------------------
 src/t3.h            |  45 ++++++++++++++-----
 src/transfer.cc     |  30 ++++++-------
 5 files changed, 132 insertions(+), 77 deletions(-)

commit 7aceedda868983ef48b1bb7c4d8151b82cebe798
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sun Jul 5 08:17:49 2009 +0000

    Added socket use count into MessageReader -> SCTP multi-streamed assocs may register multiple times.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@376 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/messagereader.cc | 19 ++++++++++---------
 src/messagereader.h  |  4 ++--
 2 files changed, 12 insertions(+), 11 deletions(-)

commit f614b478998914a17384a6a36f145bf89c5fe293
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Jul 4 19:31:48 2009 +0000

    Code clean-ups.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@375 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc          | 71 +++++++++++++++++++++----------------------------
 src/flowspec.cc         |  2 ++
 src/flowspec.h          |  3 ++-
 src/statisticswriter.cc |  2 ++
 src/statisticswriter.h  |  3 ++-
 src/t2.cc               | 12 +++++++++
 src/t3.cc               | 41 +++++++++++-----------------
 src/t3.h                |  3 +++
 src/test2               |  8 ++++--
 src/transfer.cc         |  1 -
 src/transfer.h          |  6 +----
 11 files changed, 77 insertions(+), 75 deletions(-)

commit cc3fafd60cdf80f7c4b5f5ccc782abbd973d0913
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Jul 4 18:40:58 2009 +0000

    Thread: using locks for Stopping -> removes warnings by Valgrind's helgrind tool.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@374 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/t3.cc       | 56 ++++++++++++++++++++++++++++++--------------------------
 src/t3.h        | 43 ++++++++++++++++++++++---------------------
 src/test1       |  2 +-
 src/test2       |  2 +-
 src/thread.cc   |  6 ++++++
 src/thread.h    |  9 ++++++++-
 src/tools.cc    |  6 +-----
 src/tools.h     |  3 +--
 src/transfer.cc |  4 ++--
 9 files changed, 72 insertions(+), 59 deletions(-)

commit 1367778ecab4ddec857f5b165610684f02cb7583
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Jul 4 17:48:26 2009 +0000

    Code cleanup.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@373 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc      |  40 +++---
 src/control.h       |  32 +----
 src/netperfmeter.cc | 364 +++++++---------------------------------------------
 src/t3.cc           |   7 +-
 src/thread.h        |   2 +-
 src/tools.cc        |   6 +-
 src/tools.h         |   2 +-
 src/transfer.cc     |  65 +---------
 8 files changed, 83 insertions(+), 435 deletions(-)

commit 6db374706e7d2f76ab259ee5a4f7a58d4424c17b
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Jul 4 16:56:41 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@372 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc            | 107 +++++++++++++++++++++++++++++-------------
 src/control.h             |   3 ++
 src/netperfmeter.cc       |  15 +++---
 src/netperfmeterpackets.h |  11 +++--
 src/t3.cc                 | 116 ++++++++++++++++++++++++++++++++++++++++++++--
 src/t3.h                  |   5 ++
 src/tools.cc              |  19 +++++++-
 src/tools.h               |   1 +
 src/transfer.cc           |  11 ++---
 9 files changed, 233 insertions(+), 55 deletions(-)

commit c4cdf91f01eec35df49d984745c417944042b2c2
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Jul 4 15:03:23 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@371 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc      |  8 ++++----
 src/netperfmeter.cc |  2 +-
 src/t3.cc           | 48 ++++++++++++++++++++++++++++++++++++++++--------
 src/t3.h            | 30 +++++++++++++++++-------------
 src/transfer.cc     | 15 +++++++++------
 5 files changed, 71 insertions(+), 32 deletions(-)

commit abcfb7b1fa7e84b6ea33db04fb3c14a0dab64183
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Jul 4 14:23:33 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@370 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc | 146 +++++++++++++++++++++++++++++++++------------------------
 src/t3.h       |   6 +++
 2 files changed, 92 insertions(+), 60 deletions(-)

commit 4d1b1657d0cca5c98d384c5cce9567d247b77c39
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Jul 4 13:39:50 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@369 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc      | 195 +++++++++++++++++++++++++---------------------------
 src/netperfmeter.cc |   1 +
 src/t3.cc           |   9 +++
 src/t3.h            |   2 +-
 4 files changed, 104 insertions(+), 103 deletions(-)

commit 2965ba942cfdbc93c653bd09ff6e146ffaaba7b2
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Jul 4 12:54:11 2009 +0000

    Fix for poll timeout: use ceiling of timeout/1000ULL. Otherwise, the result is 0 and CPU time is wasted for looping until event time is reached.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@368 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc      | 28 ++++++++++++++---------
 src/netperfmeter.cc | 15 +++++++------
 src/t3.cc           | 64 ++++++++++++++++++++++++++++++-----------------------
 src/t3.h            |  5 +++--
 src/tools.cc        | 25 +++++++++++++++++++++
 src/tools.h         |  1 +
 6 files changed, 90 insertions(+), 48 deletions(-)

commit d716eac4a253762da22c742e1f225a42b8764c0f
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Jul 4 12:07:53 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@367 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc      |  66 +++++++++++--------
 src/control.h       |   4 +-
 src/netperfmeter.cc |  20 +++---
 src/t3.cc           | 179 ++++++++++++++++++++++++++++------------------------
 src/t3.h            |  54 +++++++---------
 5 files changed, 173 insertions(+), 150 deletions(-)

commit 857f99713dff03f342ffde7bafbf663c7dd4c641
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Jul 4 11:05:38 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@366 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/netperfmeter.cc | 30 ++++++++++++++++++++----------
 src/t3.cc           | 13 ++++++++++++-
 src/t3.h            | 27 ++++++++++++++++++++++++---
 3 files changed, 56 insertions(+), 14 deletions(-)

commit e2bf626347588b90b261feb55ae628dc355196c5
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jul 3 13:10:04 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@365 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc       |  2 +-
 src/messagereader.cc |  7 +++--
 src/messagereader.h  |  3 +-
 src/netperfmeter.cc  | 11 +++----
 src/t3.cc            | 89 ++++++++++++++++++++++++++++++++++++----------------
 src/t3.h             |  4 ++-
 6 files changed, 78 insertions(+), 38 deletions(-)

commit 7313d7ecba33e7ef4b558e612eadca808534bcae
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jul 3 11:53:06 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@364 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/netperfmeter.cc |  8 ++------
 src/t3.cc           | 38 ++++++++------------------------------
 src/t3.h            |  6 ++----
 src/transfer.cc     | 14 ++++----------
 4 files changed, 16 insertions(+), 50 deletions(-)

commit ee4c06ab680e98d60e4edd51d11ca4d4c8aa0d85
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jul 3 11:36:00 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@363 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/t3.cc       | 183 ++++++++++++--------------------------------------------
 src/t3.h        |  60 +++++++++----------
 src/transfer.cc |  12 ++--
 3 files changed, 72 insertions(+), 183 deletions(-)

commit 282e67ef0033ce94bb144f34e1be84a5ed6d3d76
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jul 3 11:31:39 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@362 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/t3.cc       | 334 ++++++++++++++++++++++++++++++++++++++++++++++++++++----
 src/t3.h        | 176 +++++++++++++++++------------
 src/transfer.cc |  14 ++-
 3 files changed, 432 insertions(+), 92 deletions(-)

commit 187204fb66b1d167e2b152d6af7b4842358b7c09
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jul 3 09:47:33 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@361 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc      |   5 +-
 src/netperfmeter.cc |  51 +++++++-------
 src/t3.cc           | 200 +++++++++++++++++++++++++++++++++++++++++++++-------
 src/t3.h            | 156 ++++++++++++++++++++++++++++++++--------
 4 files changed, 329 insertions(+), 83 deletions(-)

commit c582447f92e1e370d54794e3802f41e1629f19ab
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jul 3 08:11:23 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@360 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc  | 54 ++++++++++++++---------------------
 src/control.h   |  5 ++++
 src/t3.cc       | 87 +++++++++++++++++++++++++++++++++++++++++++++++----------
 src/t3.h        | 12 +++++++-
 src/transfer.cc |  5 ++--
 5 files changed, 112 insertions(+), 51 deletions(-)

commit 1f9444a0911ef2e2bb69a3db8ae2c39aee8b0923
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jul 3 07:27:19 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@359 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc      | 577 ++++++++++++++++++++++++++++------------------------
 src/control.h       |  21 +-
 src/netperfmeter.cc | 109 +++++-----
 src/t3.cc           | 119 ++++++++---
 src/t3.h            |  65 +++---
 src/transfer.cc     |  32 +--
 src/transfer.h      |   3 +-
 7 files changed, 539 insertions(+), 387 deletions(-)

commit bc98812b929340f7accf7da970a0fb6ad8d0f32d
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Jul 2 16:22:39 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@358 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/messagereader.cc |  1 +
 src/messagereader.h  | 22 ++++++------
 src/t3.cc            | 31 +++++++++++++++--
 src/t3.h             | 34 ++++++++++++++++--
 src/transfer.cc      | 97 ++++++++++++++++++++++++++--------------------------
 src/transfer.h       |  8 ++---
 6 files changed, 125 insertions(+), 68 deletions(-)

commit 71b96d0d883c117f04f30bd83825768b0f7d0454
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Jul 2 15:36:00 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@357 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc      |   3 +
 src/netperfmeter.cc |  31 +++++---
 src/t3.cc           | 201 ++++++++++++++++++++++++++++++++++++++++++++++++----
 src/t3.h            |  41 +++++++++--
 src/test2           |   2 +-
 src/thread.h        |   4 ++
 src/transfer.cc     | 176 ++++++++++++++++++++++++---------------------
 src/transfer.h      |   4 +-
 8 files changed, 353 insertions(+), 109 deletions(-)

commit ea763480765e05a54dc29f7a3154f8a6edd97464
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Jul 2 11:45:49 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@356 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc | 255 ++++++++++++++++++++++++++++++---------------------------
 src/control.h  |  18 ++--
 src/t3.cc      |  17 +++-
 src/t3.h       |   7 +-
 4 files changed, 165 insertions(+), 132 deletions(-)

commit 0fa0c7220c619ddc8619474abd2b22d5ac7c013d
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Jul 2 10:59:06 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@355 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc      | 372 +++++++++++++++++++++++++++-------------------------
 src/control.h       |  19 ++-
 src/flowspec.h      |   2 +
 src/netperfmeter.cc |  13 +-
 src/t3.h            |   3 +
 5 files changed, 219 insertions(+), 190 deletions(-)

commit 39d189626fab242a892499d3b45a09b67b82203b
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Jul 2 10:38:29 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@354 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/Makefile.am     |   6 +-
 src/control.cc      |  21 ++--
 src/netperfmeter.cc | 179 +++++++++++++++++---------------
 src/t3.cc           | 286 ++++++++++------------------------------------------
 src/t3.h            | 252 +++++++++++++++++++++++++++++++++++++++++++++
 src/tools.cc        |  17 +++-
 src/tools.h         |   2 +
 7 files changed, 437 insertions(+), 326 deletions(-)

commit 517e3479cec1caec05d64997ffc159c6a2b46476
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Jul 2 09:31:26 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@353 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/Makefile.am     |  10 +-
 src/mutex.cc        |  46 ++++
 src/mutex.h         |  65 +++++
 src/netperfmeter.cc |   2 +
 src/t3.cc           | 742 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/thread.cc       |  95 +++++++
 src/thread.h        |  51 ++++
 7 files changed, 1008 insertions(+), 3 deletions(-)

commit 5f5bd58eec7723b8181a2ba6aced27fc2cd6b298
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 1 14:18:05 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@352 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/netperfmeter.cc |  20 ++++-----
 src/t2.cc           | 127 +++++++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 135 insertions(+), 12 deletions(-)

commit 3a27a07a9a17f2b95650d29076dac97736ddd332
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jul 1 14:17:35 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@351 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/netperfmeter.cc | 22 +++++++++++++++++-----
 src/tools.cc        | 15 +++++++++++++++
 src/tools.h         |  1 +
 src/transfer.cc     |  4 ++++
 4 files changed, 37 insertions(+), 5 deletions(-)

commit 011eb23f3d22c6521de91e85896ba343eaf1e166
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jun 30 13:45:56 2009 +0000

    Updated Debian files.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@350 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in                 | 2 +-
 debian/changelog             | 4 ++--
 debian/control               | 8 +++++---
 debian/pdfproctools.install  | 2 ++
 debian/pdfproctools.manpages | 2 ++
 debian/pdftools.install      | 2 --
 debian/pdftools.manpages     | 2 --
 7 files changed, 12 insertions(+), 10 deletions(-)

commit e7a0bedd5fb27bc44013b020ebf89e0725a33413
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jun 30 10:36:20 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@348 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4369ca3fee23b381f7f7d7df74435587a15dca7b
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jun 30 10:33:39 2009 +0000

    Added FreeBSD README.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@347 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 README.FreeBSD | 9 +++++++++
 1 file changed, 9 insertions(+)

commit 0e610feb005a80bb8737ba615196d650b2d3056d
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jun 30 09:32:11 2009 +0000

    Fixed poll() index problem for multi-streamed associations.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@344 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/flowspec.cc     |   1 -
 src/flowspec.h      | 111 +++++++++++++++++++++++-----------------------
 src/netperfmeter.cc | 125 +++++++++++++++++++++++++++++++++++-----------------
 src/server          |  23 ++++++++++
 src/t2.cc           |  44 ++++++++++++++++++
 src/test1           |  14 +++---
 src/test2           |  14 +++---
 src/test3           |  41 +++++++++++++++++
 8 files changed, 264 insertions(+), 109 deletions(-)

commit 430907ba45b1528379c55e84d8d43978c748733c
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jun 29 17:41:07 2009 +0000

    Improved PDF handling.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@343 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in                    |  2 +-
 debian/changelog                |  2 +-
 debian/control                  | 19 +++++++----
 debian/pdfmetadata.install      |  1 -
 debian/pdfmetadata.manpages     |  1 -
 debian/pdftools.install         |  2 ++
 debian/pdftools.manpages        |  2 ++
 src/Makefile.am                 |  4 +--
 src/pdfembedfonts               | 75 +++++++++++++++++++++--------------------
 src/pdfembedfonts.8             | 66 ++++++++++++++++++++++++++++++++++++
 src/pdfmetadata                 |  4 +--
 src/pdfmetadata.8               |  2 +-
 src/plot-netperfmeter-results.R | 22 ++++++++----
 13 files changed, 144 insertions(+), 58 deletions(-)

commit e900219e6853c612e48cade8dbf161f6d5ff71fd
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jun 29 14:20:40 2009 +0000

    Updated plotting script to use pdfmetadata. Drops dependencies for pdftk and fntsample.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@342 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/pdfembedfonts               | 53 +++++++++++++++++++++++++
 src/plot-netperfmeter-results   |  3 +-
 src/plot-netperfmeter-results.R | 87 +++++++++++++++++++----------------------
 3 files changed, 94 insertions(+), 49 deletions(-)

commit 245533ed42e56c5c818e9ac156c95b23e3d967a7
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jun 29 13:07:53 2009 +0000

    Added PDF metadata tool.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@341 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in                    |   2 +-
 debian/changelog                |   4 +-
 debian/control                  |  11 ++-
 debian/pdfmetadata.install      |   1 +
 debian/pdfmetadata.manpages     |   1 +
 debian/rules                    |   6 +-
 src/Makefile.am                 |   4 +-
 src/pdfmetadata                 | 184 ++++++++++++++++++++++++++++++++++++++++
 src/pdfmetadata.8               | 104 +++++++++++++++++++++++
 src/plot-netperfmeter-results.8 |   6 +-
 10 files changed, 311 insertions(+), 12 deletions(-)

commit a7c376b1570354122fda9d95fe60d99f1194c824
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jun 29 09:48:18 2009 +0000

    Fixed missing resource freeing when control connection is broken.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@340 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc          | 14 ++++++++++++++
 src/flowspec.cc         |  1 +
 src/messagereader.cc    |  6 ++++++
 src/netperfmeter.cc     | 28 +++++++++++++++-------------
 src/statisticswriter.cc |  1 +
 src/transfer.cc         |  2 +-
 6 files changed, 38 insertions(+), 14 deletions(-)

commit 0f2a3cb842a5ff5342cce8df1865ecd02599c2f1
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Jun 25 13:50:19 2009 +0000

    Bug: needs fixing for OriginalSocketDescriptor at passive node!
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@339 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/netperfmeter.cc | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 8a91a0d8be9912a2f847c61991cfbd0bec2c4d65
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Jun 25 13:49:39 2009 +0000

    Using points for flow QoS plots instead of lines -> much faster.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@338 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-netperfmeter-results.R | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

commit 03b95fe6da2c6446ac410045b88ff9d2f500c47e
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Jun 25 12:21:15 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@337 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-netperfmeter-results |  4 ++--
 src/plotter.R                 | 10 +++++++---
 2 files changed, 9 insertions(+), 5 deletions(-)

commit f4b4fe54d5a014ae0828d14ac44b0ebd58ddcac2
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Jun 25 12:09:43 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@336 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tools.cc | 2 ++
 1 file changed, 2 insertions(+)

commit f6e3ece8ac726339e6f370ba46a4bd2a687d9c13
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Jun 25 12:08:28 2009 +0000

    Added autoconf check for IPV6_BINDV6ONLY.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@335 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in | 7 +++++++
 1 file changed, 7 insertions(+)

commit 1f1ccfde94c439d4b9747e3073f5da26bfd7ef70
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Jun 25 12:01:40 2009 +0000

    Use IPV6_BINDV6ONLY option.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@334 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/tools.cc | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

commit 684d096b605a989cc24f51a9935dda5d7e4600f8
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Jun 25 11:37:45 2009 +0000

    Replaced sigignore by signal(..., SIG_IGN).
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@333 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 debian/changelog    | 2 +-
 src/netperfmeter.cc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 66828131e7256ff355c47d7774c71680fbe64f3c
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Jun 25 11:31:55 2009 +0000

    Removed MSG_NOSIGNAL usage; using sigignore(SIGPIPE) instead.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@332 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in        |  2 +-
 src/control.cc      | 16 ++++++++--------
 src/netperfmeter.cc |  2 ++
 src/tools.cc        |  2 +-
 src/transfer.cc     |  6 +++---
 5 files changed, 15 insertions(+), 13 deletions(-)

commit 8edbd28cac67c599c97861787f4a51d518c89ff3
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Jun 25 09:31:10 2009 +0000

    Removed dependency for glib-1.2 package during autoconf run.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@331 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in | 3 ---
 1 file changed, 3 deletions(-)

commit 8d9556f6e68a75ac5e86b9b2ee4705b73560efc0
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Jun 25 07:58:16 2009 +0000

    - Fixed flow statistics bugs.
    - Improved plotting.
    - Updated Debian files.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@330 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in                    |   2 +-
 debian/changelog                |   4 +-
 debian/control                  |  14 +-
 debian/datatabletools.install   |   2 +
 debian/datatabletools.manpages  |   2 +
 debian/netperfmeter.install     |   4 +-
 debian/netperfmeter.manpages    |   2 +-
 debian/scalartools.install      |   2 -
 debian/scalartools.manpages     |   2 -
 src/Makefile.am                 |   8 +-
 src/control.cc                  |   4 +-
 src/netperfmeter.cc             |  33 ++--
 src/plot-netperfmeter-results   | 153 +++++++++++++++++++
 src/plot-netperfmeter-results.8 |  79 ++++++++++
 src/plot-netperfmeter-results.R | 324 ++++++++++++++++++++++++++++++++++++++++
 src/plot-netperfmeter-vectors   | 120 ---------------
 src/plot-netperfmeter-vectors.8 |  79 ----------
 src/plot-netperfmeter-vectors.R | 279 ----------------------------------
 src/plotter.R                   |   2 -
 src/statisticswriter.cc         |   7 +-
 src/statisticswriter.h          |   4 +-
 src/test1                       |  17 ++-
 src/test2                       |   4 +-
 src/transfer.cc                 |   4 +-
 24 files changed, 628 insertions(+), 523 deletions(-)

commit 889f5610a48a68a3720d0a1a742d1b85078d4509
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jun 24 13:27:20 2009 +0000

    Fix for FreeBSD: if pdfoutline or pdftk are missing, skip processing steps during plotting. This will result in a PDF with default property entries and without outlines.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@329 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-netperfmeter-vectors.R | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 92937ea777094867e8e88cdfea6ca68b59ee4e87
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jun 24 09:22:01 2009 +0000

    - Added Debian files for createsummary and combinesummaries.
    - Added manpages for createsummary and combinesummaries.
    - Added LSM entry.
    - NetPerfMeter writes configuration into file now.
    - Improved temporary file handling.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@328 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 Makefile.am                   |   2 +-
 configure.in                  |   2 +-
 debian/changelog              |   4 +-
 debian/control                |  11 ++++-
 debian/netperfmeter.install   |   2 -
 debian/scalartools.install    |   2 +
 debian/scalartools.manpages   |   2 +
 netperfmeter.lsm              |  19 ++++++++
 src/Makefile.am               |   2 +-
 src/combinesummaries.8        |  83 ++++++++++++++++++++++++++++++++
 src/combinesummaries.cc       |   2 +-
 src/control.cc                |  48 +++++++++----------
 src/createsummary.8           | 107 ++++++++++++++++++++++++++++++++++++++++++
 src/createsummary.cc          |   2 +-
 src/flowspec.cc               |  75 +++++++++++++++--------------
 src/flowspec.h                |  12 ++---
 src/netperfmeter.cc           |  62 ++++++++++++++++++++++--
 src/plot-netperfmeter-vectors |  11 ++++-
 src/statisticswriter.cc       |   8 ++++
 src/statisticswriter.h        |  15 ++++++
 src/test2                     |  15 +++++-
 src/transfer.cc               |  23 ++++-----
 22 files changed, 416 insertions(+), 93 deletions(-)

commit e36870ae5dec6d81725966b4f942cde1fc30e1af
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jun 23 16:25:33 2009 +0000

    Improved plot script handling.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@327 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-netperfmeter-vectors   | 11 ++++++++---
 src/plot-netperfmeter-vectors.R |  1 -
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 96f9c478d109ce5cf3459b1215fb75c01ec395f6
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jun 23 16:14:53 2009 +0000

    Code clean-up.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@326 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc                  | 54 +++++++++++++++++++++++++++++------------
 src/flowspec.cc                 | 40 +++++++++++++++++++-----------
 src/plot-netperfmeter-vectors.R |  8 +++---
 src/statisticswriter.cc         | 12 ++++++++-
 src/transfer.cc                 | 30 +++++++++++++++--------
 5 files changed, 99 insertions(+), 45 deletions(-)

commit 2ea737cab50153455f975e6655a2cde484935992
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jun 23 14:55:10 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@325 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 ChangeLog | 673 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 673 insertions(+)

commit a706edba8dbc827d1957d8bf11ab515150ff4a9d
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jun 23 14:54:14 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@324 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plotter.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 78b93e2c8e9f4f7e3a13d5af79c54fd5903669e8
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jun 23 14:53:41 2009 +0000

    Changed bash to sh to make scripts run under FreeBSD.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@323 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-netperfmeter-vectors | 4 ++--
 src/test1                     | 2 +-
 src/test2                     | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

commit f3fb15bafe724fb64662bc965a2b03b56363f136
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jun 23 14:20:42 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@322 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-netperfmeter-vectors.R | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit fc20c43523a71826caae2370a1f559f9bb0e6e5b
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jun 23 14:15:41 2009 +0000

    - Updated Debian files: added dependencies for pdftk, ghostscript and fntsample (for pdfoutline).
    - Improved plotting scripts.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@321 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in                    |  2 +-
 debian/changelog                |  4 +-
 debian/control                  |  2 +-
 src/plot-netperfmeter-vectors.R | 90 +++++++++++++++++++++--------------------
 src/plotter.R                   | 14 +++++--
 5 files changed, 60 insertions(+), 52 deletions(-)

commit d3483985d8e201f50fcb7ebb7e987c6478b94426
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jun 23 13:26:31 2009 +0000

    Cleaned up plotting script.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@320 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-netperfmeter-vectors.R | 181 ++++++++++++++++------------------------
 1 file changed, 70 insertions(+), 111 deletions(-)

commit 3d475f762be8e005ab6ce381f37f4fb58bceac77
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jun 23 13:25:15 2009 +0000

    Fixed plotter.R: When there are no A/B levels, do not make A/B layout. Fixed problem with reduced cex.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@319 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plotter.R | 70 +++++++++++++++++++++++++----------------------------------
 1 file changed, 30 insertions(+), 40 deletions(-)

commit 68da0c926799f7bec3e4fc560f8a9841792abfbe
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jun 23 12:41:58 2009 +0000

    - Improved vector format.
    - Added support for PDF outlines into plotting script.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@318 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/plot-netperfmeter-vectors.R | 155 ++++++++++++++++++++++++++++++++++------
 src/plotter.R                   |   5 +-
 src/statisticswriter.cc         | 113 ++++++++++-------------------
 3 files changed, 174 insertions(+), 99 deletions(-)

commit 2386db45add292e3348d0564d370b76918116d02
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Tue Jun 23 10:36:57 2009 +0000

    - Finished NetPerfMeter protocol: results are transmitted to active node now.
    - Improved file name handling by using std::string.
    - Added CreateSummary and CombineSummaries.
    - Improved MessageReader by resumption on error for non-TCP flows.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@317 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/Makefile.am                 |    8 +-
 src/combinesummaries.cc         |  257 +++++++++
 src/control.cc                  |  298 +++++++----
 src/createsummary.cc            |  945 +++++++++++++++++++++++++++++++++
 src/debug.h                     |   57 ++
 src/flowspec.cc                 |    5 +-
 src/flowspec.h                  |    2 +-
 src/messagereader.cc            |   11 +-
 src/netperfmeter.cc             |    7 +-
 src/plot-netperfmeter-vectors   |   42 +-
 src/plot-netperfmeter-vectors.R |  140 ++---
 src/redblacktree.h              |  146 ++++++
 src/redblacktree_impl.h         | 1098 +++++++++++++++++++++++++++++++++++++++
 src/simpleredblacktree.c        |   31 ++
 src/simpleredblacktree.h        |   34 ++
 src/statisticswriter.cc         |  179 ++++---
 src/statisticswriter.h          |   47 +-
 src/t1.cc                       |   69 +++
 src/test2                       |   23 +
 src/tools.cc                    |   87 ++--
 src/tools.h                     |   13 +-
 21 files changed, 3202 insertions(+), 297 deletions(-)

commit 25ed770405acbc1debb47dbf7996cce88079c732
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jun 22 09:22:05 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@316 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 debian/changelog          |   4 +-
 src/control.cc            |  71 +++++++++++++--
 src/flowspec.cc           |  10 +--
 src/netperfmeter.cc       |  63 ++++++--------
 src/netperfmeterpackets.h |   2 +
 src/statisticswriter.cc   | 217 +++++++++++++++++++++++++++++++++-------------
 src/statisticswriter.h    |  39 +++++++--
 src/transfer.cc           |  11 ++-
 8 files changed, 292 insertions(+), 125 deletions(-)

commit 58eabbeefe78e01017ce302aec5d04e6f4637034
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Fri Jun 19 09:13:29 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@313 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc | 25 +++++++++++++++++--------
 1 file changed, 17 insertions(+), 8 deletions(-)

commit d7220bd465d7e1150e9bf45490c21d0d09cfae92
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Thu Jun 18 10:15:05 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@312 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc            | 93 ++++++++++++++++++++++++++++++++++++++---------
 src/control.h             |  2 +-
 src/flowspec.cc           | 16 ++++----
 src/netperfmeter.cc       | 48 ++++++++++++++----------
 src/netperfmeterpackets.h |  4 +-
 src/statisticswriter.cc   |  6 ++-
 src/statisticswriter.h    |  2 +
 src/test1                 |  2 +-
 src/tools.cc              | 41 +++++++++++++++++++++
 src/tools.h               |  4 ++
 10 files changed, 168 insertions(+), 50 deletions(-)

commit fa05786051c44f8da2d2c1e4bce4cd6ae0b98623
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Wed Jun 17 07:39:20 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@311 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc            | 95 +++++++++++++++++++++++++++++++++++------------
 src/flowspec.cc           | 76 +++++++++++++++++++++++++++++++++++++
 src/flowspec.h            | 11 +++++-
 src/netperfmeter.cc       |  4 ++
 src/netperfmeterpackets.h | 13 +++++++
 src/transfer.cc           | 21 +++++++++--
 6 files changed, 193 insertions(+), 27 deletions(-)

commit c6824d49a62b52b1e5803f347ecdf31dc356ea80
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Mon Jun 15 07:27:43 2009 +0000

    Added jitter calculation and variables for loss statistics.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@310 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/flowspec.cc           | 12 ++++++
 src/flowspec.h            | 13 ++++++-
 src/netperfmeterpackets.h | 77 +++++++++++++++++++-----------------
 src/statisticswriter.cc   | 93 ++++++++++++++++++++++++++++++++++++--------
 src/statisticswriter.h    |  6 +++
 src/test1                 | 23 +++++++++++
 src/tools.cc              |  6 ++-
 src/transfer.cc           | 99 ++++++++++++++++++++++++++++++++++++++---------
 src/transfer.h            |  2 +-
 9 files changed, 256 insertions(+), 75 deletions(-)

commit 7bead2c581720da6ea20c3ee6a26bc052f6269ab
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Jun 13 12:20:36 2009 +0000

    Added check for DCCP support into configure.in -> defines HAVE_DCCP.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@290 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in        | 10 ++++++++++
 debian/control      |  2 ++
 src/netperfmeter.cc | 10 +++++-----
 src/tools.cc        |  2 +-
 4 files changed, 18 insertions(+), 6 deletions(-)

commit 50279f5dd5bb14a68feca61fd0adcbd6fda09009
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Jun 13 12:12:36 2009 +0000

    Added manpages to Debian scripts.
    
    
    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@289 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 debian/changelog            | 2 +-
 debian/netperfmeter.install | 2 ++
 src/netperfmeter.cc         | 1 +
 3 files changed, 4 insertions(+), 1 deletion(-)

commit 02b3d897f94dbc0dde33b6182001ac35f745ea3c
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Jun 13 09:16:53 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@284 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/control.cc            | 112 +++++++++++++++++++++++-----------------------
 src/control.h             |   4 +-
 src/netperfmeterpackets.h |  54 +++++++++++-----------
 src/transfer.cc           |  24 +++++-----
 4 files changed, 97 insertions(+), 97 deletions(-)

commit c86bc9daa18bb0c9e3ac0d3c558e231ba373c6c7
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Jun 13 09:12:55 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@283 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 src/Makefile.am                 |  14 +-
 src/control.cc                  |   1 -
 src/control.h                   |   2 +-
 src/netmeter.8                  |  86 -----
 src/netmeter.cc                 | 792 ----------------------------------------
 src/netmeterpackets.h           | 143 --------
 src/netperfmeter.8              |  86 +++++
 src/netperfmeter.cc             | 792 ++++++++++++++++++++++++++++++++++++++++
 src/netperfmeterpackets.h       | 143 ++++++++
 src/plot-netmeter-vectors       |  78 ----
 src/plot-netmeter-vectors.8     |  79 ----
 src/plot-netmeter-vectors.R     | 181 ---------
 src/plot-netperfmeter-vectors   |  78 ++++
 src/plot-netperfmeter-vectors.8 |  79 ++++
 src/plot-netperfmeter-vectors.R | 181 +++++++++
 src/transfer.cc                 |   2 +-
 16 files changed, 1368 insertions(+), 1369 deletions(-)

commit 73dcdc207cf5371e3a85b10a66ca9e2ebe49ee47
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Jun 13 09:09:11 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@282 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 configure.in                 | 6 +++---
 debian.conf                  | 2 +-
 debian/changelog             | 4 ++--
 debian/control               | 8 ++++----
 debian/copyright             | 6 +++---
 debian/netmeter.install      | 4 ----
 debian/netmeter.manpages     | 2 --
 debian/netperfmeter.install  | 4 ++++
 debian/netperfmeter.manpages | 2 ++
 9 files changed, 19 insertions(+), 19 deletions(-)

commit 3bd26515fe4f20b1af45fbf97b97a1641f1192b0
Author: dreibh <dreibh@acdd8558-d4fd-0310-b0a5-8cf3c1ec824a>
Date:   Sat Jun 13 09:04:07 2009 +0000

    git-svn-id: https://svn.tdr.iem.uni-due.de:8443/svn/sctp-misc/trunk/netperfmeter@281 acdd8558-d4fd-0310-b0a5-8cf3c1ec824a

 AUTHORS                     |    1 +
 BUGS                        |    0
 COPYING                     |  674 ++++++++++++++++++
 ChangeLog                   |   98 +++
 INSTALL                     |  237 +++++++
 Makefile.am                 |    3 +
 NEWS                        |    0
 README                      |    0
 bootstrap                   |   45 ++
 clean-deb                   |   25 +
 configure.in                |  323 +++++++++
 debian.conf                 |   10 +
 debian/changelog            |    6 +
 debian/compat               |    1 +
 debian/control              |   18 +
 debian/copyright            |   33 +
 debian/netmeter.install     |    4 +
 debian/netmeter.manpages    |    2 +
 debian/rules                |   88 +++
 debian/watch                |    2 +
 make-deb                    |  157 +++++
 make-ppa                    |    6 +
 src/Makefile.am             |   15 +
 src/control.cc              |  441 ++++++++++++
 src/control.h               |   65 ++
 src/debug                   |    3 +
 src/ext_socket.h            |  596 ++++++++++++++++
 src/flowspec.cc             |  324 +++++++++
 src/flowspec.h              |  146 ++++
 src/messagereader.cc        |  245 +++++++
 src/messagereader.h         |   89 +++
 src/netmeter.8              |   86 +++
 src/netmeter.cc             |  792 +++++++++++++++++++++
 src/netmeterpackets.h       |  143 ++++
 src/plot-demo1.R            |  137 ++++
 src/plot-netmeter-vectors   |   78 ++
 src/plot-netmeter-vectors.8 |   79 +++
 src/plot-netmeter-vectors.R |  181 +++++
 src/plotter.R               | 1639 +++++++++++++++++++++++++++++++++++++++++++
 src/statisticswriter.cc     |  370 ++++++++++
 src/statisticswriter.h      |   90 +++
 src/tools.cc                |  901 ++++++++++++++++++++++++
 src/tools.h                 |  114 +++
 src/transfer.cc             |  202 ++++++
 src/transfer.h              |   44 ++
 45 files changed, 8513 insertions(+)
