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

 > +#undef LWIP_IPV6
 > +#define LWIP_IPV4 1
 > +
 > +#define GRETH 1
 > +
 > +#define TCP_WND     65535
 > +#define TCP_SND_BUF 65535
 > +#define TCP_SNDLOWAT                                          \
 > +  LWIP_MIN(                                                   \
 > +    LWIP_MAX( ( ( TCP_SND_BUF ) / 2 ), ( 2 * TCP_MSS ) + 1 ), \
 > +    ( 0xFFFFU - ( 4 * TCP_MSS ) - 1 )                         \
 > +  )
 > +#define LWIP_TCP_SACK_OUT 1
 > +#define TCP_QUEUE_OOSEQ   1
 > +
 > +#define IP_FORWARD 1

Detect and enforce where necessary. This defaults to disabled. Necesary?

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