WSAEMSGSIZE

Discussions about product bugs & problems!
Note: This is no replacement for the Official ETM Support!
Search

Post Reply
2 posts • Page 1 of 1
User avatar
xavi.aran
Posts: 63
Joined: Thu Apr 21, 2011 1:21 pm

WSAEMSGSIZE

Post by xavi.aran »

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!

User avatar
mpoint
Posts: 49
Joined: Thu Oct 28, 2010 11:28 am

Re: WSAEMSGSIZE

Post by mpoint »

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.

Post Reply
2 posts • Page 1 of 1