Skip to content

[new release] tcpip (5.0.1)#17249

Merged
kit-ty-kate merged 1 commit into
ocaml:masterfrom
hannesm:release-tcpip-5.0.1
Sep 23, 2020
Merged

[new release] tcpip (5.0.1)#17249
kit-ty-kate merged 1 commit into
ocaml:masterfrom
hannesm:release-tcpip-5.0.1

Conversation

@hannesm
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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