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

move Mirage_protocols and Mirage_stack into tcpip directly #463

Merged
merged 2 commits into from
Dec 10, 2021

Conversation

hannesm
Copy link
Member

@hannesm hannesm commented Dec 5, 2021

BREAKING: The tcpip library used to provide the checksum functionality -> this
is now in the tcpip.checksum library (same module Tcpip_checksum)

The tcpip library now provides the module types for IP, UDP, TCP, and STACK

See mirage/mirage#1255 for discussion

BREAKING: The tcpip library used to provide the checksum functionality -> this
 is now in the tcpip.checksum library (same module Tcpip_checksum)

The tcpip library now provides the module types for IP, UDP, TCP, and STACK
@hannesm hannesm merged commit 3ab30ab into mirage:main Dec 10, 2021
@hannesm hannesm deleted the no-mirage-protocols branch December 10, 2021 18:28
hannesm added a commit to hannesm/opam-repository that referenced this pull request Dec 10, 2021
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 added a commit to hannesm/opam-repository that referenced this pull request Dec 14, 2021
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)
djs55 added a commit to djs55/vpnkit that referenced this pull request Jan 17, 2022
See mirage/mirage-tcpip#463

Signed-off-by: David Scott <dave@recoil.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant