Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

RX and TX maximum queue size is configured using #define in net_cfg.h, see Socket Layer Configuration.

RX and TX queue size can be reduce at run time using socket option API (NetTCP_ConnCfgRxWinSize()NetTCP_ConnCfgTxWinSize()).

...