diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-21 23:12:25 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-21 23:12:25 +0000 |
| commit | 377f5c8f063be8c7864ed5f0c461a0e124b8e185 (patch) | |
| tree | aff9236e46562d5f038d6ffda2a68563ae06ae56 /net/rude/files/patch-include::rude.h | |
| parent | Per bento logs, mark as broken on 5.x due to varargs.h being (diff) | |
Add rude, an UDP traffic generator and its collector crude.
It's capable of accurate measuring of traffic.
PR: ports/53671
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Diffstat (limited to 'net/rude/files/patch-include::rude.h')
| -rw-r--r-- | net/rude/files/patch-include::rude.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/rude/files/patch-include::rude.h b/net/rude/files/patch-include::rude.h new file mode 100644 index 000000000000..0c89c7c4f599 --- /dev/null +++ b/net/rude/files/patch-include::rude.h @@ -0,0 +1,10 @@ +--- include/rude.h.orig Mon Jun 23 17:35:23 2003 ++++ include/rude.h Mon Jun 23 17:35:42 2003 +@@ -24,6 +24,7 @@ + #ifndef _RUDE_H + #define _RUDE_H + ++#include <sys/types.h> + #include <netinet/in.h> /* for struct sockaddr_in */ + #include <sys/time.h> /* for struct timeval */ + |
