Skip to content

8.0.1

Latest
Compare
Choose a tag to compare
@hannesm hannesm released this 26 Mar 14:58

CHANGES:

  • 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)