cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Call for participation: transfer speed tests!

From: Andre Guibert de Bruet <andy_at_siliconlandmark.com>
Date: Thu, 20 Aug 2009 16:40:50 -0400

On Aug 20, 2009, at 3:45 PM, Georg Lippitsch wrote:

> Am Thursday 20 August 2009 20:32:37 schrieb Jamie Lokier:
>
>>
>> What does "ifconfig" show for the link MTU?
>
> Is there an "ifconfig" for windows?

There are two main command line utilities for displaying and setting
network interface information on Windows. Try the following:

ipconfig /all
netsh dump (You most probably want to redirect this output to a file)

As for the MTU settings, these can be done accessed through the NIC's
"Properties" in the Device Manager on Windows 2000 and later. Starting
with Vista, you can enumerate and set the MTU settings using:

netsh interface ipv4 show subinterfaces
netsh interface ipv4 set subinterface "Local Area Connection"
mtu=<value> store=persistent

> Using ping to test MTU, 1436 is the maximum length, so the MTU is
> 1464.

I don't follow. Did you validate this with Wireshark or a similar
utility?

Cheers,

/* Andre Guibert de Bruet * 436f 6465 2070 6f65 742e 2042 6974 206a */
/* Managing Partner * 6f63 6b65 792e 2053 7973 4164 6d69 6e2e */
/* GSM: +1 734 846 8758 * 2055 4e49 5820 736c 6575 7468 2e00 0000 */
/* WWW: siliconlandmark.com * C/C++, Java, Perl, PHP, SQL, XHTML, XML */
Received on 2009-08-20