Skip to content

Commit

Permalink
release 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Jan 4, 2019
1 parent 4065538 commit 64cb1d6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### master
### v3.6.0 (2019-01-04)

* The IPv4 implementation now supports reassembly of IPv4 fragments (#375 by @hannesm)
- using a LRU cache using up to 256KB memory
Expand All @@ -7,6 +7,11 @@
- timeout between first and last fragment is 10s
- overlapping fragments are dropped

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

* Use `Ipaddr.pp` instead of `Ipaddr.pp_hum` due to upstream
interface changes (#385 @hannesm).

### v3.5.1 (2018-11-16)

* socket stack (tcp/udp): catch exception in recv_from and accept (#376 @hannesm)
Expand Down

0 comments on commit 64cb1d6

Please sign in to comment.