mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
bb820b7516
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)
11 lines
332 B
C
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 *);
|