akr
akr
Is it remove C files?
I think the current behavior is appropriate for datagram sockets as described in test_dgram_pair.
I think a test should be implemented. It should be possible by redefining `Addrinfo.getaddrinfo`.
I think we should consider a state machine for Happy Eyeballs v2. This is my understanding of Happy Eyeballs v2 ``` state Start do start IPv6 getaddrinfo start IPv4 getaddrinfo...
> I think we should consider a state machine for Happy Eyeballs v2. > > This is my understanding of Happy Eyeballs v2 I updated the state machine. It describes...
I found the reason to avoid Stream.t: OCaml 4.14.0 deprecated Stream. https://ocaml.org/releases/4.14.0 I still think that it is better to avoid End_of_file exception for foutput. I'm happy if I can...