PDA

View Full Version : could somone please take a peak at my tcp/ip test



turbojohn
03-11-01, 08:51 AM
MTU = 1500
MTU is fully optimized for broadband.

MSS = 1460
Maximum useful data in each packet = 1460, which is equal to MSS.

Default Receive Window (RWIN) = 256960
RWIN Scaling (RFC1323) = 2 bits
Unscaled Receive Window = 64240
RWIN is a multiple of MSS
Other values for RWIN that might work well with your current MTU/MSS:
513920 (MSS x 44 * scale factor of 8)
256960 (MSS x 44 * scale factor of 4)
128480 (MSS x 44 * scale factor of 2)
64240 (MSS x 44)

bandwidth * delay product:
Your RcvWindow limits you to: 10278.4 kbps (1284.8 KBytes/s) @ 200ms
Your RcvWindow limits you to: 4111.36 kbps (513.92 KBytes/s) @ 500ms

MTU Discovery (RFC1191) = ON

Time to live left = 52 hops
TTL value is ok.
Note: Since TTL is decreased by at least 1 with each hop, the value above is equal to your TTL minus the number of hops to forums.speedguide.net

Timestamps (RFC1323) = OFF

Selective Acknowledgements (RFC2018) = ON

IP type of service field (RFC1349)= 00000000
Precedence (priority) = 000 (routine)
Delay = 0 (normal delay)
Throughput = 0 (normal throughput)
Reliability = 0 (normal reliability)
Cost = 0 (normal cost)


4610 connections tested since 03-10-2001, 14:30 ET
Program version: Beta 0.92


I have no idea what this stuff means it seams to be working fine.

thanks
John

[ 03-17-2001: Message edited by: turbojohn ]

rmrucker
03-11-01, 09:06 AM
It looks good to me -- as long as your speeds are good.

Security Note: You might want to Edit out your IP address at the top of the post. No reason to broadcast that to the world.

turbojohn
03-17-01, 11:47 PM
thanks didn't even notice the ip was up there.