Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

V2.10.01

Release Date: December 8, 2017

Requirements

  • µC/TCP-IP V3.00.01 or more recent.
  • µC/CPU V1.30.00 or more recent.
  • µC/LIB V1.38.00 or more recent.
  • µC/Common V1.00.00 or more recent [optional].
  • µC/Shell V1.03.01 or more recent [optional].

API Changes

None.

Bug Fixes

  • (1) Fixed issue where, in certain cases, a timer that was freed in the DHCP timer task was freed again in DHCPc_StopStateHandler().
  • (5) Fixed subnet mask passed to NetIPv4_CfgAddrAddDynamic() by DHCPc_AddrLocalLinkCfg().
  • (11) Fixed issue with seeds for generating a Link-Local IPv4 address where they were being created from the pointer address of the HW address instead of the actual HW address.
  • (74) Fixed issue where the Rx buffers could fill up completely due to leaving the socket open during the backoff delays.
  • (126) Fixed issue where error codes DHCPc_ERR_PARAM_REQ_TBL_SIZE and DHCPc_ERR_IF_CFG_STATE had the same value (20).
  • (253) Fixed uninitialized variable wr_server_id in DHCPc_TxMsgPrepare().


V2.10.00

Release Date: 2014-07-11

Requirements

  • µC/TCP-IP V3.00.01 or more recent.
  • µC/CPU V1.30.00 or more recent.
  • µC/LIB V1.38.00 or more recent.
  • µC/Common V1.00.00 or more recent [optional].
  • µC/Shell V1.03.01 or more recent [optional].

New features & improvements

  • Support of µC/TCP-IP V3.00

API Changes

None.

Bug Fixes

None.

  • No labels