Skip to content

Commit be78e22

Browse files
committed
changes for 8.0.1
1 parent 7a2e6a7 commit be78e22

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### v8.0.1 (2024-03-26)
2+
3+
* TCP: add `src : flow -> ipaddr * int`, implemented by `getsockname` on unix
4+
(#511 @hannesm)
5+
* TCP unix stack: increase TCP buffer size (was 4096, is now 65536)
6+
(#510 @edwintorok)
7+
* TCP: adapt to mirage-flow 4.0:
8+
add ``val shutdown : flow -> [ `read | `write | `read_write ] -> unit Lwt.t``
9+
(#512 @hannesm, review by @djs55)
10+
111
### v8.0.0 (2023-03-17)
212

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

0 commit comments

Comments
 (0)