[En-Nut-Discussion] The Ethernut board 1.3 drops UDP packets

Harald Kipp harald.kipp at egnite.de
Mon Sep 13 16:43:54 CEST 2004


>
>So you probably are running some older version.

or, like me, simply forgot to add

   u_short bufsize = 256;
   NutUdpSetSockOpt(sock, SO_RCVBUF, &bufsize, sizeof(bufsize));

Sorry for the confusion,

Harald




More information about the En-Nut-Discussion mailing list