[LUAU] Trying to disable UDP checksum using Debian Testing

Matthew John Darnell mdarnell at servpac.com
Wed Jul 28 16:41:39 PDT 2004


Aloha,

I am using Debian testing version and am trying to disable udp checksum.

I have tried

optval=1;
if (setsockopt(sock_info - >socket, SOL_SOCKET, SO_NO_CHECK, (void*)&optval,
sizeof(optval)) ==-1)
    {
         LOG(L_ERR, "ERROR: udp_init: no checksum setsockopt: %s\n",
strerror(errno));
    }

Even with the code, I continue to get an EAGAIN error when there is a
checksum error.

Can anyone point me in the right direction?

Aloha,
Matt




More information about the LUAU mailing list