Ä¿¹Â´ÏƼ
 
 
 
 
 
 
 
ºÎÇ° / °ßÀû Ãßõ
 
[re] ´ëºÎºÐÀÇ ¼Óµµ¸¦ ´Ã¸®´Â À¯Æ¿Àº ·¹Áö½ºÆ®¸®¸¦ °íÄ¡´Â °ÍÀÔ´Ï´Ù.
±èµµ¿Ï
 Á¶È¸ : 2862 ,2002/10/18 15:25
HKEY_LOCAL_MACHINE\
System\CurrentControlSet\Services\Class\NetTrans\000n (Where "000n" is your TCP/IP protocol. It contains "TCP/IP" assigned to the "DriverDesc" value. "n" can be any number from 0 to 9)
MaxMTU="1500" (string var) Note: If you're using DSL and your ISP has implemented PPPoE, you must set MaxMTU to 1492 or less.

HKEY_LOCAL_MACHINE\
System\CurrentControlSet\Services\VxD\MSTCP
DefaultRcvWindow="256960" (string var, the maximum value of this setting is 2^30, or 1Gb in Windows 98/98SE/ME).
Note: For best results RWIN has to be a multiple of MSS (MaxMTU-40) lower than 65535 times a scale factor that's a power of 2, i.e. 44 x 1460 = 64240 x 2^2 = 256960. If you choose to use a RWIN lower than 65535, you can simply make it multiple of MSS and turn scaling off (Tcp1323Opts=0)

DefaultTTL="64" (string var, range 1-255, use any number between 32 and 128)
PMTUDiscovery="1" (string var, boolean, 0-false or 1-true. Many connections perform better with this entry at 1, however, if you prefer to set your upstream to send fixed 1500 packets, you might want to use 0 instead). When set at 1, establishing connections and initial transfer speed might slow down a bit, however you will get better throughput if somewhere in the path large packets need to be fragmented.

PMTUBlackHoleDetect="0" (string var, zero for optimal performance)
Tcp1323Opts="1" (string var, recommended setting is 1. The possible settings are 0 - No Windowscaling and Timestamp Options, 1 - Window scaling but no Timestamp options, 3 - Window scaling and Time stamp options.) The value is documented in RFC 1323
Note: According to Microsoft, Tcp1323Opts should be DWORD, rather than a string value, however seems that the documentation is wrong, and a string value is necessary to enable large RWIN values.

SackOpts="1" (string var, recommended setting is 1. Possible settings are 0 - No Sack options or 1 - Sack Option enabled) Selective Acknowledgements, as documented in RFC 2018

HKEY_LOCAL_MACHINE\
System\CurrentControlSet\Services\VXD\MSTCP\Parameters
MaxDupAcks="2" (DWORD decimal var, taking integer values from 2 to N. Recommended setting is 2)

Recommended Registry Settings for Windows 95


According to Microsoft, the WinSock 2 update for Windows 95 supports TCP large windows and time stamps, which means you could use the Windows 98 recommendations if you update the original Windows Socket to version 2.
Windows Socket 2 update for Windows 95 - bug fixes from earlier implementations as well as some performance enhancements. Downloading the Winsock 2 update will allow you to add the Windows 98 entries as well.

Here are the recommended settings supported by the original and the updated versions of Winsock.

HKEY_LOCAL_MACHINE\
System\CurrentControlSet\Services\Class\NetTrans\000n (Where "000n" is your TCP/IP protocol. It contains "TCP/IP" assigned to the "DriverDesc" Value)
MaxMTU="1500" (string var) Note: If you're using DSL and your ISP has implemented PPPoE, you should set MaxMTU to 1492 or less.

HKEY_LOCAL_MACHINE\
System\CurrentControlSet\Services\VxD\MSTCP
DefaultRcvWindow="64240" (DWORD decimal var, or string var, has to be a multiple of MSS for best results, i.e. (MaxMTU-40) x number... The range of this setting Windows 95 is range 0-65535. Best settings to try with MSS=1460 are 64240, 46720, 23360 and 11680, in that order)
DefaultTTL="64" (string var, range 1-255, use any number between 32 and 128)
PMTUDiscovery="1" (string var, boolean, 0-false or 1-true. Many connections perform better with this entry at 1, however, if you prefer to set your upstream to send fixed 1500 packets, you might want to use 0 instead). When set at 1, establishing connections and initial transfer speed might slow down a bit, however you will get better throughput if somewhere in the path large packets need to be fragmented.

PMTUBlackHoleDetect="0" (DWORD decimal var, zero for optimal performance)

Windows NT 4 Registry Tweaks


Windows NT is slightly different in handling TCP/IP than Windows 9x. Keep in mind that even if you apply the Windows NT tweaks, you'll see smaller performance increase than with Windows 9x, simply because NT is better optimized for networking. I strongly recommend backing up your Registry before applying these settings.

