PDA

View Full Version : Windows socket error with sioc?



bsv118
02-06-2009, 07:38 AM
Hi all
Fliyng online on ivao, suddenly appear an error message "Windows socket error (10055); closing and opening sioc all return to normal situation.
I have read that windows have problems with port with numbers >5000.
The port, on my sioc ini, in 8092; this may be the problem? If yes can I change port number without create problem to my sioc?
Thanks for all

Deesystems
02-06-2009, 08:14 AM
bsv118,

It Could be a result of low resources due to an improper PAGING FILE setting.
check that the system manages your VM Paging file.

Control Panel -> System -> Advanced -> Performance...Settings... -> Advanced -> Virtual Memory...Change... SYSTEM MANAGED SIZE


It looks like the port 8092 is the default for [SIOC] IOCP_port

Dee

MortenHa
02-07-2009, 12:03 PM
As DeeSystems says, it is memory related problem, more specific a buffer problem.
And perhaps it is also as you said, a port above 5000 problem.

Read http://support.microsoft.com/kb/196271 It tells you how to increase the number of short-lived connections. But it might not fix the problem you have, I suspect something else. But try it first to see if it works. It is a harmless registry change, and should not affect the system in any way.

Morten

bsv118
04-28-2009, 12:08 PM
Thanks Deesystem
with your solution I have solved my problem