e6156f805a
The purpose of OpRoute is to attempt to establish a *generalized* measurement system which takes into account all of the factors that are usually considered to be important when it comes to performance. Specifically: - Packet loss - Latency - Layer 3 Hops - AS Hops - NAP Hops - Throughput (To be done, not in there yet) MAINTAINER= Jason Peel <jsyn@nthought.com>
14 lines
325 B
Plaintext
14 lines
325 B
Plaintext
$OpenBSD: patch-oproute_h,v 1.1.1.1 2001/07/03 02:40:21 pvalchev Exp $
|
|
--- oproute.h.orig Sun Jun 24 15:43:30 2001
|
|
+++ oproute.h Sun Jun 24 15:44:09 2001
|
|
@@ -3,6 +3,9 @@
|
|
|
|
#include <vector>
|
|
#include <string>
|
|
+#include <sys/types.h>
|
|
+#include <sys/socket.h>
|
|
+#include <netinet/in.h>
|
|
#include <sys/time.h>
|
|
#include <map>
|
|
|