Skip to content

Capsule 0.1.5

Latest
Compare
Choose a tag to compare
@drunkirishcoder drunkirishcoder released this 11 Mar 04:26
44771ea

Release Notes

Fixed

  • changed clang target machine architecture to corei7-avx for binary portability. (#119)

Added

  • ICMPv4 TimeExceeded & Redirect packets. (#102 and #107)
  • more builtin functions for Ipv4Cidr and Ipv6Cidr. (#106)
  • aliases to simply usage around TCP and UDP packets. (#123)
  • ARP implementation. (#121)
  • ICMPv6 DestinationUnreachable packet. (#128)

Changed

  • migrated to anyhow and thiserror. (#127)
  • upgraded DPDK to 19.11.6 LTS.