diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-04 23:39:51 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-04 23:39:51 +0000 |
commit | f67e946c8e1d62692778d227d882d2410ea74984 (patch) | |
tree | 961254815010d828504544f9135b37a82592d30b /net/mgen/files/patch-common_mgen.cpp | |
parent | - Update to 0.4.9 (diff) |
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 <janos.mohacsi@bsd.hu>
Notes
Notes:
svn path=/head/; revision=120823
Diffstat (limited to 'net/mgen/files/patch-common_mgen.cpp')
-rw-r--r-- | net/mgen/files/patch-common_mgen.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/mgen/files/patch-common_mgen.cpp b/net/mgen/files/patch-common_mgen.cpp new file mode 100644 index 000000000000..a4867087e68c --- /dev/null +++ b/net/mgen/files/patch-common_mgen.cpp @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- common/mgen.cpp.orig ++++ common/mgen.cpp +@@ -1319,7 +1319,7 @@ + m++; + } + return type; +-}; // end Mgen::GetCmdType() ++} // end Mgen::GetCmdType() + + bool Mgen::OnCommand(Mgen::Command cmd, const char* arg, bool override) + { |