Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new release] tcpip (7.0.0) #20201

Merged
merged 1 commit into from
Dec 15, 2021
Merged

Commits on Dec 14, 2021

  1. [new release] tcpip (7.0.0)

    CHANGES:
    
    * Fix memory leak in processing RST packets (mirage/mirage-tcpip#460 @balrajsingh, reported in
      mirage/mirage-tcpip#456 by @dinosaure)
    * Move module types (IP, UDP, TCP, STACK, ICMP) into tcpip core library
      (mirage/mirage-tcpip#463 @hannesm)
    * API breakage: Tcpip_checksum is now part of tcpip.checksum (used to be
      part of tcpip mirage/mirage-tcpip#463 @hannesm)
    * API breakage: tcpip.unix has been removed (mirage/mirage-tcpip#463 @hannesm)
    * Use Lwt.pause instead of deprecated Lwt_{unix,main}.yield (mirage/mirage-tcpip#461 @dinosaure)
    hannesm committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    a76c692 View commit details
    Browse the repository at this point in the history