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 (3.6.0) #13221

Merged
merged 1 commit into from
Jan 4, 2019
Merged

[new release] tcpip (3.6.0) #13221

merged 1 commit into from
Jan 4, 2019

Conversation

avsm
Copy link
Member

@avsm avsm commented Jan 4, 2019

OCaml TCP/IP networking stack, used in MirageOS

CHANGES:

CHANGES:

* The IPv4 implementation now supports reassembly of IPv4 fragments (mirage/mirage-tcpip#375 by @hannesm)
  - using a LRU cache using up to 256KB memory
  - out of order fragments are supported
  - maximum number of fragments is 16
  - timeout between first and last fragment is 10s
  - overlapping fragments are dropped

* IPv6: use correct timeout value after first NS message (mirage/mirage-tcpip#334 @djs55)

* Use `Ipaddr.pp` instead of `Ipaddr.pp_hum` due to upstream
  interface changes (mirage/mirage-tcpip#385 @hannesm).
@camelus
Copy link
Contributor

camelus commented Jan 4, 2019

☀️ All lint checks passed 41a6289
  • These packages passed lint tests: tcpip.3.6.0

☀️ Installability check (10179 → 10180)
  • new installable packages (1): tcpip.3.6.0

@avsm
Copy link
Member Author

avsm commented Jan 4, 2019

This is just a failing testcase in osx; the rest looks fine so merging.

@avsm avsm merged commit 7cb2d95 into ocaml:master Jan 4, 2019
@avsm avsm deleted the release-tcpip-3.6.0 branch January 4, 2019 17:20
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.

2 participants