8.0.1
CHANGES:
- TCP: add
src : flow -> ipaddr * int
, implemented bygetsockname
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:
addval shutdown : flow -> [ `read | `write | `read_write ] -> unit Lwt.t
(#512 @hannesm, review by @djs55)