From f67e946c8e1d62692778d227d882d2410ea74984 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Thu, 4 Nov 2004 23:39:51 +0000 Subject: Add mgen, The Multi-Generator, an open source software by the Naval Research Laboratory (NRL) PROTocol Engineering Advanced Networking (PROTEAN) Research Group. MGEN provides the ability to perform IP network performance tests and measurements using UDP/IP traffic (TCP is currently being developed). PR: ports/73532 Submitted by: Janos Mohacsi --- net/mgen/files/patch-common_mgenApp.cpp | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 net/mgen/files/patch-common_mgenApp.cpp (limited to 'net/mgen/files/patch-common_mgenApp.cpp') diff --git a/net/mgen/files/patch-common_mgenApp.cpp b/net/mgen/files/patch-common_mgenApp.cpp new file mode 100644 index 000000000000..98e761298f0d --- /dev/null +++ b/net/mgen/files/patch-common_mgenApp.cpp @@ -0,0 +1,22 @@ + +$FreeBSD$ + +--- common/mgenApp.cpp.orig ++++ common/mgenApp.cpp +@@ -221,7 +221,7 @@ + nextCmd++; + } + return type; +-}; // end MgenApp::GetCmdType() ++} // end MgenApp::GetCmdType() + + bool MgenApp::ProcessCommands(int argc, const char*const* argv) + { +@@ -1388,6 +1388,6 @@ + } // end MgenStreamSource::Read() + + // This macro instantiates our MgenApp instance +-PROTO_INSTANTIATE_APP(MgenApp); ++PROTO_INSTANTIATE_APP(MgenApp) + + -- cgit v1.2.3