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)
10 lines
277 B
C
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,
|