Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
🔒 NordVPN Premium – 3 Months
hrdilshan
Updated:
Thursday at 8:29 PM
🚀 Microsoft Office 365 Pro Plus – Lifetime Access! 🚀
hrdilshan
Updated:
Thursday at 8:28 PM
Linkedin Premium Business / Careere /Sales Navigator - 1/2/3/6/9/12 Months - Reddem Link
hrdilshan
Updated:
Thursday at 8:27 PM
Colombo
YEYE 3 in 1 Instant Coffee Mix 50 Sachet
Romeshka
Updated:
Wednesday at 12:16 AM
Colombo
Red Hat Certified System Administrator (RHCSA) - RHEL 10
Sanjeewani95
Updated:
Jul 3, 2026
Electronics
Vehicles
Property
Search
Reply to thread
Forums
Computers & Internet
Tips & Tricks
Speed and Stabilize Your Bittorrent Client with the "Event ID 4226 Patch"
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="gazaly" data-source="post: 379864" data-attributes="member: 10197"><p><strong><span style="font-size: 22px">Windows XP SP2 and the Event ID 4226 Patch (EvID4226Patch223d)</span></strong></p><p></p><p>Windows XP Service Pack 2 introduced an array of security "enhancements": dual direction firewall, several long overdue IE improvements, memory protection and the crippling of the TCP/IP stack. (This patch is only for: Windows XP SP2 and Windows 2003 Server SP1 and up)</p><p></p><p>Windows XP SP2 limits the maximum concurrent half-open connections (SYN) to a maximum of 10 (the previous limit was over 65,000). This is supposed to slow down certain viruses because their spreading strategy is to connect, to a high amount of random IP numbers. The drawback to this connection limit is that other network intensive applications can be slowed, including Peer-to-Peer (P2P) clients.</p><p></p><p>There is a way to tell whether your daily networking activities are being affected by the new Windows XP SP2 enhancements. Each time your computer tries to establish more than 10 half-open connections, a system event will be logged in the Windows Event Viewer. It looks something like this:</p><p></p><p>Event ID 4226: TCP/IP has reached the security limit imposed on the number of concurrent TCP connect attempts</p><p></p><p>To access the Event Viewer, go to “Start” > "Run" > Enter " eventvwr.msc " > Click "Ok".</p><p>Alternate method: "Start" > “Control Panel” > “Administrative Tools” > “Event Viewer”.</p><p></p><p>Once the Event Veiwer is open, go to "Event Viewer (Local)" > "System" > Sort by "Event" and scroll down to 4226. </p><p><img src="http://i133.photobucket.com/albums/q77/dvsdmn/Event%20ID/EventIDViewer.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>If you only have a few occurrences, this is nothing to worry about, but if you see many daily occurrences there are two possible scenarios:</p><p></p><p>1) Your system may be infected with a virus or worm that is trying to spread.</p><p>2) You are a networking power user, and your applications are being stalled by the Windows XP SP2 limit on half-open connections.</p><p> If you have anti-virus software and use it regularly, then case 1 is unlikely.</p><p></p><p></p><p></p><p>Check Which Application is Causing the Event ID 4226 Errors</p><p></p><p>To establish that your network applications are being slowed by the Windows XP SP2 limit on the maximum concurrent half-open connections, use the “netstat” command</p><p></p><p>Go to “Start” > “Run” > Enter “cmd” in the “Open” box > Click “Enter”.</p><p></p><p>At the Command Prompt enter: netstat -no | find "SYN"</p><p></p><p>Half-open connections will have a state of other than ESTABLISHED. In the “Command Window” note the Process ID (PID) in the last column.</p><p>(In the example below we can see the Process ID is 2396)</p><p></p><p><img src="http://i133.photobucket.com/albums/q77/dvsdmn/Event%20ID/netstatpic1copy.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>Now check which Application (Process) is causing the present Event ID 4226 errors. Open the Task Manager and ensure you have the PID column displayed.</p><p></p><p>Open Task Manager (Ctrl + Alt + Del) > "Processes Tab" > “View” > “Select Columns…” > Check the “PID (Process Identifier)” box > Click “OK”</p><p></p><p><img src="http://i133.photobucket.com/albums/q77/dvsdmn/Event%20ID/EventIDNew4.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>Sort by “PID” (Click the PID heading) and locate the "Process ID (PID)" and the associated application responsible for the "half-open" connections (2396 in the example). If the process in question is your Peer-to-Peer client, Windows XP SP2 is stalling your downloads.</p><p></p><p><img src="http://i133.photobucket.com/albums/q77/dvsdmn/Event%20ID/EventIDNew5copy.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>Download and Implement the EventID 4226 Patch</p><p></p><p>An unofficial patch will modify the locked TCPIP.SYS and let you set the limit to whatever you wish. 50 half-open connections is a reasonable limit or you can set the limit back to 65,535 which it was before Windows XP SP2. The patch is called the "EventID 4226 Patcher" and can be found on LVL Lord's web site: LVLlord downloads - <a href="http://lvllord.de/?lang=en&url=downloads" target="_blank">http://lvllord.de/?lang=en&url=downloads</a></p><p> </p><p>Note: Some anti-virus programs will see the “EventID 4226 Patcher” as malware…it’s not.</p><p></p><p>To implement the “EventID 4226 Patcher” download and run it (Double Click or Start > Run > "EvID4226Patch.exe"). The patcher will automatically find the windows directory, open a "Command Window", display the present limit and give you the option to increase or decrease the maximum concurrent half-open connections.</p><p></p><p>To change the limit to "50" enter "Y", to change the limit to another value, enter "C", or to exit without changing the limit enter "N"</p><p></p><p><img src="http://i133.photobucket.com/albums/q77/dvsdmn/Event%20ID/EventIDCommandWindow1copy.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>The "Event ID 4226 Patch" will take a few moments to change the limit on maximum concurrent half-open connections;</p><p>when prompted press any key to exit.</p><p></p><p><img src="http://i133.photobucket.com/albums/q77/dvsdmn/Event%20ID/EventIDCommandWindow2copy.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>After changing the limit on “Half-open connections”, a “Windows File Protection” Window will come up with the warning: "Files that are required for Windows to run properly have been replaced by unrecognized versions. To maintain system stability, Windows must restore the original versions of these files. Insert your Windows XP Service Pack 2 CD now".</p><p></p><p>Changing TCPIP.SYS is the objective, so click “Cancel”. </p><p></p><p><img src="http://i133.photobucket.com/albums/q77/dvsdmn/Event%20ID/EventIDNew1copy.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>After clicking “Cancel”, a “Windows File Protection” Window will come up with the warning: "You chose not to restore the original versions of the files. This may affect Windows stability. Are you sure you want to keep these unrecognized file versions?" Click “Yes”.</p><p></p><p><img src="http://i133.photobucket.com/albums/q77/dvsdmn/Event%20ID/EventIDNew2.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>You have Successfully Implement the EventID 4226 Patch</p><p></p><p>After a successful patch, the new TCPIP.SYS will be automatically installed. A system reboot is required for the setting to take effect.</p><p></p><p>Certain Microsoft updates may reset the limit, or replace the TCPIP.SYS file with a new locked version; LVLLord has been quick on updating the patch.</p><p>You must periodically check the patch to ensure it is still active. When you run the patch (Double Click or Start > Run > "EvID4226Patch.exe"),</p><p>it will tell you how many connections are currently allowed.</p><p></p><p>If you continue to see numerous daily “Event ID 4226” occurrences, the Patch can be run again and the limit on maximum concurrent half-open connections, raised incrementally (50 at a time) until no more are seen.</p><p></p><p><img src="http://i133.photobucket.com/albums/q77/dvsdmn/Event%20ID/EventIDAzureust.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>µTorrent</p><p></p><p>Open µTorrent and navigate to > Options > Preferences (Ctrl+P)</p><p>In the In the "Preferences Window" > Advanced > Click “net.max_halfopen” > Enter "50" in the "Value" Field > Click "Set" > Click "OK"</p><p></p><p><img src="http://i133.photobucket.com/albums/q77/dvsdmn/Event%20ID/EventIDuTorrent.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>BitComet</p><p></p><p>Open Bitcomet and navigate to > Options > Prefenences (Ctrl+P)</p><p>In the Preferences Window > Advanced > Connection > Max half open TCP connections > Enter "50" in the field provided > Click "OK"</p><p></p><p><img src="http://i133.photobucket.com/albums/q77/dvsdmn/Event%20ID/EventIDBitComet.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>BitLord</p><p></p><p>Open Bitlord and navigate to > Options > Preferences (Ctrl+P)</p><p>In the Preferences Window > Advanced > Connection > Max half open TCP connections > Enter "50" in the field provided > Click "OK"</p><p>Note: BitLord supports a maximum of 100 "Half-open" Connections.</p><p></p><p><img src="http://i133.photobucket.com/albums/q77/dvsdmn/Event%20ID/EventIDBitlord.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p></p><p>SHAREAZA</p><p></p><p>Once the “Windows XP SP2 and the Event ID 4226 Patch” has been applied, it is safe to modify some advanced settings in SHAREAZA’s.</p><p>If you make these changes, and have not modified the Windows XP SP2 limits on concurrent half-open connections, SHAREAZA is likely to run poorly.</p><p></p><p>Downloads.MaxConnectingSources can be set to 20. (This is the most important change)</p><p>Gnutella.ConnectFactor can be increased to 4 or 5 to improve connect speed. (Modem or low bandwidth users may want to keep it at 3)</p><p>Downloads.ConnectThrottle should be set to 250 - 500, depending on your connection.</p><p> (If your router regualarly gives you trouble, you might want to increase this.)</p><p>Downloads.MaxFileSearches should be set between 1 and 4. (1 for low bandwidth users, 3 for high.)</p><p></p><p>To implement these changes, open SHAREAZA and navigate to Tools > Shareaza Settings...</p><p>In the Shareaza Settings Window > Click "Advanced", then navigate to each setting.</p><p>To changes, Click the "Setting" enter the new "Value" in the "Value Field" and Click "Apply"</p><p>When all the desired changes have been made, Click "OK"</p><p></p><p><img src="http://i133.photobucket.com/albums/q77/dvsdmn/Event%20ID/EventIDSHAREZA.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p></blockquote><p></p>
[QUOTE="gazaly, post: 379864, member: 10197"] [B][SIZE="6"]Windows XP SP2 and the Event ID 4226 Patch (EvID4226Patch223d)[/SIZE][/B] Windows XP Service Pack 2 introduced an array of security "enhancements": dual direction firewall, several long overdue IE improvements, memory protection and the crippling of the TCP/IP stack. (This patch is only for: Windows XP SP2 and Windows 2003 Server SP1 and up) Windows XP SP2 limits the maximum concurrent half-open connections (SYN) to a maximum of 10 (the previous limit was over 65,000). This is supposed to slow down certain viruses because their spreading strategy is to connect, to a high amount of random IP numbers. The drawback to this connection limit is that other network intensive applications can be slowed, including Peer-to-Peer (P2P) clients. There is a way to tell whether your daily networking activities are being affected by the new Windows XP SP2 enhancements. Each time your computer tries to establish more than 10 half-open connections, a system event will be logged in the Windows Event Viewer. It looks something like this: Event ID 4226: TCP/IP has reached the security limit imposed on the number of concurrent TCP connect attempts To access the Event Viewer, go to “Start” > "Run" > Enter " eventvwr.msc " > Click "Ok". Alternate method: "Start" > “Control Panel” > “Administrative Tools” > “Event Viewer”. Once the Event Veiwer is open, go to "Event Viewer (Local)" > "System" > Sort by "Event" and scroll down to 4226. [IMG]http://i133.photobucket.com/albums/q77/dvsdmn/Event%20ID/EventIDViewer.png[/IMG] If you only have a few occurrences, this is nothing to worry about, but if you see many daily occurrences there are two possible scenarios: 1) Your system may be infected with a virus or worm that is trying to spread. 2) You are a networking power user, and your applications are being stalled by the Windows XP SP2 limit on half-open connections. If you have anti-virus software and use it regularly, then case 1 is unlikely. Check Which Application is Causing the Event ID 4226 Errors To establish that your network applications are being slowed by the Windows XP SP2 limit on the maximum concurrent half-open connections, use the “netstat” command Go to “Start” > “Run” > Enter “cmd” in the “Open” box > Click “Enter”. At the Command Prompt enter: netstat -no | find "SYN" Half-open connections will have a state of other than ESTABLISHED. In the “Command Window” note the Process ID (PID) in the last column. (In the example below we can see the Process ID is 2396) [IMG]http://i133.photobucket.com/albums/q77/dvsdmn/Event%20ID/netstatpic1copy.png[/IMG] Now check which Application (Process) is causing the present Event ID 4226 errors. Open the Task Manager and ensure you have the PID column displayed. Open Task Manager (Ctrl + Alt + Del) > "Processes Tab" > “View” > “Select Columns…” > Check the “PID (Process Identifier)” box > Click “OK” [IMG]http://i133.photobucket.com/albums/q77/dvsdmn/Event%20ID/EventIDNew4.png[/IMG] Sort by “PID” (Click the PID heading) and locate the "Process ID (PID)" and the associated application responsible for the "half-open" connections (2396 in the example). If the process in question is your Peer-to-Peer client, Windows XP SP2 is stalling your downloads. [IMG]http://i133.photobucket.com/albums/q77/dvsdmn/Event%20ID/EventIDNew5copy.png[/IMG] Download and Implement the EventID 4226 Patch An unofficial patch will modify the locked TCPIP.SYS and let you set the limit to whatever you wish. 50 half-open connections is a reasonable limit or you can set the limit back to 65,535 which it was before Windows XP SP2. The patch is called the "EventID 4226 Patcher" and can be found on LVL Lord's web site: LVLlord downloads - [url]http://lvllord.de/?lang=en&url=downloads[/url] Note: Some anti-virus programs will see the “EventID 4226 Patcher” as malware…it’s not. To implement the “EventID 4226 Patcher” download and run it (Double Click or Start > Run > "EvID4226Patch.exe"). The patcher will automatically find the windows directory, open a "Command Window", display the present limit and give you the option to increase or decrease the maximum concurrent half-open connections. To change the limit to "50" enter "Y", to change the limit to another value, enter "C", or to exit without changing the limit enter "N" [IMG]http://i133.photobucket.com/albums/q77/dvsdmn/Event%20ID/EventIDCommandWindow1copy.png[/IMG] The "Event ID 4226 Patch" will take a few moments to change the limit on maximum concurrent half-open connections; when prompted press any key to exit. [IMG]http://i133.photobucket.com/albums/q77/dvsdmn/Event%20ID/EventIDCommandWindow2copy.png[/IMG] After changing the limit on “Half-open connections”, a “Windows File Protection” Window will come up with the warning: "Files that are required for Windows to run properly have been replaced by unrecognized versions. To maintain system stability, Windows must restore the original versions of these files. Insert your Windows XP Service Pack 2 CD now". Changing TCPIP.SYS is the objective, so click “Cancel”. [IMG]http://i133.photobucket.com/albums/q77/dvsdmn/Event%20ID/EventIDNew1copy.png[/IMG] After clicking “Cancel”, a “Windows File Protection” Window will come up with the warning: "You chose not to restore the original versions of the files. This may affect Windows stability. Are you sure you want to keep these unrecognized file versions?" Click “Yes”. [IMG]http://i133.photobucket.com/albums/q77/dvsdmn/Event%20ID/EventIDNew2.png[/IMG] You have Successfully Implement the EventID 4226 Patch After a successful patch, the new TCPIP.SYS will be automatically installed. A system reboot is required for the setting to take effect. Certain Microsoft updates may reset the limit, or replace the TCPIP.SYS file with a new locked version; LVLLord has been quick on updating the patch. You must periodically check the patch to ensure it is still active. When you run the patch (Double Click or Start > Run > "EvID4226Patch.exe"), it will tell you how many connections are currently allowed. If you continue to see numerous daily “Event ID 4226” occurrences, the Patch can be run again and the limit on maximum concurrent half-open connections, raised incrementally (50 at a time) until no more are seen. [IMG]http://i133.photobucket.com/albums/q77/dvsdmn/Event%20ID/EventIDAzureust.png[/IMG] µTorrent Open µTorrent and navigate to > Options > Preferences (Ctrl+P) In the In the "Preferences Window" > Advanced > Click “net.max_halfopen” > Enter "50" in the "Value" Field > Click "Set" > Click "OK" [IMG]http://i133.photobucket.com/albums/q77/dvsdmn/Event%20ID/EventIDuTorrent.png[/IMG] BitComet Open Bitcomet and navigate to > Options > Prefenences (Ctrl+P) In the Preferences Window > Advanced > Connection > Max half open TCP connections > Enter "50" in the field provided > Click "OK" [IMG]http://i133.photobucket.com/albums/q77/dvsdmn/Event%20ID/EventIDBitComet.png[/IMG] BitLord Open Bitlord and navigate to > Options > Preferences (Ctrl+P) In the Preferences Window > Advanced > Connection > Max half open TCP connections > Enter "50" in the field provided > Click "OK" Note: BitLord supports a maximum of 100 "Half-open" Connections. [IMG]http://i133.photobucket.com/albums/q77/dvsdmn/Event%20ID/EventIDBitlord.png[/IMG] SHAREAZA Once the “Windows XP SP2 and the Event ID 4226 Patch” has been applied, it is safe to modify some advanced settings in SHAREAZA’s. If you make these changes, and have not modified the Windows XP SP2 limits on concurrent half-open connections, SHAREAZA is likely to run poorly. Downloads.MaxConnectingSources can be set to 20. (This is the most important change) Gnutella.ConnectFactor can be increased to 4 or 5 to improve connect speed. (Modem or low bandwidth users may want to keep it at 3) Downloads.ConnectThrottle should be set to 250 - 500, depending on your connection. (If your router regualarly gives you trouble, you might want to increase this.) Downloads.MaxFileSearches should be set between 1 and 4. (1 for low bandwidth users, 3 for high.) To implement these changes, open SHAREAZA and navigate to Tools > Shareaza Settings... In the Shareaza Settings Window > Click "Advanced", then navigate to each setting. To changes, Click the "Setting" enter the new "Value" in the "Value Field" and Click "Apply" When all the desired changes have been made, Click "OK" [IMG]http://i133.photobucket.com/albums/q77/dvsdmn/Event%20ID/EventIDSHAREZA.png[/IMG] [/QUOTE]
Insert quotes…
Verification
Asuwa dahayen wadi kalama keeyada?
Post reply
Top
Bottom