1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/net/shaperprobe/files/patch-tcpclient.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

11 lines
332 B
C

--- ./tcpclient.h.orig 2009-11-28 22:41:42.000000000 -0800
+++ ./tcpclient.h 2011-06-11 10:51:08.000000000 -0700
@@ -27,6 +27,7 @@
#define _TCPCLIENT_
#include "packet.h"
+#include <netinet/in.h>
int connect2server(unsigned int serverip, int fileid);
double estimateCapacity(int tcpsock, int udpsock, struct sockaddr_in *);