getting quick arp request

kondal kondal04 at gmail.com
Wed Sep 6 14:00:29 EDT 2006


> Something is limiting the TCP/IP connections from my python program at
> 10 maximum at the same time.
> I do not see this limit in my code.
> I did not bumped over the 4226 error.
>
> => Where does this limit come from.
> => How can I overcome it.

You can just edit it by creating a new key in the registry.

HKEY_LOCAL_MACHINE - SYSTEM - CurrentControlSet - Services -Tcpip -
Parameters

Create a DWORD key named "TcpNumConnections" and set the value to
00fffffe or 16777214.

-kondal




More information about the Python-list mailing list