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 (5.0.1) #17249

Merged
merged 1 commit into from
Sep 23, 2020
Merged

Conversation

hannesm
Copy link
Member

@hannesm hannesm commented Sep 22, 2020

OCaml TCP/IP networking stack, used in MirageOS

CHANGES:

CHANGES:

* Assorted IPv6 improvements (mirage/mirage-tcpip#428 mirage/mirage-tcpip#431 mirage/mirage-tcpip#432 @MagnusS @hannesm)
  - set length in packets to be sent
  - preserve updated ctx from Ndv6.handle
  - fix ICMP checksum computation
  - implement Mirage_stack.V6 signature
  - add connect, mtu, iperf tests
  - fix DAD protocol implementation (and test it)
  - avoid out of bounds accesses of IPv6 packets (check length before accessing)
* Fix 32 bit issues (@MagnusS)
* Implement stack-direct and tcp disconnect: tear down existing connections (mirage/mirage-tcpip#429 @hannesm)
* Treat broadcast address of network as broadcast as well (mirage/mirage-tcpip#430 @hannesm, reported in mirage/mirage-tcpip#427)
@hannesm
Copy link
Member Author

hannesm commented Sep 22, 2020

the test failure on macOS has been observed before. I unfortunately still don't have access to this hardware & software and won't be able to dig into it.

@camelus
Copy link
Contributor

camelus commented Sep 22, 2020

Commit: 5726a13

A pull request by opam-seasoned @hannesm.

☀️ All lint checks passed 5726a13
  • These packages passed lint tests: tcpip.5.0.1

☀️ Installability check (+1)
  • new installable packages (1): tcpip.5.0.1

@kit-ty-kate
Copy link
Member

Thanks a lot! Hopefully the macos issue should be fixed by the next release

@kit-ty-kate kit-ty-kate merged commit a0371c6 into ocaml:master Sep 23, 2020
@hannesm hannesm deleted the release-tcpip-5.0.1 branch September 29, 2020 18:26
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.

3 participants