Kinsey Moore started a new discussion on rtemslwip/greth/include/lwipbspopts.h: https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/40#note_149324 > +#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 > +#define IP_FRAG 1 This is already set by default. Detect and enforce if need be. -- View it on GitLab: https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/40#note_149324 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
