Sometime this error appears in low Viewer:
WCCILdata (0), 2013.07.03 21:12:57.673, SYS, SEVERE, 63, Connection error, WSAEMSGSIZE (10040)
What is the problem?
Thanks!
WSAEMSGSIZE
Search
Re: WSAEMSGSIZE
I don't know what the real issue is here, but maybe this helps:
This is a Winsock error code which says that on a UDP socket, either the provided buffer is to small for the whole datagram, or there is some other size-related issue (see http://msdn.microsoft.com/en-us/library ... s.85).aspx).
I think the only place where we are using UDP are alive-telegrams, so a possible workaround could be to disable the alive-supervision by setting "aliveTimeout = 0" in the config file.
This is a Winsock error code which says that on a UDP socket, either the provided buffer is to small for the whole datagram, or there is some other size-related issue (see http://msdn.microsoft.com/en-us/library ... s.85).aspx).
I think the only place where we are using UDP are alive-telegrams, so a possible workaround could be to disable the alive-supervision by setting "aliveTimeout = 0" in the config file.