On Mon, 4 Apr 2011, Martin T wrote: > If I execute Iperf(version 2.0.5 (08 Jul 2010) pthreads) client with > "iperf -c 192.168.2.1 -u -fm -t60 -d -b 10m -w 4m" command, Iperf > server with "iperf -s u -w 4m" command, Iperf client with "iperf -c > 192.168.1.1 -t 60 -w 2m" command etc, I get the "TCP window size: 50.0 > KByte (WARNING: requested 2.00 MByte)", "UDP buffer size: 0.01 MByte > (WARNING: requested 4.00 MByte)" or similar warning.
This warning message means that your operating system denies the request from iperf. Probably because your request is deemed too big and would consume too much kernel memory. You either need to configure your operating system to be more generous, or be less greedy yourself. Marc. ------------------------------------------------------------------------------ Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf _______________________________________________ Iperf-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/iperf-users
