Skip to content

Commit

Permalink
changes for 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Mar 26, 2024
1 parent 7a2e6a7 commit be78e22
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### v8.0.1 (2024-03-26)

* TCP: add `src : flow -> ipaddr * int`, implemented by `getsockname` on unix
(#511 @hannesm)
* TCP unix stack: increase TCP buffer size (was 4096, is now 65536)
(#510 @edwintorok)
* TCP: adapt to mirage-flow 4.0:
add ``val shutdown : flow -> [ `read | `write | `read_write ] -> unit Lwt.t``
(#512 @hannesm, review by @djs55)

### v8.0.0 (2023-03-17)

* TCP: add ID for PCB for connection tracking (#495 @TheLortex)
Expand Down

0 comments on commit be78e22

Please sign in to comment.