freebsd-ports/net/shaperprobe/files/patch-measflow.c
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
428 B
C

--- ./measflow.c.orig 2009-12-01 13:20:07.000000000 -0800
+++ ./measflow.c 2011-06-11 10:51:08.000000000 -0700
@@ -41,7 +41,6 @@
struct timeval prober_packet_gap(struct timeval y, struct timeval x);
void prober_swait(struct timeval tv, double sleepRes);
-void prober_sbusywait(struct timeval tv);
int mflowSender(int tcpsock, int udpsock, struct sockaddr_in *from,
double capacity, double sleepRes, double *recvrate)