diff options
| author | Chris Rees <crees@FreeBSD.org> | 2011-06-12 16:00:42 +0000 |
|---|---|---|
| committer | Chris Rees <crees@FreeBSD.org> | 2011-06-12 16:00:42 +0000 |
| commit | bb820b75167525a74d275907cf41f0f7381962b7 (patch) | |
| tree | ac145015e5e6f054a811c72c37988f56beb228a1 /net/shaperprobe/files/patch-tcpserver.h | |
| parent | - Add UPDATING note for mail/sympa 6.1.4_1 (diff) | |
Shaperprobe is a speed test utility to analyze traffic shaping being done and
determine max downstream and upstream throughput.
WWW: http://www.cc.gatech.edu/~partha/diffprobe/shaperprobe.html
PR: ports/157773
Submitted by: Josh Carroll <josh.carroll at gmail.com>
Approved by: rene (mentor)
Notes
Notes:
svn path=/head/; revision=275448
Diffstat (limited to 'net/shaperprobe/files/patch-tcpserver.h')
| -rw-r--r-- | net/shaperprobe/files/patch-tcpserver.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/shaperprobe/files/patch-tcpserver.h b/net/shaperprobe/files/patch-tcpserver.h new file mode 100644 index 000000000000..746130f108bc --- /dev/null +++ b/net/shaperprobe/files/patch-tcpserver.h @@ -0,0 +1,10 @@ +--- ./tcpserver.h.orig 2009-11-28 22:41:42.000000000 -0800 ++++ ./tcpserver.h 2011-06-11 10:51:08.000000000 -0700 +@@ -27,6 +27,7 @@ + #define _TCPSERVER_ + + #include "packet.h" ++#include <netinet/in.h> + + int create_server(); + int preprocess_newclient(int conn_s, int udpsock0, |
