Kinsey Moore started a new discussion on rtemslwip/greth/include/lwipbspopts.h: 
https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/40#note_149318

 >  
 >  #include <legacy_lwipopts.h>
 >  
 > -#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

There is quite a bit in this file that is typically considered user 
configuration. If some of these are necessary changes, they should still allow 
the user to override them via config.ini (wrapping them in #ifndef blocks). The 
vast majority of these should be dropped. Further notes below.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/40#note_149318
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

Reply via email to