Packet degregation b/w two seperate wireless net's
Packet degregation b/w two seperate wireless net's
I have two seperate wireless access points with two seperate freqencies of operation (one on 5.7ghz & one on 2.4ghz). I have this setup so each AP will only be sending data streams in one direction (instead of having both the IBM T43 & Media Center on the 2.4ghz specturm, and the AP having to effectively transmit the data twice).
Sending & receiving data across either wireless link to a centrally located file server results in 2.5MB's per second transfers. However, when I try to send/recieve data between the T43 & Media Center, the fastest transfers I can get are about 1.6MB's per second.
I've tried adjusting the Beacon Interval on all the wireless equipment, making sure they're all set the same (tried 50, 75, 100, 125). The Fragment Length & RTS Threshold (length) are both set to 2346 on ALL wireless equipment. DTIM Interval is 1 on all equipment as well.
It seems as if the packets are not being repeated correctly by both sides when they reach the final Access Point (regardless of which direction they're going). So I'm guessing both AP's are having to break up each packet because it is too big and then transfer it in pieces, which might explain the drop in transfer rates.
Most importantly, if that is indeed what is happening, how would I go about fixing this? Would tweaking the Fragmentation Length or RTS Threshold help any?
Sending & receiving data across either wireless link to a centrally located file server results in 2.5MB's per second transfers. However, when I try to send/recieve data between the T43 & Media Center, the fastest transfers I can get are about 1.6MB's per second.
I've tried adjusting the Beacon Interval on all the wireless equipment, making sure they're all set the same (tried 50, 75, 100, 125). The Fragment Length & RTS Threshold (length) are both set to 2346 on ALL wireless equipment. DTIM Interval is 1 on all equipment as well.
It seems as if the packets are not being repeated correctly by both sides when they reach the final Access Point (regardless of which direction they're going). So I'm guessing both AP's are having to break up each packet because it is too big and then transfer it in pieces, which might explain the drop in transfer rates.
Most importantly, if that is indeed what is happening, how would I go about fixing this? Would tweaking the Fragmentation Length or RTS Threshold help any?
Last edited by JHaislet on Mon Feb 13, 2006 1:07 pm, edited 1 time in total.
Vista Business on T43 w/ Dell 2405FPW @ 1920 x 1200
Thinkpad T43 (2687-DSU) | PM 2.0GHz @ 1.068v | 100GB Hitachi 7K100 | 2.0GB Dual-Channel | X300 64MB | 14.1" SXGA | DVD+RW | Intel 2915 ABG | ThinkDock II & Mini-Dock |
Thinkpad T43 (2687-DSU) | PM 2.0GHz @ 1.068v | 100GB Hitachi 7K100 | 2.0GB Dual-Channel | X300 64MB | 14.1" SXGA | DVD+RW | Intel 2915 ABG | ThinkDock II & Mini-Dock |
Microsoft Visio 2003 for the diagram, works pretty well 
It stays a solid 1.6MBps. All transfers, regardless of where they're going stay very solid with respect to speed.
One of the reasons I split the two wireless segments up was to significantly reduce RF interference and I've always had blue tooth disabled.
It stays a solid 1.6MBps. All transfers, regardless of where they're going stay very solid with respect to speed.
One of the reasons I split the two wireless segments up was to significantly reduce RF interference and I've always had blue tooth disabled.
Vista Business on T43 w/ Dell 2405FPW @ 1920 x 1200
Thinkpad T43 (2687-DSU) | PM 2.0GHz @ 1.068v | 100GB Hitachi 7K100 | 2.0GB Dual-Channel | X300 64MB | 14.1" SXGA | DVD+RW | Intel 2915 ABG | ThinkDock II & Mini-Dock |
Thinkpad T43 (2687-DSU) | PM 2.0GHz @ 1.068v | 100GB Hitachi 7K100 | 2.0GB Dual-Channel | X300 64MB | 14.1" SXGA | DVD+RW | Intel 2915 ABG | ThinkDock II & Mini-Dock |
I think it is a delay/transfer problem (higher delay, lower transfer); try set on T43 and Media Center:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AFD\Parameters]
"DefaultReceiveWindow"=dword:00018000
"DefaultSendWindow"=dword:00018000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AFD\Parameters]
"DefaultReceiveWindow"=dword:00018000
"DefaultSendWindow"=dword:00018000
T430 · i7-3632QM · 12GB RAM · 512GB SSD · HD+ · NVIDIA NVS 5400M · H5321gw
T420s · i5-2520M · 12GB RAM · 480GB SSD · HD+ · HD3000 · F5521gw
T60 · T2500 · 3GB RAM · 128GB SSD · 14.1 SXGA+ · 128MB ATI X1400
Past: T400, T41, T22, 600X, 390X
T420s · i5-2520M · 12GB RAM · 480GB SSD · HD+ · HD3000 · F5521gw
T60 · T2500 · 3GB RAM · 128GB SSD · 14.1 SXGA+ · 128MB ATI X1400
Past: T400, T41, T22, 600X, 390X
My current registry settings under Parameters is blank. Nothing is there except the (Default) string and it has no value set. Is that normal?
Also, what does the 18000 mean/signify/do? I'm assuming that's in decimal form?
Thanks for the help! I can't wait to try this out.
Also, what does the 18000 mean/signify/do? I'm assuming that's in decimal form?
Thanks for the help! I can't wait to try this out.
Vista Business on T43 w/ Dell 2405FPW @ 1920 x 1200
Thinkpad T43 (2687-DSU) | PM 2.0GHz @ 1.068v | 100GB Hitachi 7K100 | 2.0GB Dual-Channel | X300 64MB | 14.1" SXGA | DVD+RW | Intel 2915 ABG | ThinkDock II & Mini-Dock |
Thinkpad T43 (2687-DSU) | PM 2.0GHz @ 1.068v | 100GB Hitachi 7K100 | 2.0GB Dual-Channel | X300 64MB | 14.1" SXGA | DVD+RW | Intel 2915 ABG | ThinkDock II & Mini-Dock |
-----------------
From http://www.microsoft.com/ntserver/docs/TCPIP.DOC :
DefaultReceiveWindow
Value Type: REG_DWORD
Default: 8192
Description: The number of receive bytes AFD will buffer on a connection before imposing flow control. For some applications, a larger value here will give slightly better performance at the expense of increased resource utilization. Note that applications can modify this value on a per-socket basis with the SO_RCVBUF socket option.
DefaultSendWindow
Value Type: REG_DWORD
Default: 8192
Description: Similar to DefaultReceiveWindow, but for the send side of connections.
------------
18000 - _hexadecimal_ value
Copy and paste the following and make it a .reg file and merge it into your registry:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AFD\Parameters]
"DefaultReceiveWindow"=dword:00018000
"DefaultSendWindow"=dword:00018000
To undo this tweak, simply delete the Parameters key (or DefaultReceiveWindow and DefaultSendWindow keys).
Hope this will help.
From http://www.microsoft.com/ntserver/docs/TCPIP.DOC :
DefaultReceiveWindow
Value Type: REG_DWORD
Default: 8192
Description: The number of receive bytes AFD will buffer on a connection before imposing flow control. For some applications, a larger value here will give slightly better performance at the expense of increased resource utilization. Note that applications can modify this value on a per-socket basis with the SO_RCVBUF socket option.
DefaultSendWindow
Value Type: REG_DWORD
Default: 8192
Description: Similar to DefaultReceiveWindow, but for the send side of connections.
------------
18000 - _hexadecimal_ value
Copy and paste the following and make it a .reg file and merge it into your registry:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AFD\Parameters]
"DefaultReceiveWindow"=dword:00018000
"DefaultSendWindow"=dword:00018000
To undo this tweak, simply delete the Parameters key (or DefaultReceiveWindow and DefaultSendWindow keys).
Hope this will help.
Last edited by AIX on Mon Feb 06, 2006 7:21 am, edited 1 time in total.
T430 · i7-3632QM · 12GB RAM · 512GB SSD · HD+ · NVIDIA NVS 5400M · H5321gw
T420s · i5-2520M · 12GB RAM · 480GB SSD · HD+ · HD3000 · F5521gw
T60 · T2500 · 3GB RAM · 128GB SSD · 14.1 SXGA+ · 128MB ATI X1400
Past: T400, T41, T22, 600X, 390X
T420s · i5-2520M · 12GB RAM · 480GB SSD · HD+ · HD3000 · F5521gw
T60 · T2500 · 3GB RAM · 128GB SSD · 14.1 SXGA+ · 128MB ATI X1400
Past: T400, T41, T22, 600X, 390X
Hey that's great, thanks for the info. I'll read thru that today & give it a try.
Vista Business on T43 w/ Dell 2405FPW @ 1920 x 1200
Thinkpad T43 (2687-DSU) | PM 2.0GHz @ 1.068v | 100GB Hitachi 7K100 | 2.0GB Dual-Channel | X300 64MB | 14.1" SXGA | DVD+RW | Intel 2915 ABG | ThinkDock II & Mini-Dock |
Thinkpad T43 (2687-DSU) | PM 2.0GHz @ 1.068v | 100GB Hitachi 7K100 | 2.0GB Dual-Channel | X300 64MB | 14.1" SXGA | DVD+RW | Intel 2915 ABG | ThinkDock II & Mini-Dock |
Flipping thru the document, it seems like those commands are only applicable to NT Server 3.5 thru 4.0. I didn't see anything about Windows 2000 or XP. Regardless, I tried the registry settings on both machines and the rates stayed the same, and maybe even slowed down a fraction.
I was really hoping this would help too!
Thanks for digging that stuff up, Windows XP must handle this stuff automatically now & using other parameters.
I was really hoping this would help too!
Thanks for digging that stuff up, Windows XP must handle this stuff automatically now & using other parameters.
Vista Business on T43 w/ Dell 2405FPW @ 1920 x 1200
Thinkpad T43 (2687-DSU) | PM 2.0GHz @ 1.068v | 100GB Hitachi 7K100 | 2.0GB Dual-Channel | X300 64MB | 14.1" SXGA | DVD+RW | Intel 2915 ABG | ThinkDock II & Mini-Dock |
Thinkpad T43 (2687-DSU) | PM 2.0GHz @ 1.068v | 100GB Hitachi 7K100 | 2.0GB Dual-Channel | X300 64MB | 14.1" SXGA | DVD+RW | Intel 2915 ABG | ThinkDock II & Mini-Dock |
I'm sorry to hear that. I tried these settings a couple of months ago on a few W2k workstations and the transfer rate jumped with + 2-4 Mbps in my case.
T430 · i7-3632QM · 12GB RAM · 512GB SSD · HD+ · NVIDIA NVS 5400M · H5321gw
T420s · i5-2520M · 12GB RAM · 480GB SSD · HD+ · HD3000 · F5521gw
T60 · T2500 · 3GB RAM · 128GB SSD · 14.1 SXGA+ · 128MB ATI X1400
Past: T400, T41, T22, 600X, 390X
T420s · i5-2520M · 12GB RAM · 480GB SSD · HD+ · HD3000 · F5521gw
T60 · T2500 · 3GB RAM · 128GB SSD · 14.1 SXGA+ · 128MB ATI X1400
Past: T400, T41, T22, 600X, 390X
-
- Similar Topics
- Replies
- Views
- Last post
-
- 4 Replies
- 2192 Views
-
Last post by jronald
Wed Feb 22, 2017 6:48 pm
-
-
R61: Takes Two Tries to Start
by ArtShapiro » Mon Jan 02, 2017 3:58 pm » in ThinkPad R, A, G and Z Series - 7 Replies
- 1762 Views
-
Last post by jaspen-meyer
Sun Jan 08, 2017 3:15 am
-
-
-
Models that support two ultrabays
by Whitieiii » Sat Jan 21, 2017 6:49 am » in GENERAL ThinkPad News/Comments & Questions - 5 Replies
- 544 Views
-
Last post by Whitieiii
Sat Jan 21, 2017 4:34 pm
-
-
-
SOLD Two *mint-condition* 14.1" SXGA+ screens (Quanta QD14FL07-LK11) -- great for 4:3 T61 or 14" T601f!
by tpdude4 » Thu Feb 16, 2017 12:29 pm » in Marketplace - Forum Members only - 3 Replies
- 385 Views
-
Last post by tpdude4
Fri Feb 17, 2017 5:41 pm
-
Who is online
Users browsing this forum: No registered users and 2 guests






