alpha
Login
or
Join now
gazagnaire.org
/
ocaml-eio-net
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Eio network backends and test helpers
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
ocaml-eio-net
/
lib
/
unix
/
at
main
5 files
Thomas Gazagnaire
eio-net: bound native datagram batches
18d ago
9d6b5e86
dune
eio-net: add the systhread vectored-write offload Stream.offload_single_write performs one writev on a systhread through a stub that releases the runtime lock, so the calling domain keeps running fibers while the kernel copies the buffers into the socket. Semantics match Eio.Flow.single_write, including short writes and waiting for writability, so callers loop exactly as they do today.
1 month ago
eio_net_unix.ml
eio-net: bound native datagram batches Reject oversized public batches in OCaml and keep the C primitive on fixed-size arrays so callers cannot size the native stack.
2 weeks ago
eio_net_unix.mli
eio-net: bound native datagram batches Reject oversized public batches in OCaml and keep the C primitive on fixed-size arrays so callers cannot size the native stack.
2 weeks ago
sendmsg_batch.c
eio-net: bound native datagram batches Reject oversized public batches in OCaml and keep the C primitive on fixed-size arrays so callers cannot size the native stack.
2 weeks ago
writev_offload.c
eio-net: add the systhread vectored-write offload Stream.offload_single_write performs one writev on a systhread through a stub that releases the runtime lock, so the calling domain keeps running fibers while the kernel copies the buffers into the socket. Semantics match Eio.Flow.single_write, including short writes and waiting for writability, so callers loop exactly as they do today.
1 month ago