HKEY_LOCAL_MACHINE\
SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
"TcpWindowSize"="64240" (DWORD decimal var, range 0-65535. It has to be a multiple of MSS for best results, i.e. (MaxMTU-40) x number... Recommended settings to try are 64240, 32120 and 8760 , in that order)
DefaultTTL="64" (DWORD decimal var, range 1-255, use any number between 32 and 128 )
EnablePMTUDiscovery="1" (DWORD decimal var, boolean, 0-false or 1-true. Many connections perform better with this entry at 1, however, if you prefer to set your upstream to send fixed 1500 packets, you might want to use 0 instead). When set at 1, establishing connections and initial transfer speed might slow down a bit, however you will get better throughput if somewhere in the path large packets need to be fragmented.

EnablePMTUBHDetect="0" (DWORD decimal var, boolean, 0-false or 1-true. Set to 1 if you decide to set "EnablePMTUDiscovery" to 1)

HKEY_LOCAL_MACHINE
\SYSTEM\CurrentControlSet\Services\<Adapter Name>\Parameters\Tcpip
MTU="1500" (DWORD decimal var, Range 68 - <Value of the Network>. Values larger than the default for the underlying network will result in the transport using the network default MTU) Note: If you're using DSL and your ISP has implemented PPPoE, you should set MaxMTU to 1492 or less.

¤Ñ¤Ñ;; ¸ù¶¥ ¿µ¾îÁö¸¸ ÀÌ Á¤µµ¸é ÃæºÐÇÒ²®´Ï´Ù.
ÀÌ°Ç dslÀ̳ª ÄÉÀ̺í ȯ°æ¿¡ ¸ÂÃß´Â ÇÁ·Î±×·¥ÀÔ´Ï´Ù.


 
¡ã
³» ¿ë ÀÛ ¼º
¡å
 
 
 
ºÎÇ° / °ßÀû Ãßõ
  
