Kinsey Moore started a new discussion on rtemslwip/greth/include/lwipbspopts.h: https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/40#note_149320 > > -#define PBUF_POOL_SIZE 48434 /**< Number of pbufs in the pool */ > -#define PBUF_POOL_BUFSIZE 1512 /**< Size of each pbuf buffer */ > +#define PBUF_POOL_SIZE 1600 /**< Number of pbufs in the pool */ > +#define PBUF_POOL_BUFSIZE 1520 /**< Size of each pbuf buffer */ > +#define TCP_MSS 1460 > #define PBUF_LEN_MAX PBUF_POOL_SIZE /**< Maximum pbuf length */ > > -/*#define GRETH_DYN_ARP 1*/ /**< Enable dynamic ARP entries */ > -#define GRETH_STATIC_ARP 1 /**< Enable static ARP entries */ > +#define GRETH_DYN_ARP 1 /**< Enable dynamic ARP entries */ > +#define GRETH_STATIC_ARP 0 /**< Enable static ARP entries */ > + > +#define LWIP_ICMP 1 > +#define LWIP_RAW 1 > +#define DEFAULT_RAW_RECVMBOX_SIZE 5 This should be overridable by the user to increase the value. This could add a check to enforce a minimum. -- View it on GitLab: https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/40#note_149320 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
