Skip to content

v3.6.0

Compare
Choose a tag to compare
@avsm avsm released this 04 Jan 12:56
· 323 commits to main since this release

CHANGES:

  • The IPv4 implementation now supports reassembly of IPv4 fragments (#375 by @hannesm)

    • using a LRU cache using up to 256KB memory
    • out of order fragments are supported
    • maximum number of fragments is 16
    • timeout between first and last fragment is 10s
    • overlapping fragments are dropped
  • IPv6: use correct timeout value after first NS message (#334 @djs55)

  • Use Ipaddr.pp instead of Ipaddr.pp_hum due to upstream
    interface changes (#385 @hannesm).