6973   ÀÛ¾÷Ç¥½ÃÁÙ¿¡ ÀÖ´Â ¾ÆÀÌÄÜÀÌ »èÁ¦°¡ ¾ÈµÅ¿ä.. °­¼º¿ë 2002-11-07 4331
6977    [re] ÀÛ¾÷Ç¥½ÃÁÙ¿¡ ÀÖ´Â ¾ÆÀÌÄÜÀÌ »èÁ¦°¡ ¾ÈµÅ¿ä.. °¨ÀÚ³ª¹« 2002-11-09 3136
6980      ¾ÆÀÌÄÜ¿¡ ¿À¸¥Å¬¸¯Çϸé... °­¼º¿ë 2002-11-09 1925
6972   CPU¿Âµµ¿¡ °üÇØ Áú¹® Ãʺ¸ÀÚ 2002-11-07 2212
6976    [re] CPU¿Âµµ¿¡ °üÇØ Áú¹® °¨ÀÚ³ª¹« 2002-11-09 2313
6965   ax45 8x max os setup°ü·Ã ¶Ë½Ã±â 2002-11-04 2396
6966    [re] ¸ÞÀκ¸µå ºÒ·®À̳ª ¾¾Ç» ºÒ·®ÀΰŠ°°Àºµ¥¿©... .. ±èµµ¿Ï 2002-11-05 2046
6967      [re] ±×·²±î¿©??? Ãßµ¿½Ä 2002-11-05 2129
6968        [re] ȣȯ¼º Å×½ºÆ®... Âü°íÇϽñæ... ±èµµ¿Ï 2002-11-05 2334
6969          [re] ÁË¼Û ´Ù½Ã Áú¹®¿©!!! Ãßµ¿½Ä 2002-11-06 1842
6970            [re] ¿¡°Ï ¹®Á¦°¡ ¸¹Àº º¸µå³×¿ä... ±èµµ¿Ï 2002-11-06 2139
6971    À½... ¸Þ¸ð¸® ¹®Á¦ °°±º¿ä.. ÀÌ»ó¿ø 2002-11-06 2107
6984              [re] ´Ê¾úÁö¸¸ °¨»ç... Ãßµ¿½Ä 2002-11-10 2932
6963   [Áú¹®]cpu pci agp Àΰ¡ Ŭ·° ¾Ë¾Æº¼¼ö ÀÖ´Â ÇÁ·Î±×·¥.. ¾ÈÀ縸 2002-11-02 2195
6964    [re] [Áú¹®]cpu pci agp Àΰ¡ Ŭ·° ¾Ë¾Æº¼¼ö ÀÖ´Â ÇÁ.. °¨ÀÚ³ª¹« 2002-11-02 2079
6960   memtest ¾ðÁ¦ ³¡³ª´Â °Ç°¡¿ä.. À̿ϼ® 2002-11-01 2173
6961    [re] memtest ¾ðÁ¦ ³¡³ª´Â °Ç°¡¿ä.. °¨ÀÚ³ª¹« 2002-11-02 3167
6962    [re] memtest ¾ðÁ¦ ³¡³ª´Â °Ç°¡¿ä.. À̼®¿ø 2002-11-02 2111
6959   Çϵåµð½ºÅ© °Ë»ç¸¦ Çغ¸¼¼¿ä... keyjey 2002-10-31 2235
6958   Á¤´Ù¿î´ÔÀDZÛÀº Hardware QNA·Î À̵¿µÇ¾ú½À´Ï´Ù. °¨ÀÚ³ª¹« 2002-10-25 2066
6957   ÀÎÅÚ...ÆÐÄ¡..Áú¹®... ¾ç½ÂÈÆ 2002-10-24 2313
6950   À©2000À¯ÀúÀÔ´Ï´Ù.. ÄÄÃʺ¸ 2002-10-18 2055
6951    [re] ´ëºÎºÐÀÇ ¼Óµµ¸¦ ´Ã¸®´Â À¯Æ¿Àº ·¹Áö½ºÆ®¸®¸¦ °í.. ±èµµ¿Ï 2002-10-18 2320
6952      [re] ´ëºÎºÐÀÇ ¼Óµµ¸¦ ´Ã¸®´Â À¯Æ¿Àº ·¹Áö½ºÆ®¸®¸¦ °í.. ÄÄÃʺ¸ 2002-10-18 2297
6953        [re] ´ëºÎºÐÀÇ ¼Óµµ¸¦ ´Ã¸®´Â À¯Æ¿Àº ·¹Áö½ºÆ®¸®¸¦ °í.. ±èµµ¿Ï 2002-10-18 2862
6954          [re] À̹ø¿¡´Â ¾¾µð·Ò °ü·Ã... ±èµµ¿Ï 2002-10-18 2196
6955            [re] ±×¸®°í °³ÀÎÀûÀÎ ¼Ò°ßÀº... ±èµµ¿Ï 2002-10-18 2075
6956              ³× Á¤¸» °¨»çÇÕ´Ï´Ù ^^ ÄÄÃʺ¸ 2002-10-18 1994
6949   easy tune4 ½ÇÇàÀÌ ¾ÈµË´Ï´Ù.. °­Á¤ÇÑ 2002-10-17 2592
6947   Çϵ带 ºÎÆýÃÅ°´Âµ¥ NTLDR missing À̶õ ¿¡·¯¸Þ¼¼Áö.. Ȳ»ê´ö 2002-10-17 2294
6948    [re] Çϵ带 ºÎÆýÃÅ°´Âµ¥ NTLDR missing À̶õ ¿¡·¯¸Þ.. °¨ÀÚ³ª¹« 2002-10-17 2468
6945   815º¸µå ¾¾µð½ºÆäÀ̽º ¾îÄÉ»ç¿ëÇϳª¿ä? ±è¹ÎÈ£ 2002-10-14 2768
6946    [re] 815º¸µå ¾¾µð½ºÆäÀ̽º ¾îÄÉ»ç¿ëÇϳª¿ä? ±èµµ¿Ï 2002-10-14 2168
6939   ´ÙÀÌ·ºÆ® X Á¤¸» ¹«¾ùÀÌ ¹®Á¦¿ä??(¼ÒÇÁÆ®¿þ¾îQ&A·Î °¡.. ±Ã±Ý 2002-10-14 2118
6940    [re] ´ÙÀÌ·ºÆ® X Á¤¸» ¹«¾ùÀÌ ¹®Á¦¿ä??(¼ÒÇÁÆ®¿þ¾îQ&A.. °¨ÀÚ³ª¹« 2002-10-14 2320
6941      [re] ´äº¯ °¨»çÇϱ¸¿ä. .´Ù½Ã ´äº¯Á»~! ±Ã±Ý 2002-10-14 1915
6942        [re] ´äº¯ °¨»çÇϱ¸¿ä. .´Ù½Ã ´äº¯Á»~! °¨ÀÚ³ª¹« 2002-10-14 1891
6943    [re] À©2000 ¼­¹ö¸¦ ±ò¸é ´ç¿¬ÇÏÁÒ. ÇÁ·Î ¹öÀüÀ» ±òÀ¸.. ±èµµ¿Ï 2002-10-14 2198
6944        [re] DXDIAG´Â ´ÙÀÌ·ºÆ® ¿¢½º ±âº» ¼³Ä¡ Çñ׷¥ÀÔ´Ï´Ù.. ±èµµ¿Ï 2002-10-14 2435
6937   window98 vs wnidow xp ¿ÀÁøÈ£ 2002-10-13 2219
[1][2][3][4] 5 [6][7][8][9][10]
°á°ú³» Àç°Ë»ö
* ÀÛ¼ºÀÚ °Ë»öÀº 2003³â 7¿ù ÀÌÀü ±ÛÀº 'À̸§'À¸·Î, 2003³â 7¿ù ÀÌÈıÛÀº 'ID'·Î °Ë»öÇÏ¼Å¾ß ÇÕ´Ï´Ù.