| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
ChangeLog:
https://github.com/dreibh/netperfmeter/commit/7a2fa08aea006e59ef8938e80d7435d74d53c8af
PR: 255173
Reported by: gspurki@gmail.com
Approved by: dreibh@iem.uni-due.de (maintainer, timeout > 1 week)
|
| |
|
|
|
|
|
|
|
|
| |
Disable DCCP detection to avoid build fail in 13-CURRENT (SOCK_DCCP not found)
PR: 245945
Submitted by: gspurki@gmail.com
Approved by: dreibh@iem.uni-due.de (maintainer, timeout > 1 week)
|
|
|
|
|
|
|
| |
Use newer GCC:
cc1plus: error: unrecognized command line option "-Wno-array-bounds"
Approved by: mentors (implicit approval)
|
|
|
|
|
| |
PR: 239841
Submitted by: dreibh@iem.uni-due.de (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
as a stand-in for "are we running on gcc".
For people already testing powerpc on clang, it is possible that they
already have both compilers in base. Thus, the assumption that "gcc is
in base" (e.g. libstdc++.so exists) always means "force use of GCC" is
already broken. It will be for everyone on -CURRENT once the switch is
made.
While here, standardize on compiler:c++11-lang instead of -lib (they are
equivalent these days), pet portlint, and do some other cleanup.
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
|
| |
Remove option -Wno-array-bounds from CMakeLists.txt to fix build on GCC architectures.
PR: 237041
Approved by: dreibh@iem.uni-due.de (maintainer timeout), mat (mentor)
Differential Revision: https://reviews.freebsd.org/D20107
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
| |
PR: 223311
Submitted by: dreibh@iem.uni-due.de (maintainer)
Reviewed by: tcberner
|
|
|
|
|
|
| |
PR: 214343
Submitted by: joneum@bsdproject.de
Approved by: dreibh@iem.uni-due.de (maintainer)
|
| |
|
|
|
|
| |
benchmarks)
|
|
|
|
|
|
| |
While here:
- Trim headers
- convert some port to the new perl5 world
|
|
|
|
| |
Approved by: portmgr (bdrewery)
|
|
|
|
|
| |
PR: 174611
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
PR: 154846
Submitted by: Thomas Dreibholz <dreibh@iem.uni-due.de> (maintainer)
|
|
|
|
|
|
|
| |
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav)
|
|
TCP, SCTP and DCCP transport protocols over IPv4 and IPv6.
It simultaneously transmits bidirectional flows to an endpoint
and measures the resulting flow bandwidths and QoS. The
results are written as vector and scalar files. The vector
files can e.g. be used to create plots of the results.
WWW: http://www.iem.uni-due.de/~dreibh/netperfmeter/
PR: ports/148994
Approved by: tabthorpe (mentor)
|