[re] ´ëºÎºÐÀÇ ¼Óµµ¸¦ ´Ã¸®´Â À¯Æ¿Àº ·¹Áö½ºÆ®¸®¸¦ °íÄ¡´Â °ÍÀÔ´Ï´Ù.
±èµµ¿Ï
 Á¶È¸ : 3146 ,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À̳ª ÄÉÀ̺í ȯ°æ¿¡ ¸ÂÃß´Â ÇÁ·Î±×·¥ÀÔ´Ï´Ù.


 
¡ã
³» ¿ë ÀÛ ¼º
¡å
 
 
 
  
  ¹¯°í´äÇϱâ DBº¹±¸ ¾È³» °¨ÀÚ³ª¹« 2007-09-01 5118
7136   ¾Æ¼ö½º P4P800¿¡¼­ Intel(R) Application Accelerator.. [1] ¹Ú¿ëÈñ 2003-06-11 4894
7135   V3 ¼³Ä¡ÈÄ¿¡.. ÀÎÅͳÝÀÌ ¾ÈµÇ¿ä..¤Ð.¤Ð Á¶¿µÀÍ 2003-06-08 5495
7134   À©µµXP·Î °× Çϸé ÀÚ²Ù¸¸ µû¿î µÇ¿ä ½ºÆÄÀÌÅ© 2003-06-08 4284
7133   ¹ÙÀÌ¿À½º ¾÷ÇÏ´Â ¹æ¹ý Á» ¾Ë·ÁÁÖ¼¼¿ä Ãʺ¸ 2003-06-08 4571
7132   [Áú¹®] À©µµXP ¿µ¹®ÆÇ¿¡ °üÇØ¼­.. lovekerrigan 2003-06-07 4463
7131   °í¼ö´Ôµé Áú¹®ÀÖ½À´Ï´Ù! ±èÁ¤¼ö 2003-06-06 4138
7130   ÆÄƼ¼Ç¿¡ °üÇÑ Áú¹® °í·¡»ç³É 2003-05-31 4242
7129   [Áú¹®] ½Ã½ºÅÛ ¸ØÃãÇö»ó¿¡ °üÇØ¼­ [1] ±èµ¿Áø 2003-05-29 5132
7128   sw¼³Ä¡µµÁß Ãë¼Ò Çϸé Â±â°¡ ³²´ÂÁöÀÇ ¿©ºÎ ¾Ë°í½Í.. ³²±¹Çö 2003-05-29 4331
7127   [Áú¹®] À©xp ¿¡¼­ ·Î±×ÀÎ ÇÒ¶§ Áú¹®ÀÔ´Ï´Ù. ±è¿¬ 2003-05-27 4235
7126   ATIīŻ3.4´Â INTEL E7205Ĩ¼Â°ú Ãæµ¹ÀÌ ¾ø´ÂÁö¿ä? yain 2003-05-26 4162
7124   [Áú¹®] StyleXP¸¦ ¾²¸é¼­.. ÀÌÀ¯±¤ 2003-05-25 4028
7125    [re] [Áú¹®] StyleXP¸¦ ¾²¸é¼­.. ÀüÈ£¹Î 2003-05-26 4098
7123   À©µµ¿ìxp ½Ã½ºÅÛÁ¾·áÇÒ¶§ ¾öû ´À¸°µ¥ À̰͵µ ÀÏÁ¾ÀÇ .. solee 2003-05-24 5042
7122   MSN ÆÄÀϺ¸³»±â°¡ ¾ÈµÇ´Âµ¥¿ä... À©µµ¿ì ¹æÈ­º® ¹®Á¦.. ±è´ë¼º 2003-05-24 4642
7121   Intel Ĩ¼Â ÆÐÄ¡¹æ¹ý Á» ¾Ë·ÁÁÖ¼¼¿ä. ms 2003-05-21 4629
7120   Á¦ÄÄ ¸ÀÀÌ °¬¾î¿ä ¤Ð.¤Ð;; ¸Ó°¡ ¹®Á¦ÁÒ?? ¤Ñ0¤Ñ;; ÀÌ»ó¿ø 2003-05-20 4349
7119   īŻ 3.4 ¾ð¸®¾ó2 ½ÇÇà ºÒ°¡ ?? krell777 2003-05-19 4320
7118   ATA-133 Á¤ 2003-05-18 4472
7117   ºÎÆÃ½Ã¿¡ ¾µµ¥¾ø´Â ¸Þ¼¼Áö°¡ ³ª¿À´Âµ¥ ±è»óÇö 2003-05-13 4262
7116   ±â°¡¹ÙÀÌÆ® ¶óµ¥¿Â 9000¿¡¼­ °íºÀÁØ 2003-05-12 4203
7115   DOS¸¸ ±ò¸° ³ëÆ®ºÏ¿¡¼­ ÇÁ·Î±×·¥À» µ¥½ºÅ©Å¾À¸·Î º¹»ç.. À̹ÎÀç 2003-05-09 4673
7114   ¾Æ½Ã´ÂºÐ´äº¯ºÎŹ¿ä~ ±èÇѼº 2003-05-08 4075
7113   ÀÌ°Ô ¹«½¼ÀÏÀϱî¿ä? ¾Æ½Ã´ÂºÐ ´äº¯À»... ¹Ú»ó¿ø 2003-05-06 4053
7112   ¹®Àǵ帳´Ï´Ù... ¾Æ¿ô·è ¹®Á¦Á¡... jameslee 2003-04-29 4588
7111   ÀͽºÇ÷η¯ Áö¿ì´Â¹ýÁ»¾Ë·ÁÁÖ¼¼¿ä~ ¿Õ°³¹Ì 2003-04-29 6913
7110   ¿¡ÀÌ¿ÀÇ AX6BCº¸µå ¿Âµµ´Â ¿ø·¡ ¾È³ª¿À´Â°Ç°¡¿ä? À¯Àú 2003-04-27 4322
7109   µµ¿Í ÁÖ¼À ÀÌ°Ô ¹ÙÀÌ·¯½ºµµ¾Æ´Ñ°ÍÀÌ ¸· ¶°¼­ ÄÄÀ» ´Ù.. ±èÃ¢ÇØ 2003-04-17 4392
7108   ÇÁ·Î±×·¥À» Á¾·áÇÏ¸é ´Ù¿î Çö»óÀÌ ³ªÅ¸³ª´Â °í¼ö¹®Á¦.. ±èµµ¿­ 2003-04-17 4333
7107   º¸µå ±¸ÀÔ °ü·Ã Áú¹®ÀÔ´Ï´Ù. jalousies 2003-04-16 4015
7106   ati8500°ú Ä«¿îÅÍ ½ºÆ®¶óÀÌÄ¿ ¿¡·¯¹®Á¦... ±è°æ¿ë 2003-04-12 4575
7105   [Áú¹®]¸Þ¸ð¸® üũÈÄ »óÅÂÇ¥½Ã¿¡ ´ëÇÑ..Áú¹® ¹ÚÁÖÈ£ 2003-04-11 4247
7104   °³Á¶ µå¶óÀ̹ö Á» ¿Ã·ÁÁÖ¼¼¿ä... ¶óµ­Â¯ 2003-04-11 4275
7103   [Áú¹®] µ¥¸ó 3.29 ¹öÀü ÀÌ»óÇѹö±×°¡ Àֳ׿ä. µµ¿ÍÁÖ.. ±èžð 2003-04-04 4505
7102   À̹ÌÁö È­ÀÏ ÀνºÅç È­ÀÏ·Î ¸¸µå´Â¹ý ÀÌ ±Ã±ÝÇÕ´Ï´Ù ^.. ÀÌÁø°ü 2003-04-02 4751
7100   AGP±×·¡ÇȺ¸µå µå¶óÀ̹ö ±Þ±¸ ±Ã½ÄÀÌ 2003-03-27 4655
7101    [re] AGP±×·¡ÇȺ¸µå µå¶óÀ̹ö ±Þ±¸ ±Ã½ÄÀÌ 2003-03-27 4286
7099   »ç¿îµå ÄÚµ¦Áß¿¡.... M 2003-03-23 5773
7098   ÀÚµ¿ À½Çâ °ü¸®°¡? À½... 2003-03-23 4544
 1 
°á°ú³» Àç°Ë»ö
* ÀÛ¼ºÀÚ °Ë»öÀº 2003³â 7¿ù ÀÌÀü ±ÛÀº 'À̸§'À¸·Î, 2003³â 7¿ù ÀÌÈıÛÀº 'ID'·Î °Ë»öÇÏ¼Å¾ß ÇÕ´Ï´Ù.
·Î±×ÀÎ | ÀÌ ÆäÀÌÁöÀÇ PC¹öÀü
Copyright NexGen Research Corp. 2010