Skip to content

move Mirage_protocols and Mirage_stack into tcpip directly#463

Merged
hannesm merged 2 commits intomirage:mainfrom
hannesm:no-mirage-protocols
Dec 10, 2021
Merged

move Mirage_protocols and Mirage_stack into tcpip directly#463
hannesm merged 2 commits intomirage:mainfrom
hannesm:no-mirage-protocols

Conversation

@hannesm
Copy link
Copy Markdown
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 force-pushed the no-mirage-protocols branch from 4766056 to 347fe97 Compare December 10, 2021 17:49
@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