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

Conversation

hannesm
Copy link
Member

@hannesm hannesm commented Dec 10, 2021

OCaml TCP/IP networking stack, used in MirageOS

CHANGES:

@hannesm
Copy link
Member Author

hannesm commented Dec 10, 2021

I will fix broken reverse dependencies after CI did an initial pass (add some upper bounds + work on patches for upstream).

@hannesm
Copy link
Member Author

hannesm commented Dec 11, 2021

revdeps in #20204

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
Copy link
Member Author

hannesm commented Dec 15, 2021

CI looks fine :)

@mseri
Copy link
Member

mseri commented Dec 15, 2021

Yeah, looks great. Thanks!

@mseri mseri merged commit 5bc88c2 into ocaml:master Dec 15, 2021
@hannesm hannesm deleted the release-tcpip-v7.0.0 branch April 7, 2022 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants