freebsd-ports/net/shaperprobe/files/patch-tcpserver.h
Chris Rees bb820b7516 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)
2011-06-12 16:00:42 +00:00

10 lines
277 B
C

--- ./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,