We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a2e6a7 commit be78e22Copy full SHA for be78e22
CHANGES.md
@@ -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
11
### v8.0.0 (2023-03-17)
12
13
* TCP: add ID for PCB for connection tracking (#495 @TheLortex)
0 commit comments