mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 08:30:37 -04:00
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>
14 lines
259 B
C++
14 lines
259 B
C++
|
|
$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)
|
|
{
|