Skip to content

7.0.0

Compare
Choose a tag to compare
@hannesm hannesm released this 10 Dec 18:29
· 98 commits to main since this release
3ab30ab

CHANGES:

  • Fix memory leak in processing RST packets (#460 @balrajsingh, reported in
    #456 by @dinosaure)
  • Move module types (IP, UDP, TCP, STACK, ICMP) into tcpip core library
    (#463 @hannesm)
  • API breakage: Tcpip_checksum is now part of tcpip.checksum (used to be
    part of tcpip #463 @hannesm)
  • API breakage: tcpip.unix has been removed (#463 @hannesm)
  • Use Lwt.pause instead of deprecated Lwt_{unix,main}.yield (#461 @dinosaure)