Pyr0 Posted April 9, 2005 Posted April 9, 2005 has anybody figured out how to fix the event 4226 errors TCP/IP has reached the security limit imposed on the number of concurrent TCP connect attempts.i tried the LvlLord fix, but it sez it can't access the file,any ideas?
WadeV1589 Posted April 10, 2005 Posted April 10, 2005 Yeah I'm in need of this too now Luckily the uxtheme.dll patch was easy to find but I can't find this one anywhere yet!
ChoGGi Posted April 19, 2005 Posted April 19, 2005 you can try it, i havent tried it yet, cant get my network drivers working.posted on Sunday, April 17, 2005 3:11 PM by Rafael Changing the maximum concurrent half-open connections on x64 platformsNote: It appears people are having trouble with this therefore I suggest waiting, despite my initial post.Seeing as the infamous 'Event ID 4226' patch cannot function correctly in x64 environments, you'll need to edit tcpip.sys manually. Don't worry this isn't hard - Just open a copy of tcpip.sys in a hex editor, jump to offset 0xA6463 and change: 58 02 00 00 (maximum connections = 600)... to read: FF FF 00 00 (maximum connections = 65535)... or whatever value you wish. Don't forget to rename the original copy before dropping your patched version into \system32\drivers! I emailed the author with suggestions on how to revise his patch to support the x64 platform.http://www.extended64.com/blogs/rafael/arc.../04/17/257.aspx
Jito463 Posted April 21, 2005 Posted April 21, 2005 That doesn't work. Check http://www.lvllord.de for the latest version that should fix this.
Jazkal Posted April 26, 2005 Posted April 26, 2005 lvllord's patcher worked for me. I patched the tcpip.sys file and reinserted it into the source files, so it installs with the patched file from the begining.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now